|
|
|
@ -1037,6 +1037,11 @@ FT_BEGIN_HEADER |
|
|
|
|
/* exist make FT_Load_Glyph return successfully; in all other cases */ |
|
|
|
|
/* you get an `FT_Err_Invalid_Argument' error. */ |
|
|
|
|
/* */ |
|
|
|
|
/* Note that CID-keyed fonts which are in an SFNT wrapper don't */ |
|
|
|
|
/* have this flag set since the glyphs are accessed in the normal */ |
|
|
|
|
/* way (using contiguous indices); the `CID-ness' isn't visible to */ |
|
|
|
|
/* the application. */ |
|
|
|
|
/* */ |
|
|
|
|
#define FT_FACE_FLAG_SCALABLE ( 1L << 0 ) |
|
|
|
|
#define FT_FACE_FLAG_FIXED_SIZES ( 1L << 1 ) |
|
|
|
|
#define FT_FACE_FLAG_FIXED_WIDTH ( 1L << 2 ) |
|
|
|
|