mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-16 19:08:07 +02:00
Synthesize a SubFont object for Type 1 fonts. This is used in the interpreter to access Private dict data, which are stored in different places for Type 1 and CFF. This allows the same data to be used in either mode. * src/psaux/psobjs.c (t1_make_subfont): New procedure to copy required values to a dummy CFF_SubFont object. This is similar to cff_make_private_dict. * src/psaux/psobjs.h: Add the new declaration. * include/freetype/internal/psaux.h, src/psaux/psauxmod.c: Ditto. Add this to the PSAux Service for future use with CID fonts. * src/type1/t1gload.c: Add the call. |
||
|---|---|---|
| .. | ||
| freetype | ||
| ft2build.h | ||