Searched defs:FontInfo (Results 1 – 1 of 1) sorted by relevance
30 struct FontInfo { struct31 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 …]