Home
last modified time | relevance | path

Searched refs:_get_baseGlyph (Results 1 – 4 of 4) sorted by relevance

/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/environments/objects/
H A Dcomponent.rst10 .. automethod:: BaseComponent._get_baseGlyph
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/fontshell/
H A Dcomponent.py16 def _get_baseGlyph(self): member in RComponent
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/base/
H A Dcomponent.py93 value = self._get_baseGlyph()
106 def _get_baseGlyph(self): member in BaseComponent
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/objects/
H A Dcomponent.py149 def _get_baseGlyph(self): member in Component
152 …baseGlyph = property(_get_baseGlyph, _set_baseGlyph, doc="The glyph that the components references…