Home
last modified time | relevance | path

Searched refs:jsonFontRatio (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.cpp64 auto jsonFontRatio = jsonConfig->GetValue(CONFIGURATION_FONT_RATIO); in ParseJsonFontRatio() local
65 if (!jsonFontRatio->IsNumber()) { in ParseJsonFontRatio()
68 double fontRatio = jsonFontRatio->GetDouble(); in ParseJsonFontRatio()

Completed in 1 milliseconds