Lines Matching defs:text
8 #include "modules/skottie/src/text/TextValue.h"
23 const skjson::StringValue* text = (*jtxt)["t"];
26 if (!font_name || !text || !text_size || !line_height) {
36 v->fText.set(text->begin(), text->size());
51 // Optional text box size.
59 // Optional text box position.
86 // Optional explicit text mode.
90 // Explicit text mode.
92 ? Shaper::LinebreakPolicy::kExplicit // 'm': 0 -> point text
93 : Shaper::LinebreakPolicy::kParagraph; // 'm': 1 -> paragraph text
104 // In point mode, the text is baseline-aligned.