8 #ifndef __opengl_FontHoudini_h__ 9 #define __opengl_FontHoudini_h__ 37 void initialize(
void);
39 virtual I32 fontHeight(I32* a_pAscent,I32* a_pDescent)
43 *a_pAscent=m_fontAscent;
47 *a_pDescent=m_fontDescent;
50 return m_fontAscent+m_fontDescent;
52 virtual I32 pixelWidth(
String a_string);
58 static void setRender(RE_Render* a_pRender)
59 { ms_pRender=a_pRender; }
61 static void flush(
void);
65 static RE_Render* ms_pRender;
70 Real m_multiplication;
kernel
Definition: namespace.dox:3
General interface to a window.
Definition: FontI.h:20
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Special vector for color (RGBA)
Definition: Color.h:21
Automatically reference-counted string container.
Definition: String.h:128
Houdini-direct implementations for FontI.
Definition: FontHoudini.h:21
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53