Searched refs:charmaps (Results 1 – 17 of 17) sorted by relevance
46 FT_CharMap charmaps[2]; member
1103 FT_CMap cmap = FT_CMAP( face->charmaps[n] ); in destroy_charmaps()1108 face->charmaps[n] = NULL; in destroy_charmaps()1111 FT_FREE( face->charmaps ); in destroy_charmaps()1202 first = face->charmaps; in find_unicode_charmap()1291 first = face->charmaps; in find_variant_selector_charmap()3491 cur = face->charmaps; in FT_Select_Charmap()3523 cur = face->charmaps; in FT_Set_Charmap()3555 if ( charmap->face->charmaps[i] == charmap ) in FT_Get_Charmap_Index()3592 if ( (FT_CMap)face->charmaps[i] == cmap ) in FT_CMap_Done()3594 FT_CharMap last_charmap = face->charmaps[face->num_charmaps - 1]; in FT_CMap_Done()[all …]
213 FT_CharMap charmaps[2]; member
306 cmap = face->charmaps[cmap_index]; in FTC_CMapCache_Lookup()
69 (!m_Font.GetFace()->num_charmaps || !m_Font.GetFace()->charmaps)) { in LoadGlyphMap()
186 charmap = t1_face->charmaps[n]; in T1_Read_PFM()
122 #define FXFT_Get_Face_Charmaps(face) static_cast<FT_Face>(face)->charmaps
1047 cmap = cffface->charmaps[nn]; in cff_face_init()1081 cffface->charmap = cffface->charmaps[nn]; in cff_face_init()
1112 FT_CharMap* charmaps; member
703 bdfface->charmap = bdfface->charmaps[0]; in BDF_Face_Init()
1506 FT_CharMap charmap = root->charmaps[m]; in sfnt_load_face()
415 charmaps using the TAB key.2414 information about charmaps. It also supports a new switch `-v'2962 - The logic to detect Unicode charmaps has been modified. This is2964 charmaps (like very recent asian ones) using the new 10 and 122972 that are mapped through extended charmaps in recent3671 `lslash' unavailable from Unicode charmaps of Postscript fonts.4785 - the list of available charmaps is directly accessible through4786 `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.
1395 ft_status=FT_Set_Charmap(face,face->charmaps[0]); in RenderFreetype()