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

Method setLetterSpacing

snap_drawing/src/snap_drawing/cpp/Layers/TextLayer.cpp:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 _gradientWrapper.setAsRadial(std::move(locations), std::move(colors));
343
344 if (_gradientWrapper.isDirty()) {
345 setNeedsDisplay();
346 }
347}
348
349void TextLayer::resetTextGradient() {
350 _gradientWrapper.clear();

Callers 1

TextLayerClass.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected