Re: Where find win32lib?
- Posted by sergelli Sep 25, 2013
- 1408 views
OK, In haste, I took the old version.
But now, with the correct version, I'm noticing that the function below, still producing a "logic error"...
fon1=getFontSize(EditBox) -- Gets font metrics for id's current font. { width, height } of average character.
...then according to your instructions in a previous post, (http://openeuphoria.org/forum/120424.wc#120424) I make a change into "w32resorces.ew" and solves that problemm
But it is not correct to corrupt a file in a library, OK? So I think I'm using a code improperly.
What would be the correct way to get the size of a font?