Home | History | Annotate | Download | only in sfnt

Lines Matching defs:charmap

880       /*   Try to set the charmap encoding according to the platform &     */
881 /* encoding ID of each charmap. */
894 FT_CharMap charmap = root->charmaps[m];
897 charmap->encoding = sfnt_find_encoding( charmap->platform_id,
898 charmap->encoding_id );
901 if ( root->charmap == NULL &&
902 charmap->encoding == FT_ENCODING_UNICODE )
904 /* set 'root->charmap' to the first Unicode encoding we find */
905 root->charmap = charmap;