summaryrefslogtreecommitdiffstats
path: root/doc/classes/FontFile.xml
Commit message (Expand)AuthorAgeFilesLines
* Add missing period for sentences in classrefHaoyu Qiu2024-09-201-1/+1
* [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...bruvzg2024-03-131-2/+2
* [Font] Add option to disable embedded bitmaps loading.bruvzg2024-03-111-0/+3
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-0/+15
* Link to runtime loading/saving tutorial and improve Image documentationHugo Locurcio2023-11-141-0/+1
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-131-0/+3
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-1/+1
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-0/+17
* Move registration of `fallbacks` property in the base Font classFaolan2023-08-071-3/+0
* Fix many typos in documentationSeptian2023-07-191-1/+1
* 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-1/+1
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-3/+3
* Fixed various typos across the docsUltraBIF2023-05-021-1/+1
* Merge pull request #74149 from bruvzg/get_charYuri Sizov2023-03-161-0/+8
|\
| * [Font] Implement `get_char_from_glyph_index` function.bruvzg2023-03-011-0/+8
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* Complete FontFile ref and update exampleCorentinBrulé2023-02-061-4/+13
* Document MDSF font outlines may require `msdf_pixel_range` adjustmentsHugo Locurcio2022-12-191-6/+8
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+9
* Hide Antialiasing import option on DynamicFonts with MSDF enabledHugo Locurcio2022-11-031-1/+1
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+0
* Improve font glyph cache packing shelf best height fit heuristic.bruvzg2022-10-181-2/+2
* Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde2022-08-261-2/+2
|\
| * Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-2/+2
* | Replace Array return types with TypedArraykobewi2022-08-221-3/+3
|/
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-5/+5
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-139/+139
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-1/+1
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-0/+595