Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Font: Fix typo in get_supported_variation_list example | Will Thompson | 2024-07-31 | 1 | -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. | bruvzg | 2024-01-28 | 1 | -0/+3 |
| | |||||
* | Validate `code` tags for class and member references | Yuri Sizov | 2023-10-03 | 1 | -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. | bruvzg | 2023-08-24 | 1 | -1/+1 |
| | |||||
* | Move registration of `fallbacks` property in the base Font class | Faolan | 2023-08-07 | 1 | -3/+0 |
| | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -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-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Overhaul the top sections of the class reference (GUI classes) | VolTer | 2023-05-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #74157 from themancalledjakob/DocumentationFontVariation | Rémi Verschelde | 2023-03-03 | 1 | -1/+10 |
|\ | | | | | | | Documentation font variation | ||||
| * | improve documentation for Font and FontVariation | themancalledjakob | 2023-03-02 | 1 | -1/+10 |
| | | | | | | | | Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | ||||
* | | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
|/ | | | | Can't stop, won't stop, they said, huh? | ||||
* | Add missing period for sentences in classref | Haoyu Qiu | 2023-02-12 | 1 | -1/+1 |
| | |||||
* | Complete FontFile ref and update example | CorentinBrulé | 2023-02-06 | 1 | -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 fixes | Rémi Verschelde | 2022-11-02 | 1 | -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 Maloney | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -2/+2 |
| | |||||
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -0/+76 |