mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-21 06:28:12 +02:00
The italic angle is commonly specified in fractional degrees in Type 1 fonts and its derivatives. This change clarifies and fixes these values. Note that CFF fonts has always reported them as such, but truncated the underline position and thickness. Fixes #1367. * include/freetype/t1tables.h (PS_FontInfoRec): Use FT_Fixed for italic_angle. * src/cid/cidtoken.h, src/type1/t1tokens.h, src/type42/t42parse.c: Modify the italic_angle token. * src/cff/cffdrivr.c (cff_ps_get_font_info): Fix the underline position and thickness. * docs/CHANGES: Note this change. |
||
|---|---|---|
| .. | ||
| module.mk | ||
| rules.mk | ||
| t42drivr.c | ||
| t42drivr.h | ||
| t42error.h | ||
| t42objs.c | ||
| t42objs.h | ||
| t42parse.c | ||
| t42parse.h | ||
| t42types.h | ||
| type42.c | ||