glyf
: Glyph Data
- class fontTools.ttLib.tables._g_l_y_f.table__g_l_y_f(tag=None)[source]
- getCoordinatesAndControls(glyphName, ttFont, defaultVerticalOrigin=None)[source]
Old public name for self._getCoordinatesAndControls(). See: https://github.com/fonttools/fonttools/pull/2266
- getPhantomPoints(glyphName, ttFont, defaultVerticalOrigin=None)[source]
Old public name for self._getPhantomPoints(). See: https://github.com/fonttools/fonttools/pull/2266
- setCoordinates(glyphName, ttFont)[source]
Old public name for self._setCoordinates(). See: https://github.com/fonttools/fonttools/pull/2266
- class fontTools.ttLib.tables._g_l_y_f.Glyph(data=b'')[source]