aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Font/TTF.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Font/TTF.cpp')
-rw-r--r--src/libjin/Graphics/Font/TTF.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libjin/Graphics/Font/TTF.cpp b/src/libjin/Graphics/Font/TTF.cpp
index ff4dcc7..0e70d70 100644
--- a/src/libjin/Graphics/Font/TTF.cpp
+++ b/src/libjin/Graphics/Font/TTF.cpp
@@ -18,9 +18,9 @@ namespace jin
namespace graphics
{
- ///////////////////////////////////////////////////////////////////////////////////////////////
+ /////////////////////////////////////////////////////////////////////////////
// TTFData
- ///////////////////////////////////////////////////////////////////////////////////////////////
+ /////////////////////////////////////////////////////////////////////////////
TTFData* TTFData::createTTFData(const unsigned char* data, unsigned int size)
{
@@ -138,9 +138,9 @@ namespace graphics
return bitmap32;
}
- ///////////////////////////////////////////////////////////////////////////////////////////////
+ /////////////////////////////////////////////////////////////////////////////
// TTF
- ///////////////////////////////////////////////////////////////////////////////////////////////
+ /////////////////////////////////////////////////////////////////////////////
#include "../Shaders/font.shader.h"