octareenroon91 / analog-box

Automatically exported from code.google.com/p/analog-box
0 stars 0 forks source link

Label Text Gets Clipped #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Problem:
Under Win7, with OS text size set to 'larger', ABox LabelObject text is clipped.

Recommend:
*ABox_Label.asm contains code that creates a bitmap to be displayed when the 
user is not editing the label text. Text is drawn on the bitmap using a font 
resource instatiated by ABox. It is the text drawn on the bitmap that is 
clipped.
*Previous versions of Windows did not have this problem. Research into newly 
introded flags for CreateFontIndirect might be illustrative.
*Alternately, develope additional source code that measures and verifies the 
pixel size of the created font and resize the bitmap accordingly.

Original issue reported on code.google.com by andyt7...@gmail.com on 19 Jun 2011 at 8:30

GoogleCodeExporter commented 8 years ago
Removed due to improper googedit formatting

Original comment by andyt7...@gmail.com on 8 Jul 2011 at 9:04