MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getDescription

Method getDescription

snap_drawing/src/snap_drawing/cpp/Text/Font.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91std::string Font::getDescription() const {
92 return fmt::format("{} {} x{}", _typeface->familyName().toStringView(), _size, _scale);
93}
94
95const FontMetrics& Font::metrics() {
96 if (!_loadedMetrics) {

Callers 3

getFullDescriptionMethod · 0.45
toJSONValueMethod · 0.45

Calls 1

toStringViewMethod · 0.45

Tested by 1