luser-dr00g / xpost

A PostScript interpreter in C
Other
93 stars 12 forks source link

FreeType bitmap fonts not scaling #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mingw: testfont
2. Cygwin: 100 100 moveto /Times-Roman 40 selectfont (Hello World!) show
3.

What is the expected output? What do you see instead?

When using a .fon font in mingw or a .pcf.gz font in Cygwin, the
font is much smaller than the requested point size of 40.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by luser.droog on 22 Dec 2013 at 8:20

GoogleCodeExporter commented 9 years ago
Perhaps with these fonts, that is the largest size available?

Original comment by luser.droog on 26 Dec 2013 at 7:40