aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libjin/Graphics/Font/je_font.h6
-rw-r--r--src/libjin/Graphics/je_graphic.h3
2 files changed, 7 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Font/je_font.h b/src/libjin/Graphics/Font/je_font.h
index 4529902..2e9206b 100644
--- a/src/libjin/Graphics/Font/je_font.h
+++ b/src/libjin/Graphics/Font/je_font.h
@@ -11,6 +11,12 @@ namespace JinEngine
struct Page;
+ //
+ // Font
+ // |- TTF
+ // |- TextureFont
+ //
+
///
/// Base Font class.
///
diff --git a/src/libjin/Graphics/je_graphic.h b/src/libjin/Graphics/je_graphic.h
index fb6b19e..48684b8 100644
--- a/src/libjin/Graphics/je_graphic.h
+++ b/src/libjin/Graphics/je_graphic.h
@@ -21,8 +21,7 @@ namespace JinEngine
//
///
- /// Class inherites Graphic doesn't keep any state such as origin, scale and other
- /// properties.
+ /// Class inherites Graphic doesn't keep any state such as origin, scale and other properties.
///
class Graphic
{