summaryrefslogtreecommitdiffstats
path: root/editor/import/resource_importer_bmfont.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-3/+9
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Merge pull request #54794 from bruvzg/runtime_bmfont_parserRémi Verschelde2022-01-171-739/+3
|\
| * Move BMFont parser code from importer to the FontData to allow loading bitmap...bruvzg2021-11-091-739/+3
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Add path to functions that return iporter optionsreduz2021-11-141-2/+2
|/
* Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg2021-10-311-1/+28
* Makes FontData importable resource.bruvzg2021-08-271-0/+797