Closed davelab6 closed 10 years ago
languages.xml
abbreviation
pyfontaine --set afk,glat,gviet,al4 font.ttf;
is equivalent to
pyfontaine --set Afrikaans,'Google Latin','Google Vietnamese','Adobe Latin 4' font.ttf;
fontaine/charmaps/*.py
from fontaine.cmap import library class Charmap: common_name = u'Full Polish Alphabet' native_name = u'Pełny Polski Alfabet' key = ord(u'Ł') abbreviation = 'plk' polishAlphabet = u"AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż" glyphs = map(ord, polishAlphabet)
languages.xml
file'sabbreviation
attribute values (example) to this keyis equivalent to
fontaine/charmaps/*.py
to include this key with a suitable value. Example: