mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-03-27 09:30:36 +01: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 | ||
| t1afm.c | ||
| t1afm.h | ||
| t1driver.c | ||
| t1driver.h | ||
| t1errors.h | ||
| t1gload.c | ||
| t1gload.h | ||
| t1load.c | ||
| t1load.h | ||
| t1objs.c | ||
| t1objs.h | ||
| t1parse.c | ||
| t1parse.h | ||
| t1tokens.h | ||
| type1.c | ||