parlr / ruby-font-creator

Generate rich Unicode open fonts with custom annotations, transliterations, pronunciations.
21 stars 3 forks source link

Associate glyph with correct codepoint #22

Closed edouard-lopez closed 7 years ago

edouard-lopez commented 7 years ago

The font generation works but the glyph are on a private plan. For instance is associate with U+EA02 <Private Use> instead of U+4E2D CJK UNIFIED IDEOGRAPH-4E2D:

General Character Properties In Unicode since: 1.1 Unicode category: Other, Private Use

Various Useful Representations UTF-8: 0xEE 0xA8 0x82 UTF-16: 0xEA02

C octal escaped UTF-8: \356\250\202 XML decimal entity: 

We need to investigate webfont in depth.

related: itgalaxy/webfont#53 How can I choose the codepoint of a glyph.

edouard-lopez commented 7 years ago

done by a38f4af1bc74d14291d8735aa8faebdc49c278f0.

hugolpz commented 7 years ago

How. How ?!

edouard-lopez commented 7 years ago

see itgalaxy/webfont#53 or svgicons2svgfont CLI section.

hugolpz commented 7 years ago

T'as changé de font maker :)