Lines Matching refs:align
3 <p align="left">
4 …<a href="https://github.com/sponsors/lvgl" target="_blank"><img align="left" src="https://lvgl.io/…
7 <p align="right">
17 <p align="center">
23 <h1 align="center">
32 <div align="center">
38 <p align="center">
189 /*Create a white label, set its text and align it to the center*/
210 # Create a white label, set its text and align it to the center
214 label.align(lv.ALIGN.CENTER, 0, 0)
511 ltr_label.align(lv.ALIGN.TOP_LEFT, 5, 5)
518 rtl_label.align(lv.ALIGN.LEFT_MID, 5, 0)
526 cz_label.align(lv.ALIGN.BOTTOM_LEFT, 5, -5)