Home
last modified time | relevance | path

Searched defs:CFF_SubFontRec_ (Results 1 – 1 of 1) sorted by relevance

/external/freetype/include/freetype/internal/
Dcfftypes.h306 typedef struct CFF_SubFontRec_ struct
308 CFF_FontRecDictRec font_dict;
309 CFF_PrivateRec private_dict;
312 CFF_BlendRec blend; /* current blend vector */
313 FT_UInt lenNDV; /* current length NDV or zero */
314 FT_Fixed* NDV; /* ptr to current NDV or NULL */
324 FT_Byte* blend_stack; /* base of stack allocation */
325 FT_Byte* blend_top; /* first empty slot */
326 FT_UInt blend_used; /* number of bytes in use */
327 FT_UInt blend_alloc; /* number of bytes allocated */
[all …]