mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-18 14:18:09 +02:00
* include/freetype/freetype.h (FT_FACE_FLAG_CID_KEYED, FT_IS_CID_KEYED): New macros. * src/cff/cffobjs.c (cff_face_init): Set number of glyphs to the maximum CID value in CID-keyed CFFs. Handle FT_FACE_FLAG_CID_KEYED flag. * docs/CHANGES: Document it. Fix CFF font matrix calculation and improve precision. * src/cff/cffparse.c (cff_parse_real): Increase precision if integer part is zero. (cff_parse_font_matrix): Simplify computation of `units_per_em'; this prevents overflow also. Support FT_Get_CID_Registry_Ordering_Supplement for PS CID fonts. * src/cid/cidriver.c: Include FT_SERVICE_CID_H. (cid_get_ros): New function. (cid_service_cid_info): New service structure. (cid_services): Register it. |
||
|---|---|---|
| .. | ||
| cff.c | ||
| cffcmap.c | ||
| cffcmap.h | ||
| cffdrivr.c | ||
| cffdrivr.h | ||
| cfferrs.h | ||
| cffgload.c | ||
| cffgload.h | ||
| cffload.c | ||
| cffload.h | ||
| cffobjs.c | ||
| cffobjs.h | ||
| cffparse.c | ||
| cffparse.h | ||
| cfftoken.h | ||
| cfftypes.h | ||
| Jamfile | ||
| module.mk | ||
| rules.mk | ||