Page 1 of 1

Ruby Editbox Draw Question

Posted: Mon Jan 26, 2015 2:13 pm
by Drnkhobo
Hey guys, im looking at a Ruby editbox I had on my system (no idea where I got it from, somewhere here I know) but the thing I have noticed is that it draws the text a bit fuzzy when not editing. Then when you click to edit it, the text is nice and crisp....take a look:

textbox_ui_issue.fsm
(882 Bytes) Downloaded 755 times


Anyone have a clue as to why this is happening?

I thought that maybe it was that UI issue where if elements are not drawn on the 8x8 scale then it gets blurry but its drawn with Ruby and the positions are 0,0.....???

Surely im not the only one :?

Thanks! :D

Re: Ruby Editbox Draw Question

Posted: Mon Jan 26, 2015 2:31 pm
by TheOm
Set the text rendering hint to "ClearTypeGridFit"

Re: Ruby Editbox Draw Question

Posted: Mon Jan 26, 2015 6:45 pm
by Drnkhobo
Ahhh.....!

Thanks Om :D