Home
last modified time | relevance | path

Searched refs:isTTF (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/
DfontBuilder.py309 def __init__(self, unitsPerEm=None, font=None, isTTF=True): argument
322 self.isTTF = isTTF
330 self.isTTF = "glyf" in font
488 assert not self.isTTF
529 assert not self.isTTF
600 assert self.isTTF
694 if self.isTTF and keepGlyphNames:
705 if self.isTTF:
/external/fonttools/Tests/fontBuilder/
DfontBuilder_test.py40 def _setupFontBuilder(isTTF, unitsPerEm=1024): argument
41 fb = FontBuilder(unitsPerEm, isTTF=isTTF)
121 fb = FontBuilder(1024, isTTF=True)
265 fb = FontBuilder(1024, isTTF=True)
/external/fonttools/Tests/ttLib/tables/
D_c_m_a_p_test.py147 fb = FontBuilder(1024, isTTF=True)