summaryrefslogtreecommitdiffstats
path: root/doc/classes/FontVariation.xml
Commit message (Collapse)AuthorAgeFilesLines
* Font: Fix typo in get_supported_variation_list exampleWill Thompson2024-07-311-2/+2
| | | | | FontVariation.set_base_font is a function, not a property. The property is FontVariation.base_font.
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-0/+3
|
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
| | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-1/+1
|
* Move registration of `fallbacks` property in the base Font classFaolan2023-08-071-3/+0
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
|
* Merge pull request #74157 from themancalledjakob/DocumentationFontVariationRémi Verschelde2023-03-031-1/+10
|\ | | | | | | Documentation font variation
| * improve documentation for Font and FontVariationthemancalledjakob2023-03-021-1/+10
| | | | | | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/ | | | Can't stop, won't stop, they said, huh?
* Add missing period for sentences in classrefHaoyu Qiu2023-02-121-1/+1
|
* Complete FontFile ref and update exampleCorentinBrulé2023-02-061-5/+5
| | | | I complete the ref items according to [TextServer ref](https://docs.godotengine.org/en/latest/classes/class_textserver.html) and update example with new properties path
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+0
| | | | | | | | | | - Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`.
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-2/+2
|
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-0/+76