summaryrefslogtreecommitdiffstats
path: root/servers/text
Commit message (Collapse)AuthorAgeFilesLines
* Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| | | | - Set clang-format `Standard` rule to `c++20`
* Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-272-160/+160
|\ | | | | | | GDExtension: Mark virtual function as `is_required` in `extension_api.json`
| * GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-112-160/+160
| | | | | | | | Co-authored-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* [Font Import] Detect pixel fonts and disable subpixel positioning.bruvzg2024-07-233-0/+10
|
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ↵bruvzg2024-06-122-10/+10
| | | | new/changed low-level methods to GDExtension API.
* Merge pull request #81639 from MJacred/is_letterRémi Verschelde2024-05-032-0/+11
|\ | | | | | | Add `is_valid_letter()` to `TextServer`
| * Add is_valid_letter() to TextServerMJacred2024-05-022-0/+11
| |
* | Improve TextEdit/LineEdit word selection.bruvzg2024-04-222-6/+6
| |
* | [TextServer] Expose ICU title case string conversion to scripting.bruvzg2024-04-042-0/+11
| |
* | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, ↵bruvzg2024-03-132-91/+175
| | | | | | | | update extension docs.
* | Merge pull request #89395 from bruvzg/rtl_ts_img_rangeRémi Verschelde2024-03-122-0/+18
|\ \ | | | | | | | | | [RTL] Use "visible characters" property for inline object visibility
| * | [RTL] Use "visible characters" property for inline object visibilitybruvzg2024-03-122-0/+18
| |/
* / [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-112-0/+18
|/
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-282-0/+18
|
* [Text Overrun] Add option to set custom ellipsis character, add support for ↵bruvzg2023-12-042-0/+18
| | | | system font fallback.
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-132-0/+18
|
* [TextServer] Store font extra spacing variations without making a full copy ↵bruvzg2023-09-282-0/+10
| | | | of font.
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-1/+0
| | | | | | | | | This allows to include script_instance.h directly in the generated gdvirtual.gen.inc, and remove excessive includes from the codebase. This should also allow Resource to use GDVIRTUAL macros, which wasn't possible previously due to a circular dependency.
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-242-0/+18
|
* [TextServer] Fix system font fallback and caret/selection behavior for ↵bruvzg2023-08-152-0/+58
| | | | composite characters.
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-222-0/+9
|
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. ↵bruvzg2023-05-151-1/+1
| | | | Add flags to control last/single line justification.
* [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-012-0/+10
|
* Fix text server GDExtension build.bruvzg2023-02-262-11/+11
|
* Implement BiDi override mode for GDScript source.bruvzg2023-01-182-4/+4
|
* One Copyright Update to rule them allRémi Verschelde2023-01-053-87/+87
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-162-5/+5
| | | | | | | | | - Changes `TextServer.string_get_word_breaks()` - Returns pairs of boundary start and end offsets - Accepts `chars_per_line` to return line breaks - Removes `String::word_wrap()` Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-152-10/+10
|
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-8/+8
| | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-042-0/+63
| | | | | | | Add support for font weight and stretch selection when using system fonts. Add function to get system fallback font from a font name, style, text, and language code. Implement system font support for Android. Use system fonts as a last resort fallback.
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-474/+268
|
* [GDExtension] Use function names with underscore for TextServer extension, ↵bruvzg2022-09-282-565/+566
| | | | add macros to generate wrappers for module functions.
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-222-4/+4
|
* Change Array arguments to TypedArraykobewi2022-09-012-6/+6
|
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-262-12/+12
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-232-12/+12
| |
* | Replace Array return types with TypedArray 3kobewi2022-08-242-5/+5
| |
* | Replace Array return types with TypedArraykobewi2022-08-222-15/+16
|/
* [TextServer] Add ICU Unicode security and spoofing detection.bruvzg2022-08-022-0/+24
|
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-022-0/+12
|
* Use BitField hint for the TextServer enums. Add missing parts for BitField ↵bruvzg2022-07-152-22/+22
| | | | support to the GDextension API.
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-062-20/+20
|
* [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, ↵bruvzg2022-06-072-0/+33
| | | | *.OTC).
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and ↵bruvzg2022-04-282-0/+13
| | | | | | Windows. Implement TextServer word break method.
* Implement Label3D node.bruvzg2022-04-222-0/+58
| | | | | | | | | Add "generate_mipmap" font import option. Add some missing features to the Sprite3D. Move BiDi override code from Control to TextServer. Add functions to access TextServer font cache textures. Add MSDF related flags and shader to the standard material. Change standard material cache to use HashMap instead of Vector.
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-173-981/+1034
|
* Add options to embolden and transform font outlines to simulate bold and ↵bruvzg2022-03-112-0/+40
| | | | italic typefaces.
* Add sub-pixel glyph positioning support.bruvzg2022-02-122-0/+20
|
* [GDExtension] Fix registration of functions with enum or native pointer ↵bruvzg2022-02-032-20/+20
| | | | return type.