aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Font/TTF.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Font/TTF.h')
-rw-r--r--src/libjin/Graphics/Font/TTF.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/libjin/Graphics/Font/TTF.h b/src/libjin/Graphics/Font/TTF.h
index fc2eca3..8e9ed73 100644
--- a/src/libjin/Graphics/Font/TTF.h
+++ b/src/libjin/Graphics/Font/TTF.h
@@ -22,14 +22,14 @@ namespace jin
class TTF;
- /**
- * TTFData
- * |- TTF(14px)
- * |- TTF(15px)
- * .
- * .
- * .
- */
+ //
+ // TTFData
+ // |- TTF(14px)
+ // |- TTF(15px)
+ // .
+ // .
+ // .
+ //
class TTFData
{
public:
@@ -83,13 +83,13 @@ namespace jin
struct TTFGlyph
{
GLuint atlas;
- /* normalized coordinates */
+ // normalized coordinates
struct Bbox
{
float x, y;
float w, h;
} bbox;
- /* glyph size in pixel */
+ // glyph size in pixel
unsigned int width, height;
};
@@ -125,8 +125,8 @@ namespace jin
};
- } // graphics
-} // jin
+ } // namespace graphics
+} // namespace jin
#endif // LIBJIN_MODULES_RENDER
#endif // __LIBJIN_FONT_H \ No newline at end of file