Searched refs:fFontWidth (Results 1 – 2 of 2) sorted by relevance
286 double fFontWidth(rSvgStyleAttributes.getFontSize().solve(*this, length)); in createSimpleTextPrimitive() local287 double fFontHeight(fFontWidth); in createSimpleTextPrimitive()294 … aTextLayouterDevice.setFontAttribute(aFontAttribute, fFontWidth, fFontHeight, aLocale); in createSimpleTextPrimitive()352 fFontWidth *= fFactor; in createSimpleTextPrimitive()451 aTextTransform.scale(fFontWidth, fFontHeight); in createSimpleTextPrimitive()
3540 float fFontWidth = 0; in CreateCustomShapeProperties() local3541 if ( aAny >>= fFontWidth ) in CreateCustomShapeProperties()3544 if ( fFontWidth > awt::FontWeight::NORMAL ) in CreateCustomShapeProperties()
Completed in 75 milliseconds