|
|
|
@ -1,3 +1,16 @@ |
|
|
|
|
2002-06-18 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
|
|
|
|
|
* src/psaux/t1cmap.c (t1_cmap_custom_char_index, |
|
|
|
|
t1_cmap_custom_char_next): Fix index computation -- indices start |
|
|
|
|
with 0 and not with cmap->first. |
|
|
|
|
|
|
|
|
|
Provide default charmaps. |
|
|
|
|
|
|
|
|
|
* src/bdf/bdfdrivr.c (BDF_Face_Init), src/pcf/pcfdriver.c |
|
|
|
|
(PCF_Face_Init), src/pfr/pfrobjs.c (pfr_face_init), |
|
|
|
|
src/type1/t1objs (T1_Face_Init), src/winfonts/winfnt.c |
|
|
|
|
(FNT_Face_Init): Implement it. |
|
|
|
|
|
|
|
|
|
2002-06-17 Sven Neumann <sven@gimp.org> |
|
|
|
|
|
|
|
|
|
* src/pfr/pfrobjs.c (pfr_face_init): Fix typo. |
|
|
|
@ -43,7 +56,7 @@ |
|
|
|
|
|
|
|
|
|
2002-06-14 Detlef Würkner <TetiSoft@apg.lahn.de> |
|
|
|
|
|
|
|
|
|
Add new cmap support to BDF driver |
|
|
|
|
Add new cmap support to BDF driver. |
|
|
|
|
|
|
|
|
|
* src/bdf/bdfdrivr.c (BDF_CMapRec) [FT_CONFIG_OPTION_USE_CMAPS]: |
|
|
|
|
New structure. |
|
|
|
|