summaryrefslogtreecommitdiffstats
path: root/doc/classes/Font.xml
Commit message (Expand)AuthorAgeFilesLines
* Font: Fix typo in get_supported_variation_list exampleWill Thompson2024-07-311-1/+1
* Fix function description for Font.get_char_size()Dalton2024-02-171-1/+1
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-0/+1
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-0/+4
* Move registration of `fallbacks` property in the base Font classFaolan2023-08-071-13/+6
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-10/+10
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
* [TextServer] Add support for retrieving OpenType name strings.bruvzg2023-05-221-0/+6
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-6/+6
* Merge pull request #74157 from themancalledjakob/DocumentationFontVariationRémi Verschelde2023-03-031-0/+11
|\
| * improve documentation for Font and FontVariationthemancalledjakob2023-03-021-0/+11
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* Clarify `Font.get_string_size()` taking kerning into accountHugo Locurcio2023-02-111-1/+2
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+12
* Add new C# code blocks to class ref pagesPaul Joannon2022-09-191-2/+8
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-7/+7
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-91/+91
* Fix unnamed arguments in XML docsRedMser2022-07-261-6/+6
* Add example usage for `Font.get_string_size()`Hugo Locurcio2022-07-221-2/+5
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-13/+16
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-137/+150
* Fix typos with codespellRémi Verschelde2022-03-311-1/+1
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-0/+6
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Fix usage of "Return" in the docskobewi2022-01-021-3/+3
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-3/+3
* Ignore empty Font resources as theme override.bruvzg2021-10-251-14/+11
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-2/+2
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
* Makes FontData importable resource.bruvzg2021-08-271-12/+28
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-146/+73
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-6/+6
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* Documentation: Correct CanvasItem.draw_string position description.Luke Hubmayer-Werner2021-03-181-1/+2
* [TextServer] Restore character and space extra spacing support.bruvzg2021-02-151-2/+2
* [Complex Text Layouts] Add TextServer documentation. Update Font, CanvasItem,...bruvzg2020-11-261-0/+346
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-128/+0
* Merge pull request #40408 from Calinou/doc-font-missing-characterRémi Verschelde2020-09-011-0/+2
|\
| * Document missing character behavior when drawing text with fontsHugo Locurcio2020-09-011-0/+2
* | Add an example to the `CanvasItem.draw_string()` documentationHugo Locurcio2020-07-291-0/+1
|/
* Expose `get_char_size()` from Font instead of BitmapFontMaganty Rushyendra2020-05-271-0/+11
* Add LOTS of missing docsTomasz Chabora2020-03-131-0/+1
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* [DOCS] Corrections and clarifications to classrefChris Bradfield2020-01-101-0/+1
* doc: Sync classref with current sourceRémi Verschelde2019-09-271-1/+1
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-3/+3
* Change "Return" to "Returns" where necessary in XML documentationSean Heffernan2019-05-231-4/+4