[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] ICU
From: |
David Turner |
Subject: |
Re: [Freetype] ICU |
Date: |
Tue, 26 Mar 2002 14:47:54 +0100 |
Hello Ingo,
Ingo Maier a écrit :
>
> Has anyone experience with the ICU LayoutEngine? Specifically, I have
> problems with implementing the LEFontInstance. E.g. what shall
> getFontTable() return
Sorry, can't help you there since I don't know what getFontTable() does
> how can I get the pixels per EM ?
try "face->size->x_ppm" and "face->size->y_ppm" :-)
>, and how to get a hinted X and Y pixel coordinates of a particular point
> in the outline of a given glyph - for getGlyphPoint()?
>
load the hinted glyph outline (FT_LOAD_NO_BITMAPS), then the point
coordinates are
face->slot->outline.points[n].x
face->slot->outline.points[n].y
in 1/64th of pixels..
Hope this helps,
- David Turner
- [Freetype] ICU, Ingo Maier, 2002/03/11
- Re: [Freetype] ICU,
David Turner <=