Home
last modified time | relevance | path

Searched refs:renderGlyphtext (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dcairo-render-context.h173 bool renderGlyphtext(PangoFont *font, Geom::Affine const &font_matrix,
H A Dcairo-render-context.cpp1769 CairoRenderContext::renderGlyphtext(PangoFont *font, Geom::Affine const &font_matrix, in renderGlyphtext() function in Inkscape::Extension::Internal::CairoRenderContext
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG-Output.cpp510 ctx->renderGlyphtext(span.font->pFont, font_matrix, glyphtext, style); in showGlyphs()