Searched refs:glyphs (Results 1 – 7 of 7) sorted by relevance
2531 bdf_glyph_t* glyphs; in bdf_free_font() local2562 for ( i = 0, glyphs = font->glyphs; in bdf_free_font()2565 FT_FREE( glyphs->name ); in bdf_free_font()2566 FT_FREE( glyphs->bitmap ); in bdf_free_font()2570 i++, glyphs++ ) in bdf_free_font()2572 FT_FREE( glyphs->name ); in bdf_free_font()2573 FT_FREE( glyphs->bitmap ); in bdf_free_font()2576 FT_FREE( font->glyphs ); in bdf_free_font()2580 for ( i = 0, glyphs = font->overflow.glyphs; in bdf_free_font()2583 FT_FREE( glyphs->name ); in bdf_free_font()[all …]
184 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member212 bdf_glyph_t* glyphs; /* Glyphs themselves. */ member
485 bdf_glyph_t* cur = font->glyphs; in BDF_Face_Init()697 glyph = bdf->bdffont->glyphs[glyph_index]; in BDF_Glyph_Load()
5156 glyphs = []5165 glyphs.append( fields[0] )5168 return glyphs, values
212 FT_UShort glyphs; in gxv_just_actSubrecord_type0_validate() local216 glyphs = FT_NEXT_USHORT( p ); in gxv_just_actSubrecord_type0_validate()217 gxv_just_check_max_gid( glyphs, "type0:glyphs", valid ); in gxv_just_actSubrecord_type0_validate()
147 Machine can store 16 glyphs onto its stack)278 GX/AAT defines a `bracketing' property of the glyphs in the `prop'281 properties to glyphs. Apple font tools warn about this error;
42 --nohints Specify FT_LOAD_NO_HINTING when loading glyphs.
Completed in 15 milliseconds