summaryrefslogtreecommitdiffstats
path: root/doc/classes/Font.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Sync classref with current sourceRémi Verschelde2019-05-151-0/+10
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
* Remove "TODO" instances in the docsMichael Alexsander Silva Dias2019-03-051-1/+1
* Sync classref with current sourceRémi Verschelde2018-05-121-0/+10
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
* Rename pos to position in user facing methods and variablesletheed2017-09-201-4/+4
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-0/+94