Home
last modified time | relevance | path

Searched defs:ArkUITextClockModifierAPI (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dapi.h1638 struct ArkUITextClockModifierAPI { struct
1639 void (*SetFormat)(NodeHandle node, const char* format);
1640 void (*ResetFormat)(NodeHandle node);
1641 void (*SetFontColor)(NodeHandle node, uint32_t color);
1642 void (*ResetFontColor)(NodeHandle node);
1643 void (*SetFontSize)(NodeHandle node, double value, int unit);
1644 void (*ResetFontSize)(NodeHandle node);
1645 void (*SetFontStyle)(NodeHandle node, uint32_t fontStyle);
1646 void (*ResetFontStyle)(NodeHandle node);
1647 void (*SetFontWeight)(NodeHandle node, const char* weight);
[all …]