Searched refs:GlyphOrder (Results 1 - 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
H A DxmlReader.py80 if tag == "GlyphOrder":
81 tableClass = ttLib.GlyphOrder
/external/fonttools/Tools/fontTools/misc/
H A DxmlReader.py80 if tag == "GlyphOrder":
81 tableClass = ttLib.GlyphOrder
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py199 if "GlyphOrder" in tags:
200 tags.remove("GlyphOrder")
241 if "GlyphOrder" not in tables:
242 tables = ["GlyphOrder"] + tables
348 elif tag == "GlyphOrder":
362 if "GlyphOrder" in keys:
363 keys.remove("GlyphOrder")
365 return ["GlyphOrder"] + keys
375 if tag == "GlyphOrder":
376 table = GlyphOrder(ta
758 class GlyphOrder(object): class in inherits:object
[all...]
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py199 if "GlyphOrder" in tags:
200 tags.remove("GlyphOrder")
241 if "GlyphOrder" not in tables:
242 tables = ["GlyphOrder"] + tables
348 elif tag == "GlyphOrder":
362 if "GlyphOrder" in keys:
363 keys.remove("GlyphOrder")
365 return ["GlyphOrder"] + keys
375 if tag == "GlyphOrder":
376 table = GlyphOrder(ta
758 class GlyphOrder(object): class in inherits:object
[all...]

Completed in 187 milliseconds