Home | History | Annotate | Download | only in include

Lines Matching defs:charmap

501   /*    A handle to a given character map.  A charmap is used to translate */
512 /* The currently active charmap is available as `face->charmap'. */
517 /* @FT_Open_Face), the library looks for a Unicode charmap within */
581 /* Latin-1. Most fonts include a Unicode charmap, but not all */
637 /* and OpenType fonts contain a charmap for this encoding, since */
660 /* By default, FreeType automatically synthesizes a Unicode charmap */
666 /* FT_ENCODING_NONE is set by the BDF and PCF drivers if the charmap */
762 /* The base charmap structure. */
767 /* encoding :: An @FT_Encoding tag identifying the charmap. Use */
952 /* charmap :: The current active charmap for this face. */
997 FT_CharMap charmap;
2448 /* current charmap used in the face. */
3103 /* Select a given charmap by its encoding tag (as listed in */
3116 /* This function returns an error if no charmap in the face */
3136 /* Select a given charmap for character code to glyph index mapping. */
3142 /* charmap :: A handle to the selected charmap. */
3148 /* This function returns an error if the charmap is not part of */
3152 /* It also fails if a type~14 charmap is selected. */
3156 FT_CharMap charmap );
3165 * Retrieve index of a given charmap.
3168 * charmap ::
3169 * A handle to a charmap.
3173 * `charmap' belongs. If an error occurs, -1 is returned.
3177 FT_Get_Charmap_Index( FT_CharMap charmap );
3187 /* uses a charmap object to do the mapping. */
3222 /* current charmap of a given face. It also returns the */
3229 /* agindex :: Glyph index of first character code. 0~if charmap is */
3233 /* The charmap's first character code. */
3237 /* parse all character codes available in a given charmap. The code */
3254 /* Note that `*agindex' is set to~0 if the charmap is empty. The */
3255 /* result itself can be~0 in two cases: if the charmap is empty or */
3270 /* current charmap of a given face following the value `char_code', */
3278 /* agindex :: Glyph index of next character code. 0~if charmap */
3282 /* The charmap's next character code. */
3286 /* over all character codes available in a given charmap. See the */
3290 /* the charmap. */
3551 /* subtable', or `current CharMap is not Unicode'. */
3563 /* b) the current charmap has a Unicode encoding. */