freetype
freetype copied to clipboard
The Freetype font rasterizer in the Go programming language.
I can't seem to load fonts generated using https://github.com/koron/bdf2ttf for example.
I believe this is related to #32 where eaburns pointed out a potential issue with the scale factor. I don't know a great deal about fonts, but presuming a zero...
This will join the last point with the first point of a stroked path. Instead of capping both, which will give undesired results (try ButtCapper for example), the path is...
This adds the ability to set stroke width for font drawing. Drawing a black stroked glyph and then a white normal glyph will give the font a black stroke. The...
Adding a command for dumping parsed font info; aids in tracking down bugs in library
Stroking is unsupported on cubic bezier path segments: // Add3 adds a cubic segment to the stroker. func (k *stroker) Add3(b, c, d fixed.Point26_6) { panic("freetype/raster: stroke unimplemented for cubic...
I'm dumping the glyphs from HanaMinB.ttf ( available at https://osdn.net/frs/redir.php?m=pumath&f=%2Fhanazono-font%2F64385%2Fhanazono-20160201.zip ), where most of the characters are > U+FFFF. Enclosed please find the output of ttfdump -t cmap HanaMinB.ttf According...
I am using the library in a project to render text on an image, the font is Noto Deva (https://www.google.com/get/noto/#sans-deva). Source text  Example of rendered text in Hindi 