Lines Matching refs:strutStyle
1359 auto strutStyle = this->paragraphStyle().getStrutStyle();
1360 if (!strutStyle.getStrutEnabled() || strutStyle.getFontSize() < 0) {
1364 auto typefaces = fFontCollection->findTypefaces(strutStyle.getFontFamilies(), strutStyle.getFontStyle(), std::nullopt);
1371 SkFont font(typefaces.front(), strutStyle.getFontSize());
1382 RSFont font(typefaces.front(), strutStyle.getFontSize(), 1, 0);
1394 if (strutStyle.getHeightOverride()) {
1396 auto strutMultiplier = strutStyle.getHeight() * strutStyle.getFontSize();
1400 strutStyle.getLeading() < 0 ? 0 : strutStyle.getLeading() * strutStyle.getFontSize(),
1406 strutStyle.getLeading() < 0 ? 0 : strutStyle.getLeading() * strutStyle.getFontSize());