Alhadis / Menloco

Replaces the Monaco typeface's box-drawing characters with those from Menlo.
MIT License
25 stars 2 forks source link

Convert scripts to python3 #8

Closed silverwind closed 5 years ago

silverwind commented 5 years ago

brew install fontforge only installes the python3 module as of late forcing us to use python3 as well. Fonts seem to generate, but I'm not super literate in python, so it's possible I missed something.

silverwind commented 5 years ago

I do see these messages, not sure if they are an issue:


The glyph named Omega is mapped to U+03A9.
But its name indicates it should be mapped to U+2126.
The glyph named Omega is mapped to U+03A9.
But its name indicates it should be mapped to U+2126.
The glyph named Tcommaaccent is mapped to U+021A.
But its name indicates it should be mapped to U+0162.
The glyph named tcommaaccent is mapped to U+021B.
But its name indicates it should be mapped to U+0163.
The glyph named Ghemiddlehookcyrillic is mapped to U+0496.
But its name indicates it should be mapped to U+0494.
The glyph named ghemiddlehookcyrillic is mapped to U+0497.
But its name indicates it should be mapped to U+0495.
The glyph named zerowidthjoiner is mapped to U+200D.
But its name indicates it should be mapped to U+FEFF.
The glyph named uni2094 is mapped to U+2071.
But its name indicates it should be mapped to U+2094.
The glyph named uni20C8 is mapped to U+20A0.
But its name indicates it should be mapped to U+20C8.
The glyph named sixroman is mapped to U+2179.
But its name indicates it should be mapped to U+2175.
Alhadis commented 5 years ago

Don't worry about the messages. It's basically letting you know that the original Monaco font has misleading glyph names. 😉 Nothing to worry about.