[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Bitmap fonts
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Bitmap fonts |
Date: |
Sun, 02 Jul 2006 07:47:14 +0200 (CEST) |
> In struct FT_FaceRec_, the glyph slot and other useful dimensional
> information is after:
>
> /*# the following are only relevant to scalable outlines */
>
> http://freetype.sourceforge.net/freetype2/docs/reference/ft2-base_interface.html#FT_FaceRec
>
> So, when i load a bdf bitmap font (non-scaleable), where do i get
> the character width, advance, line-spacing, etc?
FT_Bitmap_Size. I'll add a pointer to the docs.
Werner