How to get font size in delphi
Posted
by Bharat
on Stack Overflow
See other posts from Stack Overflow
or by Bharat
Published on 2010-05-28T09:47:45Z
Indexed on
2010/05/28
9:51 UTC
Read the original article
Hit count: 245
delphi
Hi,
I am looking for some function like this:
GetFontSize(<Font Name>, <Sample Character>, <Sample Character Width>,
<Sample Character Height>)
which must return the font size,
Is this possible in delphi?
© Stack Overflow or respective owner