Searched refs:updateFontFamily (Results 1 – 7 of 7) sorted by relevance
75 updateFontFamily.reset(); in ResetStyle()106 std::optional<std::vector<std::string>> updateFontFamily = std::nullopt; member
356 if (updateSpanStyle.updateFontFamily.has_value()) { in CreateFontSpanByTextStyle()1949 if (updateSpanStyle.updateFontFamily.has_value()) { in UpdateTextStyle()2245 updateSpanStyle.updateFontFamily = spanStyle.GetFontFamilies(); in SetSelectSpanStyle()
229 updateSpanStyle_.updateFontFamily = fontFamily; in ParseTextStyle()
839 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;888 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;
891 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;
1410 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;
2322 updateSpanStyle.updateFontFamily = family; in ParseJsTextStyle()2454 if (typingStyle.updateFontFamily.has_value()) { in CreateTypingStyleResult()2455 std::string family = V2::ConvertFontFamily(typingStyle.updateFontFamily.value()); in CreateTypingStyleResult()