Skip to content

Update unicode function to allow for ligatures

Tyler R Lemburg requested to merge feature/issue-7 into develop

The code uses this unicode function in two places; first to read the font and create a map of glyphs, and secondly to parse a string into glyphs.

Fixes #7 (closed)

Merge request reports