Home
last modified time | relevance | path

Searched defs:glyphset (Results 1 – 10 of 10) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
DstatisticsPen.py23 def __init__(self, glyphset=None): argument
73 def _test(glyphset, upem, glyphs): argument
DmomentsPen.py13 def __init__(self, glyphset=None): argument
DareaPen.py13 def __init__(self, glyphset=None): argument
DperimeterPen.py19 def __init__(self, glyphset=None, tolerance=0.005): argument
/external/harfbuzz_ng/src/
Dhb-subset-plan.hh49 hb_set_t *glyphset; member
Dhb-ot-layout-gsub-table.hh110 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local
209 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local
Dhb-ot-layout-common.hh1225 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local
1372 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local
/external/fonttools/Lib/fontTools/varLib/
Dinterpolatable.py19 def __init__(self, Pen, glyphset=None): argument
/external/fonttools/Lib/fontTools/misc/
Dsymfont.py71 def __init__(self, func, glyphset=None): argument
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py743 def __init__(self, glyphset, glyph, horizontalMetrics, verticalMetrics=None): argument