mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-30 15:33:25 -04:00
Don't emit unnecessary CFF DICT entries
In several cases, Bedstead uses the defaults, so there's no need to mention them.
This commit is contained in:
parent
627870cfbf
commit
061c83e8c8
@ -3026,17 +3026,12 @@ main(int argc, char **argv)
|
||||
TTXS(FamilyName, "Bedstead");
|
||||
TTXS(Weight, *weight->suffix ? weight->suffix + 1 : "Medium");
|
||||
TTXI(isFixedPitch, 1);
|
||||
TTXI(ItalicAngle, 0);
|
||||
TTXI(UnderlinePosition, -3 * YPIX / 2);
|
||||
TTXI(UnderlineThickness, YPIX);
|
||||
TTXI(PaintType, 0);
|
||||
TTXI(CharstringType, 2);
|
||||
TTXF(FontMatrix, "%g 0 0 %g 0 0",
|
||||
1.0/(YSIZE * YPIX), 1.0/(YSIZE * YPIX));
|
||||
TTXF(FontBBox, "0 %d %d %d", (int)(-DESCENT * YPIX),
|
||||
(int)(XSIZE * XPIX), (int)(ASCENT * YPIX));
|
||||
TTXI(StrokeWidth, 0);
|
||||
printf(" <Encoding name='StandardEncoding'/>\n");
|
||||
printf(" <Private>\n");
|
||||
TTXF(BlueValues, "0 0 %4g %4g %4g %4g %4g %4g",
|
||||
(double)(YPIX * 5), (double)(YPIX * 5),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user