Searched refs:updateFontSize (Results 1 – 12 of 12) sorted by relevance
72 updateFontSize.reset(); in ResetStyle()103 std::optional<CalcDimension> updateFontSize = std::nullopt; member155 JSON_STRING_PUT_OPTIONAL_STRINGABLE(jsonValue, updateFontSize); in ToString()
350 if (updateSpanStyle.updateFontSize.has_value()) { in CreateFontSpanByTextStyle()1937 if (updateSpanStyle.updateFontSize.has_value()) { in UpdateTextStyle()2242 updateSpanStyle.updateFontSize = spanStyle.GetFontSize(); in SetSelectSpanStyle()
140 typingStyle.updateFontSize = FONT_SIZE_VALUE; in SetTypingStyle()
108 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;341 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;
836 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE;885 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE;
136 typingStyle.updateFontSize = FONT_SIZE_VALUE; in SetTypingStyle()
1407 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE;3699 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;3935 updateSpanStyle.updateFontSize = FONT_SIZE_VALUE_2;
155 paragraph_->updateFontSize(from, to, fontSize); in UpdateFontSize()
221 updateSpanStyle_.updateFontSize = size; in ParseTextStyle()
1073 this.updateFontSize();1112 private updateFontSize(): void {
2295 updateSpanStyle.updateFontSize = size; in ParseJsTextStyle()2458 if (typingStyle.updateFontSize.has_value()) { in CreateTypingStyleResult()2459 … tyingStyleObj->SetProperty<double>("fontSize", typingStyle.updateFontSize.value().ConvertToVp()); in CreateTypingStyleResult()
3018 this.updateFontSize();3070 updateFontSize() {