Lines Matching defs:HB_FaceRec_
208 typedef struct HB_FaceRec_ { struct
209 HB_Bool isSymbolFont;
211 HB_GDEF gdef;
212 HB_GSUB gsub;
213 HB_GPOS gpos;
214 HB_Bool supported_scripts[HB_ScriptCount];
215 HB_Buffer buffer;
216 HB_Script current_script;
217 int current_flags; /* HB_ShaperFlags */
218 HB_Bool has_opentype_kerning;
219 HB_Bool glyphs_substituted;
220 HB_GlyphAttributes *tmpAttributes;
221 unsigned int *tmpLogClusters;
222 int length;
223 int orig_nglyphs;