summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_imagefont.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [ImageFont] Fix escape sequence parsing, add note to the docs.bruvzg2024-09-161-2/+4
* Remove `monospace/fixed-width` from the `ResourceImporterImageFont` name and ...bruvzg2024-06-191-1/+1
* [Image Font Importer] Adds support for `\uXXXX` in the kerning config strings.bruvzg2024-06-131-3/+22
* [Image Font Importer] Fix reading advance after hex/dec range.bruvzg2024-06-121-0/+2
* Fixed decimal and hex ranges not working with image fontsGaktan2024-05-131-12/+20
* Editor: Disallow font image rows/columns to be zero or lessAlistair Leslie-Hughes2024-05-121-2/+4
* [Font] Allow overriding advances, offsets and kerning in the ImageFont import...bruvzg2024-02-131-38/+173
* Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-3/+3
* [Bitmap fonts] Add support for scaling.bruvzg2023-10-131-0/+3
* Fix typo in ResourceImporterImageFontHaoyu Qiu2023-07-211-1/+1
* [Image Font] Fix fractional ascent for font with odd height.bruvzg2023-04-161-1/+1
* [Bitmap Font] Fix character count check.bruvzg2023-02-081-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+1
* Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resourcesRémi Verschelde2022-11-241-1/+1
* [Image Font Importer] Hide unused font size, add image and character margins.bruvzg2022-11-101-21/+28
* Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-1/+1
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+10
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Implement Label3D node.bruvzg2022-04-221-0/+1
* Add sub-pixel glyph positioning support.bruvzg2022-02-121-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* Makes FontData importable resource.bruvzg2021-08-271-0/+162