solvespace/tools
EvilSpirit e74ccb3010 Perform grid fitting on the builtin vector font.
Grid fitting is performed only on glyph boundaries, since glyphs
include curves converted to pwl, which would be mangled by per-point
grid fitting.

Grid fitting is only performed when the plane in which text is
laid out is parallel to the viewing plane.

Grid fitting is only performed when rendering for display; there
are no devices with dpi low enough for grid fitting to become
profitable, and in any case we cannot predict what the dpi would
be anyway.
2016-04-16 04:19:14 +00:00
..
CMakeLists.txt Replace internal vector font with LibreCAD's GPLv2+ vector font. 2016-02-14 14:09:36 +00:00
lff2c.cpp Perform grid fitting on the builtin vector font. 2016-04-16 04:19:14 +00:00
png2c.cpp Rewrite ttf2c to use GNU Unifont and merge with pngchar2c.pl. 2015-12-29 11:15:50 +08:00
unifont2c.cpp Use size_t for indexing where appropriate. 2016-02-12 05:26:26 +00:00