You've already forked godot
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:
@@ -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
Reference in New Issue
Block a user