/********************************************************************/ /* Copyright (c) 2017 System fugen G.K. and Yuzi Mizuno */ /* All rights reserved. */ /********************************************************************/ #pragma once #include "mg/MGCL.h" #include "mg/Position.h" #include "mgGL/VBObyAnchorPt.h" class FTFont; class MGColor; /** @addtogroup DisplayHandling * @{ */ ///Defines String writer class using mgVBO(OpenGL infrastructure). ///MGStringWriter makes an mgVBO(display list) to write the input string ///at the input position pos. ///Before use of MGStringWriter, Init() must be invoked once. class MG_DLL_DECLR MGStringWriter{ public: ///const chat* and pos as world coordinate version. static VBObyAnchorPt* Draw( const char *str, ///