Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
Scalar Font::resolvedSize() const {
51
return _font.getSize();
52
}
53
54
Ref<Font> Font::withScale(double scale) {
55
if (_scale == scale) {
Callers
2
shape
Method · 0.80
shapeUsingUniformFont
Method · 0.80
Calls
1
getSize
Method · 0.45
Tested by
1
shape
Method · 0.64