OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlyphName
(Results
1 - 15
of
15
) sorted by null
/external/fonttools/Lib/fontTools/ttLib/tables/
C_O_L_R_.py
21
self.
getGlyphName
= ttFont.
getGlyphName
# for use in get/set item functions, for access by GID
40
layerName = self.
getGlyphName
(layerGid)
49
getGlyphName
= self.
getGlyphName
50
names = list(map(
getGlyphName
, gids ))
103
self.
getGlyphName
= ttFont.
getGlyphName
# for use in get/set item functions, for access by GID
124
glyphSelector = self.
getGlyphName
(glyphSelector)
134
glyphSelector = self.
getGlyphName
(glyphSelector
[
all
...]
V_O_R_G_.py
17
self.
getGlyphName
= ttFont.
getGlyphName
# for use in get/set item functions, for access by GID
35
getGlyphName
= self.
getGlyphName
36
names = map(
getGlyphName
, gids )
85
self.
getGlyphName
= ttFont.
getGlyphName
# for use in get/set item functions, for access by GID
101
glyphSelector = self.
getGlyphName
(glyphSelector)
111
glyphSelector = self.
getGlyphName
(glyphSelector)
sbixBitmap.py
30
self.glyphName = ttFont.
getGlyphName
(self.gid)
45
self.referenceGlyphName = ttFont.
getGlyphName
(gid)
L_T_S_H_.py
25
self.yPels[ttFont.
getGlyphName
(i)] = yPels[i]
T_S_I__5.py
20
self.glyphGrouping[ttFont.
getGlyphName
(i)] = a[i]
_c_m_a_p.py
191
names = map(self.ttFont.
getGlyphName
, glyphIdArray)
376
getGlyphName
= self.ttFont.
getGlyphName
377
names = list(map(
getGlyphName
, gids ))
695
getGlyphName
= self.ttFont.
getGlyphName
696
names = list(map(
getGlyphName
, gids ))
840
getGlyphName
= self.ttFont.
getGlyphName
841
names = list(map(
getGlyphName
, glyphIndexArray )
[
all
...]
_k_e_r_n.py
113
kernTable[(ttFont.
getGlyphName
(left), ttFont.
getGlyphName
(right))] = value
E_B_L_C_.py
440
self.names = list(map(self.ttFont.
getGlyphName
, glyphIds))
527
self.names = list(map(self.ttFont.
getGlyphName
, glyphIds))
558
self.names = list(map(self.ttFont.
getGlyphName
, glyphIds))
596
self.names = list(map(self.ttFont.
getGlyphName
, glyphIds))
T_S_I__1.py
24
self.glyphPrograms[ttFont.
getGlyphName
(glyphID)] = text
otTables.py
107
r.Start = font.
getGlyphName
(start)
108
r.End = font.
getGlyphName
(end)
153
outNames = [ font.
getGlyphName
(glyphID) for glyphID in outGIDS ]
_g_l_y_f.py
139
def
getGlyphName
(self, glyphID):
688
components.append(glyfTable.
getGlyphName
(int(glyphID)))
813
self.glyphName = glyfTable.
getGlyphName
(int(glyphID))
E_B_D_T_.py
706
curComponent.name = self.ttFont.
getGlyphName
(curComponent.glyphCode)
731
curComponent.name = self.ttFont.
getGlyphName
(curComponent.glyphCode)
otConverters.py
159
value = font.
getGlyphName
(value)
/external/fonttools/Lib/fontTools/ttLib/
__init__.py
471
# other table that does f.getGlyphOrder() or f.
getGlyphName
().
538
def
getGlyphName
(self, glyphID, requireReal=False):
/external/fonttools/Lib/fontTools/
subset.py
[
all
...]
Completed in 249 milliseconds