OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmapGlyphDataFormat
(Results
1 - 3
of
3
) sorted by null
/external/fonttools/Lib/fontTools/
ttx.py
114
bitmapGlyphDataFormat
= 'raw'
153
self.
bitmapGlyphDataFormat
= value
205
bitmapGlyphDataFormat
=options.
bitmapGlyphDataFormat
)
/external/fonttools/Lib/fontTools/ttLib/
__init__.py
226
bitmapGlyphDataFormat
='raw'):
238
self.
bitmapGlyphDataFormat
=
bitmapGlyphDataFormat
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py
122
if ttFont.
bitmapGlyphDataFormat
in ('row', 'bitwise'):
439
writeFunc, readFunc = self.__class__.xmlDataFunctions[ttFont.
bitmapGlyphDataFormat
]
Completed in 49 milliseconds