Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/font.h')
-rw-r--r--src/ui/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/font.h b/src/ui/font.h
index 1261427..4fb6310 100644
--- a/src/ui/font.h
+++ b/src/ui/font.h
@@ -28,11 +28,11 @@ public:
}
inline float width() const {
- return font_size.x;
+ return font_size.width();
}
inline float height() const {
- return font_size.y;
+ return font_size.height();
}
void set_size(const float width, const float height);