7 #ifndef __window_FontI_h__ 8 #define __window_FontI_h__ 26 virtual I32 fontHeight(I32* a_pAscent,I32* a_pDescent) =0;
27 virtual I32 pixelWidth(
String a_string) =0;
kernel
Definition: namespace.dox:3
General interface to a window.
Definition: FontI.h:20
Special vector for color (RGBA)
Definition: Color.h:21
Automatically reference-counted string container.
Definition: String.h:128
Base for all interfacable components.
Definition: Component.h:20
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53
Per-class participation non-RTTI fallback dynamic casting mechanism.
Definition: Castable.h:192