summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_imagefont.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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