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

Method setNumberOfLines

snap_drawing/src/snap_drawing/cpp/Layers/TextLayer.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 return _attributedText;
296}
297
298void TextLayer::setTextColor(Color textColor) {
299 if (_textPaint.getColor() != textColor) {
300 _textPaint.setColor(textColor);
301
302 setNeedsDisplay();
303 }
304}
305
306Color TextLayer::getTextColor() const {

Callers 1

TextLayerClass.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected