summaryrefslogtreecommitdiffstats
path: root/doc/classes/FontFile.xml
Commit message (Expand)AuthorAgeFilesLines
* 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