sfntly icon indicating copy to clipboard operation
sfntly copied to clipboard

A Library for Using, Editing, and Creating SFNT-based Fonts

Results 6 sfntly issues
Sort by recently updated
recently updated
newest added

When I use sfntly to extract a subset of fonts, some unicode code points can be obtained correctly, but some are not. I am a little confused, please help to...

hasNext method range is missing end. It's should be a closed range.

Hello I am looking for a bug in sfntly using fuzzer This is the plan to be reported to you. However, there are questions Do you know the sfntly API...

First, the cast to SimpleGlyph in the following rendering codes is not correct, throwing exceptions for nested composite glyphs. Try rendering Glyph ID 126 in the font `NotoSerif-Thin.ttf`. ``` private...

Currently the font viewer cannot display the Noto `NotoNaskhArabic-Regular.ttf` because several 10,000 rules are created causing the application to freeze. If you comment out line 19 or the code `children.add(new...

In this case the parameterless constructor is valid and so checking the arguments for invalid parameters is required. Some of the Noto fonts cannot be loaded by FontViewer tool without...