I want to display a multiline text with certain font size. How to determine the font size in windows? How to convert it into point size?
I want to print next line very close to the first line ., means the gap should be minimum.
I have x, y co ordinates of the first string.
anandkrishnantc 0 Newbie Poster
Recommended Answers
Jump to PostIn Delphi the font height in included as a property of TFont.
H := -Font.Height;
And is related to the font size (points) and the ppi of your screen. Check Delphi Help's info on TFont.
Unless I missed something. This seems to be a basic concept. No …
All 4 Replies
FlamingClaw 98 Posting Pro
anandkrishnantc 0 Newbie Poster
FlamingClaw 98 Posting Pro
m610 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.