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