freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] adwanceWidth question


From: Werner LEMBERG
Subject: Re: [Freetype] adwanceWidth question
Date: Fri, 21 May 2004 18:44:01 +0200 (CEST)

> how i can get real glyph width (adwanceWidth from hmtx table)
> for every glyph
> for example:
>     font "Arial"
>     glyph "space"
>     
>     adwanceWidth = 569

You want the value in font units?  Use FT_Glyph_Metrics with the
FT_LOAD_NO_SCALE flag.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]