Searched refs:charmaps (Results 1 – 17 of 17) sorted by relevance
46 FT_CharMap charmaps[2]; member
211 FT_CharMap charmaps[2]; member
1134 FT_CMap cmap = FT_CMAP( face->charmaps[n] ); in destroy_charmaps()1139 face->charmaps[n] = NULL; in destroy_charmaps()1142 FT_FREE( face->charmaps ); in destroy_charmaps()1233 first = face->charmaps; in find_unicode_charmap()1322 first = face->charmaps; in find_variant_selector_charmap()3522 cur = face->charmaps; in FT_Select_Charmap()3554 cur = face->charmaps; in FT_Set_Charmap()3586 if ( charmap->face->charmaps[i] == charmap ) in FT_Get_Charmap_Index()3623 if ( (FT_CMap)face->charmaps[i] == cmap ) in FT_CMap_Done()3625 FT_CharMap last_charmap = face->charmaps[face->num_charmaps - 1]; in FT_CMap_Done()[all …]
68 #define FXFT_Get_Face_Charmaps(face) (face)->charmaps
306 cmap = face->charmaps[cmap_index]; in FTC_CMapCache_Lookup()
74 (!face->num_charmaps || !face->charmaps)) { in LoadGlyphMap()
186 charmap = t1_face->charmaps[n]; in T1_Read_PFM()
1047 cmap = cffface->charmaps[nn]; in cff_face_init()1082 cffface->charmap = cffface->charmaps[nn]; in cff_face_init()
1058 FT_CharMap* charmaps; member
715 bdfface->charmap = bdfface->charmaps[0]; in BDF_Face_Init()
1109 FT_CharMap charmap = root->charmaps[m]; in sfnt_load_face()
159 display charmaps in compact and detailed format, respectively.596 charmaps using the TAB key.2595 information about charmaps. It also supports a new switch `-v'3143 - The logic to detect Unicode charmaps has been modified. This is3145 charmaps (like very recent asian ones) using the new 10 and 123153 that are mapped through extended charmaps in recent3852 `lslash' unavailable from Unicode charmaps of Postscript fonts.4966 - the list of available charmaps is directly accessible through4967 `face->charmaps', counting `face->num_charmaps' elements. Each
3561 charmaps can now only be retrieved by index4952 different FNT charmaps for its subfonts. Consequently, the previous6110 supports UCS-4 charmaps when available in Asian fonts.6490 Unicode charmaps from loading.6510 * src/base/ftobjs.c: Modified the logic to get Unicode charmaps.6511 Now it loads UCS-4 charmaps when there is one.6718 (i.e. Marriage) to return accurate charmaps.7661 Small fix to allow OpenType fonts to support Adobe charmaps when7665 charmaps for CFF fonts.7676 support for CFF charmaps, reformatting the sources, and removing[all …]
960 charmaps, even if these were present in the font (causing problems
5747 Restrict the number of the charmaps in a rogue-compatible mode.
5319 This favours MS charmaps over Apple ones.
1396 ft_status=FT_Set_Charmap(face,face->charmaps[0]); in RenderFreetype()