Home | History | Annotate | Download | only in sfnt

Lines Matching defs:charmap

1292       /*   Try to set the charmap encoding according to the platform &     */
1293 /* encoding ID of each charmap. */
1306 FT_CharMap charmap = root->charmaps[m];
1309 charmap->encoding = sfnt_find_encoding( charmap->platform_id,
1310 charmap->encoding_id );
1313 if ( root->charmap == NULL &&
1314 charmap->encoding == FT_ENCODING_UNICODE )
1316 /* set 'root->charmap' to the first Unicode encoding we find */
1317 root->charmap = charmap;