mapbox / tiny-sdf

Browser-side SDF font generator
http://mapbox.github.io/tiny-sdf/
BSD 2-Clause "Simplified" License
568 stars 58 forks source link

Render "Halfwidth and Fullwidth Forms" unicode block #20

Closed kkaefer closed 3 years ago

kkaefer commented 4 years ago

The "Halfwidth and Fullwidth Forms" block contains versions of latin characters that are adjusted to be used in a CJK monospaced environment. Since we can guess the width of these glyphs, we can render them with TinySDF, unlike their proportional equivalents.

kkaefer commented 4 years ago

/cc @tristen

mourner commented 3 years ago

24 enables rendering CJK mixed with Latin characters, so I think that PR supercedes the issue here, right?