summaryrefslogtreecommitdiff
path: root/write.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-01Variable scope reductions as recommended by cppcheckAlan Coopersmith1-44/+30
2021-06-141em is font size, not heightChristopher Zimmermann1-16/+15
2021-05-25Fail if ftell failsPeter Hutterer1-0/+4
2020-10-31writeFile: avoid file leak on errorsAlan Coopersmith1-2/+3
2020-10-24fix sign of calculated descentChristopher Zimmermann1-1/+1
2020-10-23remove leftover debug printfChristopher Zimmermann1-2/+0
2020-09-22use PIXEL_SIZE to calculate lineGapChristopher Zimmermann1-4/+12
2020-09-22fix sign of sTypoDescenderChristopher Zimmermann1-3/+3
2020-09-22calculate capHeight and xHeight as recommendedChristopher Zimmermann1-13/+13
2020-09-22move metrics calculation to write.cChristopher Zimmermann1-2/+105
2020-09-22provide version 5 OS/2 tableChristopher Zimmermann1-3/+18
2020-09-22use design metrics in eblc instead of calculated metricsChristopher Zimmermann1-27/+15
2020-09-22use more properties according to XLFDChristopher Zimmermann1-23/+26
2020-09-22correctly set OS2 fsSelection for italic and bold fontsChristopher Zimmermann1-1/+8
2020-09-22use zero lineGap, sTypoDescender should be negativeChristopher Zimmermann1-4/+3
2020-02-07Fix uninitialised memory writernhmjoj1-2/+2
2008-05-02Fix off-by-one entrySel field.George Williams1-1/+1
2008-03-13I’m not sure the PCLT table is needed by the fonts generated here, butJames Cloos1-1/+1
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich1-2/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25Initial revisionXORG-STABLEKaleb Keithley1-0/+1078