diff options
Diffstat (limited to 'libjin/Graphics/Font/TTF.cpp')
-rw-r--r-- | libjin/Graphics/Font/TTF.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libjin/Graphics/Font/TTF.cpp b/libjin/Graphics/Font/TTF.cpp index ea340e4..98e57dd 100644 --- a/libjin/Graphics/Font/TTF.cpp +++ b/libjin/Graphics/Font/TTF.cpp @@ -18,8 +18,6 @@ namespace jin namespace graphics { - using namespace unicode; - /////////////////////////////////////////////////////////////////////////////////////////////// // TTFData /////////////////////////////////////////////////////////////////////////////////////////////// @@ -321,7 +319,7 @@ namespace graphics } } - void TTF::print(const unicode::Text& text, int x, int y, int lineheight, int spacing /* = 0 */) + void TTF::print(const Text& text, int x, int y, int lineheight, int spacing /* = 0 */) { print(*text, x, y, lineheight, spacing); } |