KisaragiLibrary
 
読み取り中…
検索中…
一致する文字列を見つけられません
Kisaragi_Lib::ImgComponent 名前空間

クラス

class  ImgBase
 描画コンポーネントの基底クラス. [詳解]
 
class  ImgCircle
 円の描画クラス [詳解]
 
class  ImgGraph
 画像描画クラス [詳解]
 
class  ImgLine
 
class  ImgText
 
class  Layer
 
class  LayerFacade
 

列挙型

enum  WritingType { HORIZONTAL , VERTICAL }
 縦書きか横書きか [詳解]
 

関数

LayerFacadeGetLayerFacade ()
 

列挙型詳解

◆ WritingType

縦書きか横書きか

列挙値
HORIZONTAL 
VERTICAL 
127 {
128 HORIZONTAL,//横書き
129 VERTICAL,//縦書き
130 };
@ HORIZONTAL
Definition ImgComponent.hpp:128
@ VERTICAL
Definition ImgComponent.hpp:129

関数詳解

◆ GetLayerFacade()