Home
last modified time | relevance | path

Searched refs:UV2AGL (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/
Dagl.py716 UV2AGL = {} variable
740 UV2AGL[unicode] = glyphName
/external/fonttools/Lib/fontTools/ttLib/tables/
D_p_o_s_t.py143 elif indices[i] in agl.UV2AGL:
144 self.glyphOrder[i] = agl.UV2AGL[indices[i]]
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py527 if codepoint in agl.UV2AGL:
528 return agl.UV2AGL[codepoint]