Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dcfftypes.h298 typedef struct CFF_SubFontRec_ struct
300 CFF_FontRecDictRec font_dict;
301 CFF_PrivateRec private_dict;
304 CFF_BlendRec blend; /* current blend vector */
305 FT_UInt lenNDV; /* current length NDV or zero */
306 FT_Fixed* NDV; /* ptr to current NDV or NULL */
316 FT_Byte* blend_stack; /* base of stack allocation */
317 FT_Byte* blend_top; /* first empty slot */
318 FT_UInt blend_used; /* number of bytes in use */
319 FT_UInt blend_alloc; /* number of bytes allocated */
[all …]