Lines Matching refs:span
21 span = spans.new_span() variable
22 span.set_text("china is a beautiful country.")
23 span.style.set_text_color(lv.palette_main(lv.PALETTE.RED))
24 span.style.set_text_decor(lv.TEXT_DECOR.STRIKETHROUGH | lv.TEXT_DECOR.UNDERLINE)
25 span.style.set_text_opa(lv.OPA._30)
27 span = spans.new_span() variable
28 span.set_text_static("good good study, day day up.")
32 span.style.set_text_color(lv.palette_main(lv.PALETTE.GREEN))
34 span = spans.new_span() variable
35 span.set_text_static("LVGL is an open-source graphics library.")
36 span.style.set_text_color(lv.palette_main(lv.PALETTE.BLUE))
38 span = spans.new_span() variable
39 span.set_text_static("the boy no name.")
40 span.style.set_text_color(lv.palette_main(lv.PALETTE.GREEN))
44 span.style.set_text_decor(lv.TEXT_DECOR.UNDERLINE)
46 span = spans.new_span() variable
47 span.set_text("I have a dream that hope to come true.")