Lines Matching defs:glyph
44 DrawingGlyphs::setGlyph(font_instance *font, int glyph, Geom::Affine const &trans)
53 _glyph = glyph;
96 /* Because there can be text decorations the bounding box must correspond in Y to a little above the glyph's ascend
98 come from the glyph's bounding box. Note that the initial direction of ascender is positive down in Y, and
117 for decorations. The pathvector may include spaces, and spaces have no drawable glyph.
119 sees a nondrawable glyph. Instead mock up a pickbox for them using font characteristics.
219 DrawingText::addComponent(font_instance *font, int glyph, Geom::Affine const &trans,
222 /* original, did not save a glyph for white space characters, causes problems for text-decoration
223 if (!font || !font->PathVector(glyph)) {
231 ng->setGlyph(font, glyph, trans);
232 if(font->PathVector(glyph)){ ng->_drawable = true; }