OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphNames
(Results
1 - 7
of
7
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
T_S_I__5.py
23
glyphNames
= ttFont.getGlyphOrder()
25
for i in range(len(
glyphNames
)):
26
a.append(self.glyphGrouping[
glyphNames
[i]])
_h_d_m_x.py
57
glyphNames
= ttFont.getGlyphOrder()[:]
58
glyphNames
.sort()
59
maxNameLen = max(map(len,
glyphNames
))
64
for glyphName in
glyphNames
:
C_O_L_R_.py
58
glyphNames
= self.ColorLayers.keys()
59
for glyphName in
glyphNames
:
84
glyphNames
= self.ColorLayers.keys()
85
for glyphName in
glyphNames
:
T_S_I__1.py
45
glyphNames
= ttFont.getGlyphOrder()
48
for i in range(len(
glyphNames
)):
51
name =
glyphNames
[i]
V_O_R_G_.py
70
glyphNames
= self.VOriginRecords.keys()
71
for glyphName in
glyphNames
:
_g_l_y_f.py
83
glyphNames
= ttFont.getGlyphNames()
89
numGlyphs = len(
glyphNames
)
90
for glyphName in
glyphNames
:
/external/fonttools/Lib/fontTools/ttLib/
__init__.py
528
glyphNames
= sorted(self.getGlyphOrder()[:])
529
return
glyphNames
Completed in 2559 milliseconds