googlefonts / sfntly

A Library for Using, Editing, and Creating SFNT-based Fonts
451 stars 162 forks source link

macOS Helvetica Neue dfont subset fails #93

Open shichongdong opened 7 years ago

shichongdong commented 7 years ago

In macOS, I use this function, SfntlyWrapper::SubsetFont() to do subset for Helvetica Neue dfont. Although it returns OK (a valid size for subset font), it seems that the content buffer is not good. Does anyone meet this issue before and how to resolve it? Do I update to the latest code for this issue?