Refactor Font configuration and import UI, and Font resources.
This commit is contained in:
parent
cf19484746
commit
344ba0ffaf
113 changed files with 5041 additions and 6485 deletions
|
|
@ -102,6 +102,7 @@ public:
|
|||
}
|
||||
|
||||
_FORCE_INLINE_ size_t get_capacity() const { return capacity; }
|
||||
_FORCE_INLINE_ size_t get_size() const { return _map.size(); }
|
||||
|
||||
void set_capacity(size_t p_capacity) {
|
||||
if (capacity > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue