Go to the documentation of this file.
29 # warning This header is deprecated. Please use <FTGL/ftgl.h> from now.
33 #ifndef __FTSimpleLayout__
34 #define __FTSimpleLayout__
73 virtual FTBBox BBox(
const char*
string,
const int len = -1,
86 virtual FTBBox BBox(
const wchar_t*
string,
const int len = -1,
99 virtual void Render(
const char *
string,
const int len = -1,
113 virtual void Render(
const wchar_t *
string,
const int len = -1,
124 void SetFont(
FTFont *fontInit);
136 void SetLineLength(
const float LineLength);
141 float GetLineLength()
const;
162 void SetLineSpacing(
const float LineSpacing);
167 float GetLineSpacing()
const;