Lines Matching defs:font
4262 ArkUITextFont font;
4263 font.fontSizeUnit = GetDefaultUnit(node, UNIT_FP);
4265 node->uiNodeHandle, &font);
4267 g_numberValues[index++].f32 = font.fontSize;
4268 g_numberValues[index++].i32 = font.fontStyle;
4269 g_numberValues[index++].i32 = font.fontWeight;
4271 g_attributeItem.string = font.fontFamilies;
5908 ArkUITextFont font;
5909 font.fontSizeUnit = GetDefaultUnit(node, UNIT_FP);
5911 node->uiNodeHandle, &font);
5913 g_numberValues[index++].f32 = font.fontSize;
5914 g_numberValues[index++].i32 = font.fontStyle;
5915 g_numberValues[index++].i32 = font.fontWeight;
5917 g_attributeItem.string = font.fontFamilies;
6509 // get value 2 is font style
6541 ArkUITextFont font;
6542 font.fontSizeUnit = GetDefaultUnit(node, UNIT_FP);
6543 GetFullImpl()->getNodeModifiers()->getTextModifier()->getFont(node->uiNodeHandle, &font);
6545 g_numberValues[index++].f32 = font.fontSize;
6546 g_numberValues[index++].i32 = font.fontWeight;
6547 g_numberValues[index++].i32 = font.fontStyle;
6549 g_attributeItem.string = font.fontFamilies;