Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dcfftypes.h302 typedef struct CFF_SubFontRec_ struct
304 CFF_FontRecDictRec font_dict;
305 CFF_PrivateRec private_dict;
308 CFF_BlendRec blend; /* current blend vector */
309 FT_UInt lenNDV; /* current length NDV or zero */
310 FT_Fixed* NDV; /* ptr to current NDV or NULL */
320 FT_Byte* blend_stack; /* base of stack allocation */
321 FT_Byte* blend_top; /* first empty slot */
322 FT_UInt blend_used; /* number of bytes in use */
323 FT_UInt blend_alloc; /* number of bytes allocated */
[all …]