Searched refs:isTTF (Results 1 – 3 of 3) sorted by relevance
309 def __init__(self, unitsPerEm=None, font=None, isTTF=True): argument322 self.isTTF = isTTF330 self.isTTF = "glyf" in font488 assert not self.isTTF529 assert not self.isTTF600 assert self.isTTF694 if self.isTTF and keepGlyphNames:705 if self.isTTF:
40 def _setupFontBuilder(isTTF, unitsPerEm=1024): argument41 fb = FontBuilder(unitsPerEm, isTTF=isTTF)121 fb = FontBuilder(1024, isTTF=True)265 fb = FontBuilder(1024, isTTF=True)
147 fb = FontBuilder(1024, isTTF=True)