Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/flake/text/
H A DKoSvgTextShapeMarkupConverter.cpp568 qreal prevBlockAscent = 0.0; in convertDocumentToSvg() local
647 line.ascent() - prevBlockAscent + in convertDocumentToSvg()
648 … (prevBlockAscent + prevBlockDescent) * qreal(prevBlockRelativeLineSpacing) / 100.0; in convertDocumentToSvg()
669 prevBlockAscent = line.ascent(); in convertDocumentToSvg()