DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
398 stars 46 forks source link

Default PDF font not unicode compatible #281

Closed DraqueT closed 8 years ago

DraqueT commented 8 years ago

Default fonts in PDF files are not unicode compatible. All fields that have user defined text should be using unicode compatible fonts in general.

Most significantly, if a user does not specify a custom font for their conlang, it will default to a non-compatible one. If the conlang font check returns nothing, or a default font, set the conlang font to the unicode compatible font (in the resources folder).

DraqueT commented 8 years ago

More or less completed. The conlang font defaults to unicode. See if people need the rest in unicode compatible characters, but if not, the formatting looks nicer as it is.