Home
last modified time | relevance | path

Searched refs:gsanchor (Results 1 – 2 of 2) sorted by relevance

/dports/x11-fonts/py-babelfont/babelfont-2.0.2/lib/babelfont/convertors/
H A Dglyphs.py154 def _load_gsanchor(gsanchor, glyph): argument
157 anchor.x = gsanchor.position.x
158 anchor.y = gsanchor.position.y
159 anchor.name = gsanchor.name
205 gsanchor = glyphsLib.GSAnchor()
206 gsanchor.position.x = anchor.x
207 gsanchor.position.y = anchor.y
208 gsanchor.name = anchor.name
209 return gsanchor
H A Dfontlab.py221 def _load_gsanchor(gsanchor, glyph): argument
224 anchor.x = gsanchor.position.x
225 anchor.y = gsanchor.position.y
226 anchor.name = gsanchor.name