Showing posts with label freetype. Show all posts
Showing posts with label freetype. Show all posts

Sunday, December 21, 2014

otf2bdf (self forked)

I forked otf2bdf for meeting my own needs as well. Changes:
* add `-A' switch for no-autohint
* add `-a' switch for force autohint
* add `-B' switch for no embedded bitmap
* add `-g x' switch for selecting hinting algorithm (x=0-4)
* Commented out Determine the actual bounding box of the glyph bitmap part, instead, use FT_Glyph_Get_CBox()
* Extends dump area to whole valid Unicode codepoints (U+10FFFF)

Download: otf2bdf-3.1rt.zip (Win32 binary+source)

Tuesday, December 31, 2013

FTView windows-ease build

Since newer versions of FTView has left column which I don't like, I make modifications based on a intermediate version between 2.4.10 and 2.4.11.

Changes:
- really setting windows title
- fixed [F10] key handling
- tries to find valid point number for bitmap fonts upon startup and changing font size
- new switch: -M and -W for loading UTF8-noBOM text file for Text demo(-M) and Waterfall demo(-W)
- make pt argument optional for single font display, easing the use of dropping font file to ftview.exe
- changing step to 2pt in waterfall demo
- no more console window, using Message Box for error messages



Download: Source / Binary

Changelog:
[20141221] Update binary with freetype2 git rev 06842c7b4 libaray