Home
last modified time | relevance | path

Searched refs:bitmapGlyphDataFormat (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Lib/fontTools/
Dttx.py124 bitmapGlyphDataFormat = 'raw' variable in Options
180 self.bitmapGlyphDataFormat = value
271 bitmapGlyphDataFormat=options.bitmapGlyphDataFormat,
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py235 bitmapGlyphDataFormat='raw'): argument
241 self.bitmapGlyphDataFormat = bitmapGlyphDataFormat
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py126 if ttFont.bitmapGlyphDataFormat in ('row', 'bitwise'):
448 writeFunc, readFunc = self.__class__.xmlDataFunctions[ttFont.bitmapGlyphDataFormat]
/external/fonttools/Tests/ttx/
Dttx_test.py411 assert tto.bitmapGlyphDataFormat == option