Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_manager.h30 struct FontInfo { struct
31 std::string path;
32 std::string postScriptName;
33 std::string fullName;
34 std::string family;
35 std::string subfamily;
36 uint32_t weight = 0;
37 uint32_t width = 0;
38 bool italic = false;
39 bool monoSpace = false;
[all …]