Searched refs:isTTF (Results 1 – 5 of 5) sorted by relevance
322 def __init__(self, unitsPerEm=None, font=None, isTTF=True): argument335 self.isTTF = isTTF343 self.isTTF = "glyf" in font519 assert not self.isTTF572 assert not self.isTTF646 assert self.isTTF777 if (self.isTTF or isCFF2) and keepGlyphNames:788 if self.isTTF:
37 def _setupFontBuilder(isTTF, unitsPerEm=1024): argument38 fb = FontBuilder(unitsPerEm, isTTF=isTTF)314 assert fb.isTTF is is_ttf335 fb = FontBuilder(1024, isTTF=True)
145 fb = FontBuilder(1024, isTTF=True)
981 fb = FontBuilder(unitsPerEm=1024, isTTF=True)
864 fb = fontBuilder.FontBuilder(unitsPerEm=1000, isTTF=True)