Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-01 | Variable scope reductions as recommended by cppcheck | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2021-06-14 | 1em is font size, not height | Christopher Zimmermann | |
2021-05-25 | Fail if ftell fails | Peter Hutterer | |
Fixes a coverity warning: ftell may return -1 on error which we then pass into fseek later. We properly fail there anyway, so this change is unlikely to have any real effect. | |||
2020-10-31 | writeFile: avoid file leak on errors | Alan Coopersmith | |
Resolves issues found by Oracle Parfait 4.0 static analyser: File Leak [file-ptr-leak]: Leaked File out at line 337 of app/fonttosfnt/write.c in function 'writeFile'. out initialized at line 330 with fopen File Leak [file-ptr-leak]: Leaked File out at line 366 of app/fonttosfnt/write.c in function 'writeFile'. out initialized at line 330 with fopen Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2020-10-24 | fix sign of calculated descent | Christopher Zimmermann | |
I discovered this bug when converting the Tamsyn font from pcf to otb. | |||
2020-10-23 | remove leftover debug printf | Christopher Zimmermann | |
2020-09-22 | use PIXEL_SIZE to calculate lineGap | Christopher Zimmermann | |
2020-09-22 | fix sign of sTypoDescender | Christopher Zimmermann | |
2020-09-22 | calculate capHeight and xHeight as recommended | Christopher Zimmermann | |
2020-09-22 | move metrics calculation to write.c | Christopher Zimmermann | |
2020-09-22 | provide version 5 OS/2 table | Christopher Zimmermann | |
this was an attempt to fix linespacing, which did not help, but would still keep it around to avoid double efforts. | |||
2020-09-22 | use design metrics in eblc instead of calculated metrics | Christopher Zimmermann | |
This will probably not work for a font providing multiple strikes. But .bdf fonts don't provide multiple strikes (or do they?!?) I don't know about .pcf fonts, but I would recommend against running fonttosfnt on .pcf fonts because bdf2pcf seems to loose some attributes during conversion. | |||
2020-09-22 | use more properties according to XLFD | Christopher Zimmermann | |
2020-09-22 | correctly set OS2 fsSelection for italic and bold fonts | Christopher Zimmermann | |
2020-09-22 | use zero lineGap, sTypoDescender should be negative | Christopher Zimmermann | |
According to https://simoncozens.github.io/fonts-and-layout/opentype.html#vertical-metrics-hhea-and-os2 sTypoDescender should be negative and lineGap should be zero. | |||
2020-02-07 | Fix uninitialised memory write | rnhmjoj | |
If macTime() fails write zeros instead of unitialized memory to the date fields. | |||
2008-05-02 | Fix off-by-one entrySel field. | George Williams | |
2008-03-13 | I’m not sure the PCLT table is needed by the fonts generated here, but | James Cloos | |
use a fixed 16 char string as the initializer for the PCLT Fontname field to silence the warning (or error for some compilers) as reported in bugzilla: http://bugs.freedesktop.org/show_bug.cgi?id=3928 | |||
2004-04-23 | Merging XORG-CURRENT into trunkXACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-25 | Initial revision | Kaleb Keithley | |