Re: Getting the correct size of a glyph in a font

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Thanks, I'll give that a try.

Mark

"Kellie Fitton" <KELLIEFITTON@xxxxxxxxx> wrote in message
news:1142441968.732285.300260@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

Use the following API to retrieve text metrics for TrueType fonts,
for example, tmAscent, tmDescent, otmAscent and otmDescent.

GetOutlineTextMetrics()


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/fontext_6lyr.asp

Hope these suggestions helps,

Kellie.



.