TypeFacet Autokern FAQ
-
Does Autokern support non-Roman glyphs?
Yes. Autokern is language agnostic.
-
Does Autokern treat all glyphs equally?
No. Kerning depends on the class of the glyphs.
Letters and Numerals are... TODO: complete this FAQ.
-
What version of Python do I have on my computer?
Use the following command on the command line:
python --version
# output:
Python 2.7.1
-
-