Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dtext_component.cpp232 void TextComponent::SetTextLineHeight(UILabelTypeWrapper &label, const AppStyleItem *styleItem) con… in SetTextLineHeight() function in OHOS::ACELite::TextComponent
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dtext_modifier.cpp151 void SetTextLineHeight(NodeHandle node, const double number, const int8_t unit) in SetTextLineHeight() function
Dnode_text_modifier.cpp165 void SetTextLineHeight(ArkUINodeHandle node, ArkUI_Float32 number, ArkUI_Int32 unit) in SetTextLineHeight() function
Dapi.h424 void (*SetTextLineHeight)(NodeHandle node, const double number, const int8_t unit); member