Searched refs:tagToIdentifier (Results 1 - 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py271 tablePath = fileNameTemplate % tagToIdentifier(tag)
790 pyTag = tagToIdentifier(tag)
814 pyTag = tagToIdentifier(tag)
835 """Helper function for tagToIdentifier()"""
845 def tagToIdentifier(tag): function
874 """the opposite of tagToIdentifier()"""
895 """Similarly to tagToIdentifier(), this converts a TT tag
908 return tagToIdentifier(tag)
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py271 tablePath = fileNameTemplate % tagToIdentifier(tag)
790 pyTag = tagToIdentifier(tag)
814 pyTag = tagToIdentifier(tag)
835 """Helper function for tagToIdentifier()"""
845 def tagToIdentifier(tag): function
874 """the opposite of tagToIdentifier()"""
895 """Similarly to tagToIdentifier(), this converts a TT tag
908 return tagToIdentifier(tag)

Completed in 77 milliseconds