Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/
Dttx.py123 bitmapGlyphDataFormat = 'raw' variable in Options
179 self.bitmapGlyphDataFormat = value
270 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_.py125 if ttFont.bitmapGlyphDataFormat in ('row', 'bitwise'):
447 writeFunc, readFunc = self.__class__.xmlDataFunctions[ttFont.bitmapGlyphDataFormat]
/external/fonttools/Tests/ttx/
Dttx_test.py412 assert tto.bitmapGlyphDataFormat == option