Ruby Editbox Draw Question

For general discussion related FlowStone
Post Reply
Drnkhobo
Posts: 312
Joined: Sun Aug 19, 2012 7:13 pm
Location: ZA

Ruby Editbox Draw Question

Post 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
TheOm
Posts: 103
Joined: Tue Jan 28, 2014 7:35 pm
Location: Germany

Re: Ruby Editbox Draw Question

Post by TheOm »

Set the text rendering hint to "ClearTypeGridFit"
Attachments
textbox_ui_issue.fsm
(916 Bytes) Downloaded 750 times
Drnkhobo
Posts: 312
Joined: Sun Aug 19, 2012 7:13 pm
Location: ZA

Re: Ruby Editbox Draw Question

Post by Drnkhobo »

Ahhh.....!

Thanks Om :D
Post Reply