Add comment that we don't use VORG table.

This commit is contained in:
Werner Lemberg 2017-02-06 07:54:59 +01:00
parent 1dee4bf9f7
commit 144d10873d
1 changed files with 5 additions and 0 deletions

View File

@ -305,6 +305,11 @@ FT_BEGIN_HEADER
/* `horiAdvance' or `vertAdvance'; you have to manually adjust these */
/* values to account for the added width and height. */
/* */
/* FreeType doesn't use the `VORG' table data for CFF fonts because */
/* it doesn't have an interface to quickly retrieve the glyph height. */
/* The y~coordinate of the vertical origin can be simply computed as */
/* `vertBearingY + height' after loading a glyph. */
/* */
typedef struct FT_Glyph_Metrics_
{
FT_Pos width;