Most efficient way to draw text

  • Thread starter Thread starter michael Dorrian
  • Start date Start date
M

michael Dorrian

Could someone tell me an efficient way to draw text onto the screen. In
my application i can draw at 600dpi,400dpi or 300dpi. The trouble is
when text is large or the textbox is large then editing can be quite
slow. Can anyway give me a method to draw text in the most efficient
way......
 
with the paint program write your text and save as a bitmap, add to project
resources, and when need to draw just draw the bitmap.

ben
 
Yeah thats what i am doing but it seems to be very slow at
times.....especially as i have to draw the bitmap image at higher than
96Dpi.....when the editing inside the box is finished and i click off
the textBox it is slow to draw the textbox.......
 
Back
Top