Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Font] Add option to disable embedded bitmaps loading. | bruvzg | 2024-03-11 | 1 | -0/+3 |
| | |||||
* | Replace some "uncommon" words in class reference | Micky | 2024-01-15 | 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 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | [SystemFont] Add missing MSDF properties. | bruvzg | 2023-01-26 | 1 | -0/+6 |
| | |||||
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -3/+12 |
| | | | | | | | 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. | ||||
* | Hide Antialiasing import option on DynamicFonts with MSDF enabled | Hugo Locurcio | 2022-11-03 | 1 | -1/+1 |
| | | | | | | | | Antialiasing cannot be adjusted on fonts rendered with MSDF. Internally, Godot always uses grayscale antialiasing for those fonts. This also tweaks property hints for consistency, and renames uses of "sub-pixel" to the more commonly used "subpixel". | ||||
* | Add font LCD sub-pixel anti-aliasing support. | bruvzg | 2022-08-23 | 1 | -2/+2 |
| | |||||
* | Allow MSDF rendering for system fonts, fix crash on loading damaged / ↵ | bruvzg | 2022-08-09 | 1 | -0/+3 |
| | | | | unsupported font files. | ||||
* | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | 2022-07-26 | 1 | -0/+44 |