MCPcopy 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
79double Font::scale() const {
80 return _scale;
81}
82
83const Ref<Typeface>& Font::typeface() const {
84 return _typeface;

Callers 8

drawViewInCanvasMethod · 0.80
drawOnTopMethod · 0.80
updateImageMethod · 0.80
rasterIntoMethod · 0.80
doDrawMethod · 0.80
rasterizeSVGFunction · 0.80
getCompatibleFontMethod · 0.80
prepareCanvasFunction · 0.80

Calls

no outgoing calls

Tested by 1

rasterIntoMethod · 0.64