Lines Matching refs:glyphs
56 Additionally, upon importing an TTX file, this option cause glyphs
96 # Permit the user to reference glyphs that are not int the font.
494 # glyphs (eg. ligatures or alternates) may not be reachable via cmap,
495 # this naming table will usually not cover all glyphs in the font.
552 # the cmap table than there are glyphs. I don't think it's legal...
670 glyphs = None
674 glyphs = _TTGlyphSet(self,
677 if glyphs is None and "glyf" in self:
678 glyphs = _TTGlyphSet(self, self["glyf"], _TTGlyphGlyf)
680 if glyphs is None:
683 return glyphs
703 def __init__(self, ttFont, glyphs, glyphType):
704 self._glyphs = glyphs