classref: Sync with current master branch (bbac8198f)

This commit is contained in:
Rémi Verschelde
2022-10-08 13:57:16 +02:00
parent 8a540a9b36
commit b69855897a
122 changed files with 5387 additions and 2909 deletions
+4
View File
@@ -431,6 +431,8 @@ LCD sub-pixel anti-aliasing mode is suitable only for rendering horizontal, unsc
.. _class_TextServer_constant_FONT_LCD_SUBPIXEL_LAYOUT_VBGR:
.. _class_TextServer_constant_FONT_LCD_SUBPIXEL_LAYOUT_MAX:
enum **FontLCDSubpixelLayout**:
- **FONT_LCD_SUBPIXEL_LAYOUT_NONE** = **0** --- Unknown or unsupported sub-pixel layout, LCD sub-pixel anti-aliasing is disabled.
@@ -443,6 +445,8 @@ enum **FontLCDSubpixelLayout**:
- **FONT_LCD_SUBPIXEL_LAYOUT_VBGR** = **4** --- Vertical BGR sub-pixel layout.
- **FONT_LCD_SUBPIXEL_LAYOUT_MAX** = **5**
----
.. _enum_TextServer_Direction: