Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ scale
Method
scale
snap_drawing/src/snap_drawing/cpp/Text/Font.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
double Font::scale() const {
80
return _scale;
81
}
82
83
const Ref<Typeface>& Font::typeface() const {
84
return _typeface;
Callers
8
drawViewInCanvas
Method · 0.80
drawOnTop
Method · 0.80
updateImage
Method · 0.80
rasterInto
Method · 0.80
doDraw
Method · 0.80
rasterizeSVG
Function · 0.80
getCompatibleFont
Method · 0.80
prepareCanvas
Function · 0.80
Calls
no outgoing calls
Tested by
1
rasterInto
Method · 0.64