From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../classirr_1_1gui_1_1_i_g_u_i_font_bitmap.html | 259 +++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_font_bitmap.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_font_bitmap.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_font_bitmap.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_font_bitmap.html new file mode 100644 index 0000000..3e53581 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_font_bitmap.html @@ -0,0 +1,259 @@ + + + + +Irrlicht 3D Engine: irr::gui::IGUIFontBitmap Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::gui::IGUIFontBitmap Class Reference
+
+
+ +

Font interface. + More...

+ +

#include <IGUIFontBitmap.h>

+
+ + Inheritance diagram for irr::gui::IGUIFontBitmap:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Font interface.

+ +

Definition at line 17 of file IGUIFontBitmap.h.

+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
virtual s32 irr::gui::IGUIFontBitmap::getKerningWidth (const wchar_t * thisLetter = 0,
const wchar_t * previousLetter = 0 
) const [pure virtual]
+
+
+ +

Gets kerning values (distance between letters) for the font. If no parameters are provided,.

+

the global kerning distance is returned.

+
Parameters:
+ + + +
thisLetter,:If this parameter is provided, the left side kerning for this letter is added to the global kerning value. For example, a space might only be one pixel wide, but it may be displayed as several pixels.
previousLetter,:If provided, kerning is calculated for both letters and added to the global kerning value. For example, EGFT_BITMAP will add the right kerning value of previousLetter to the left side kerning value of thisLetter, then add the global value.
+
+
+ +

Implements irr::gui::IGUIFont.

+ +
+
+ +
+
+ + + + + + + +
virtual IGUISpriteBank* irr::gui::IGUIFontBitmap::getSpriteBank () const [pure virtual]
+
+
+ +

returns the parsed Symbol Information

+ +
+
+ +
+
+ + + + + + + + +
virtual u32 irr::gui::IGUIFontBitmap::getSpriteNoFromChar (const wchar_t * c) const [pure virtual]
+
+
+ +

returns the sprite number from a given character

+ +
+
+ +
+
+ + + + + + + +
virtual EGUI_FONT_TYPE irr::gui::IGUIFontBitmap::getType () const [inline, virtual]
+
+
+ +

Returns the type of this font.

+ +

Reimplemented from irr::gui::IGUIFont.

+ +

Definition at line 22 of file IGUIFontBitmap.h.

+ +

References irr::gui::EGFT_BITMAP.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1