diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-02-04 10:49:26 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-02-04 10:49:26 +1100 |
commit | 6f3e477f78e8a0cedea25ee8c4355d7ef8b6bd87 (patch) | |
tree | 9537d6f0a6a50b2b935b5a4bcc54d308fd82eb13 /source/core/StarFont.hpp | |
parent | 0f569ea0700d62d2bdd43cb80b400cf97eec7fa5 (diff) |
fix font size updates, add destructor
Diffstat (limited to 'source/core/StarFont.hpp')
-rw-r--r-- | source/core/StarFont.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarFont.hpp b/source/core/StarFont.hpp index 40a6513..09d22c0 100644 --- a/source/core/StarFont.hpp +++ b/source/core/StarFont.hpp @@ -18,6 +18,7 @@ public: static FontPtr loadFont(ByteArrayConstPtr const& bytes, unsigned pixelSize = 12); Font(); + ~Font(); Font(Font const&) = delete; Font const& operator=(Font const&) = delete; |