5#ifndef __I_GUI_FONT_BITMAP_H_INCLUDED__
6#define __I_GUI_FONT_BITMAP_H_INCLUDED__
39 virtual s32 getKerningWidth(
const wchar_t* thisLetter=0,
const wchar_t* previousLetter=0)
const = 0;
virtual u32 getSpriteNoFromChar(const wchar_t *c) const =0
returns the sprite number from a given character
virtual s32 getKerningWidth(const wchar_t *thisLetter=0, const wchar_t *previousLetter=0) const =0
Gets kerning values (distance between letters) for the font. If no parameters are provided,...
virtual EGUI_FONT_TYPE getType() const
Returns the type of this font.
virtual IGUISpriteBank * getSpriteBank() const =0
returns the parsed Symbol Information
EGUI_FONT_TYPE
An enum for the different types of GUI font.
@ EGFT_BITMAP
Bitmap fonts loaded from an XML file or a texture.
Everything in the Irrlicht Engine can be found in this namespace.
unsigned int u32
32 bit unsigned variable.
signed int s32
32 bit signed variable.