Tagged Questions
0
votes
1answer
85 views
OpenGL Draw Text Alongside Objects
I have this render function that is working:
void RenderFunction(void)
{
++FrameCount;
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
drawGraph();
drawAxis();
...
0
votes
1answer
143 views
pil draw text with different colors
Hi to draw three different text with different options for ex:
text-number-1 , font=arial, color=red
text-number-2 , font=veranda, color=blue, size=30
text-number-3 , font=tahoma, color=green, ...
0
votes
1answer
163 views
android Staticlayout draw text fuzzy
Staticlayout to draw text,the words fuzzy ,weight uneven,unclear.
i want to draw the text that is double byte characters(like chinese ,Japanese,etc.)
who kowns how to fix this qustion. and how to ...
0
votes
1answer
101 views
how to draw text which prompt the user in CGContext
I want to draw text in CGContext. I draw text when I write it from string. But I want to prompt the user this text. How can I do?
0
votes
0answers
156 views
Drawing animation of fancy text
I am working on an application which takes user input (string) and stores it.
When the app is started again it displays the stored text.
I want the displayed text to be like an animation. Example ...
1
vote
0answers
59 views
How can i draw smooth text on html canvas? [duplicate]
Possible Duplicate:
Poor anti-aliasing of text drawn on Canvas
i already have drawn text on html canvas. but the text's side is not smooth. I want to make them smooth like photoshop. Please ...
0
votes
1answer
31 views
iPad overlaying text onto a pdf document
I have a pdf and I'd like to be able to allow users to write on top of it (to sign a signature) in the middle of my iPad app, and then save the pdf with their signature.
What is the best way to do ...
2
votes
2answers
1k views
Write text on image in WP7
I am new to WP7 development and I would like to know how can I write text to image?
First is it possible to do so?
As in GDI we can write text to image as shown below:
Dim pth As New GraphicsPath()
...
2
votes
2answers
1k views
Draw text with graphics object on JFrame
i am an avid programmer but today is my first java lesson.
public void Paint (Graphics g)
{
if(g instanceof Graphics2D)
{
Graphics2D g2d = (Graphics2D)g;
...
1
vote
2answers
1k views
How do I draw a text in openGL/java?
I need to draw a String in Arial, lets say "hello world", on the window (the game uses openGL). But I have no idea how to draw text using openGL. I have searched but have found nothing that I ...
0
votes
3answers
2k views
Draw text on canvas using fabric.js
I want to draw text on canvas., how to do it any sample example?
The canvas already contains some shape drawn, i want to show text on the top of that shape on canvas
How can i do it?
0
votes
3answers
755 views
on draw on an android button
First I'm new to android.
Okay, here goes.
I'm attempting to override the onDraw of a button, because I want to create a different styled button.. Something ever so slightly different.
Now I can ...
-1
votes
2answers
4k views
Write Text On An Image in c#
I have following problem. I want to make some graphics in bitmap image like bond form
i can write a text in image
but i will write more text in various positions
Bitmap a = new ...
0
votes
1answer
479 views
Draw image from text file using OpenGL [closed]
I have a text file containing the vertices of a triangle. I would like to draw this triangle in an OpenGL window; however, I am quite new to OpenGL and am not sure where to get started.
Can anyone ...
1
vote
0answers
274 views
j2me CustomItem disable traversal disable select
I've got a CustomItem which is embedded in a Form.
This CustomItem simply draws some text, so I don't want to have this CustomItem clickable/selectable by the user.
StringItems have a boolean ...
1
vote
1answer
619 views
python ImageDraw.text writes through the image borders
I am trying to write text to an image. (it is part of a script that will hundreds of files and make hundreds of images)
The only problem is that the function I want to use to write text to an image, ...
2
votes
3answers
2k views
Android draw text into rectangle on center and crop it if needed
I want to draw text into rectangle on center (horizontally and vertically). If there is too much of a text that crop it what do not fit into rect.
I have try to do it as this example show, but ...
0
votes
1answer
197 views
Is it possible to use variables in PIL (python)?
i'm programing in python 3.1 and using a PIL which are updated for it aswel.
Now it's so that my program is getting info from a webpage and i want this info to be drawed at a picture which i already ...
3
votes
1answer
1k views
Android Canvas Drawing Text and Change Text afterwards
I´ve created a costum view, and on the onDrawMethod i´ve started to draw some things.
A few rects,lines, and a text.
canvas.drawText("Hello",150,150, paint);
Now, I want to change this text, ...
0
votes
3answers
550 views
In Java, How to draw multi-line text with auto-resizing font that must fit into a bounds
Using TextLayout and LineMeasurer (The only way to draw multiline center-aligned text in java), How does one go about this?
1
vote
1answer
282 views
force html canvas to draw only on a certain area for some drawings
My objective is this :
creating a rolling text that does not cross borders of a rectangle inside the canvas.
Some text should appear partially. Yet i have not found a way to obtain this.
The only ...
-1
votes
1answer
350 views
How to draw text at runtime
Basically, Im making a paint application very similar to MSPaint.
The idea is that, that the the user clicks anywhere on the form and should be able to write text in a control. And then following ...
40
votes
1answer
20k views
Measuring text width to be drawn on Canvas ( Android )
Is there a method which returns the width ( in pixels ) of a text to be drawn on an Android canvas using the drawText() method according to the Paint used to draw it.
Thx.
1
vote
1answer
88 views
Internet Explorer text display api
What windows api function does internet explorer use to display text in the browser window?
What functions does the WM_PAINT or WM_NPAINT event call in internet explorer to display any text?
For ...
0
votes
1answer
388 views
How to draw a translucent rectangle on a static text?
I draw a tranlucent rectangle on my panel but on the places that have static text's the rectangle is not filled.
I've drawn rectangles inside each static text but when I do that, the correspondent ...
0
votes
0answers
201 views
How to change text color on Macintosh? My code uses TESetText and TEUpdate for drawing
A naive question - i am a novice on mac programming.
How to change text color on Macintosh? My code uses TESetText and TEUpdate for drawing.
PS - Mac is really really badly documented.
1
vote
6answers
3k views
2
votes
1answer
4k views
C++ windows bitmap draw text
How can I draw text (with setting font and size) on image and save it as JPEG?
For example
CBitmap bitmap;
bitmap.CreateBitmap(width, height, 1, 32, rgbData);
Here I want to draw some ...
1
vote
2answers
2k views
WPF Draw Text on window
I found this link: http://msdn.microsoft.com/en-us/library/system.windows.media.formattedtext.aspx
It is an example of how to draw text by overriding the OnRender method.
I've overridden the ...
4
votes
2answers
1k views
Draw bold/italic text with PIL?
How to draw bold/italic text with PIL? ImageFont.truetype(file, size) has an option to specify font size only.
9
votes
1answer
3k views
What is the best way to draw text along with geometry?
In WPF, I'm starting to use classes such as LineGeometry, EllipseGeometry, GeometryGroup, Path... in order to draw 2D graphics. I chose these over shapes because I saw it could be faster thanks to the ...
1
vote
2answers
2k views
draw text with GLUT / OpenGL in Python
Hey,
I m drawing text with OpenGL in Python. It all works ok, however the font is really bad.
If I make it thick the letters start to look very occurred (especially the ones which are round like 'o' ...