1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Merge pull request #66492 from bruvzg/gde_ts_underscr

[GDExtension] Use function names with underscore for TextServer extension, add macros to generate wrappers for module functions.
This commit is contained in:
Rémi Verschelde
2022-09-28 12:12:29 +02:00
12 changed files with 1677 additions and 1790 deletions

View File

@@ -1565,6 +1565,8 @@
<constant name="FONT_LCD_SUBPIXEL_LAYOUT_VBGR" value="4" enum="FontLCDSubpixelLayout">
Vertical BGR sub-pixel layout.
</constant>
<constant name="FONT_LCD_SUBPIXEL_LAYOUT_MAX" value="5" enum="FontLCDSubpixelLayout">
</constant>
<constant name="DIRECTION_AUTO" value="0" enum="Direction">
Text direction is determined based on contents and current locale.
</constant>

File diff suppressed because it is too large Load Diff