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

Method TextLayer

snap_drawing/src/snap_drawing/cpp/Layers/TextLayer.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26constexpr double kMaxAdjustsFontSizeToFitWidthAttempt = 8;
27
28static Path makeTextDecorationPath(const Rect& bounds) {
29 Path path;
30 auto centerY = bounds.y() + bounds.height() / 2.0f;
31 path.moveTo(bounds.x(), centerY);
32 path.lineTo(bounds.right, centerY);
33 return path;

Callers

nothing calls this directly

Calls 2

GradientWrapperClass · 0.85
setAntiAliasMethod · 0.80

Tested by

no test coverage detected