#include namespace PD { namespace Ultra { PD_API void Text::Draw(PD::Li::Drawlist& l) { l.DrawText(pRenderspace.TopLeft(), pText.c_str(), pColor); } } // namespace Ultra } // namespace PD