Lines Matching full:it
9 Fonts have a **bpp (bits per pixel)** property. It shows how many bits are used to describe a pixel…
19 To test it try
96 However, in LVGL, the base direction is not only applied to labels. It's a general property which c…
97 If not set then it will be inherited from the parent.
98 This means it's enough to set the base direction of a screen and every object will inherit it.
121 A different form of the same letter needs to be used when it is isolated, at start, middle or end p…
146 Compression is more effective with larger fonts and higher bpp. However, it's about 30% slower to r…
147 Therefore, it's recommended to compress only the largest fonts of a user interface, because
155 …ameters, click the *Convert* button, copy the font to your project and use it. **Be sure to carefu…
179 … in `style.text.font` properties. To use the symbol you may need to change it. Eg ` style.text.fon…
256 fails to find glyph to a letter, it will try to let font from `fallback` to handle.
258 `fallback` can be chained, so it will try to solve until there is no `fallback` set.