From 233856869a699c0139291e4f43a61bc5a056c189 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 23 Oct 2018 12:56:48 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E5=B7=A5=E7=A8=8B=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/libjin/Graphics/Font/je_font.h | 6 ++++++ src/libjin/Graphics/je_graphic.h | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src/libjin/Graphics') 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 { -- cgit v1.1-26-g67d0