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

Method resolvedSize

snap_drawing/src/snap_drawing/cpp/Text/Font.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50Scalar Font::resolvedSize() const {
51 return _font.getSize();
52}
53
54Ref<Font> Font::withScale(double scale) {
55 if (_scale == scale) {

Callers 2

shapeMethod · 0.80
shapeUsingUniformFontMethod · 0.80

Calls 1

getSizeMethod · 0.45

Tested by 1

shapeMethod · 0.64