freetype icon indicating copy to clipboard operation
freetype copied to clipboard

The Freetype font rasterizer in the Go programming language.

Results 51 freetype issues
Sort by recently updated
recently updated
newest added

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 ![hindi-source-text](https://cloud.githubusercontent.com/assets/12120934/16130751/6fe673b0-33bf-11e6-9650-f2ad07d625a8.JPG) Example of rendered text in Hindi ![hindi-rendering-bug](https://cloud.githubusercontent.com/assets/12120934/16130750/6fe65024-33bf-11e6-95af-6c0f483cbc9f.JPG)