summaryrefslogtreecommitdiff
path: root/src/cairo-type1-glyph-names.c
Commit message (Collapse)AuthorAgeFilesLines
* Type 1 glyph names: Do not use an array of pointers for winansi glyph namesAdrian Johnson2010-11-061-131/+211
| | | | | | | | Similar to ps_standard_encoding array, use a string pool and lookup indices for the winansi glyph names to reduce .data size. As ps_encoding and winansi share mostly the same names, the perl script has been modified to merge the symbols into the one string pool and generate separate lookup indices for ps_encoding and winansi.
* Move glyph names into separate fileAdrian Johnson2010-11-061-0/+330
The latin subsets feature requires these names. As cairo-type1-subsets.c depends on FreeType, move these names out to a separate file to allow compilation without FT.