Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
irr::gui Namespace Reference

Classes

class  CGUITTFont
 Class representing a TrueType font. More...
 
class  CGUITTGlyphPage
 Holds a sheet of glyphs. More...
 
class  GUISkin
 
struct  SGUITTFace
 
struct  SGUITTGlyph
 Structure representing a single TrueType glyph. More...
 
class  StaticText
 

Functions

void checkFontBitmapSize (const FT_Bitmap &bits)
 Checks that no dimension of the FT_BitMap object is negative.
 

Variables

const EGUI_ELEMENT_TYPE EGUIET_ENRICHED_STATIC_TEXT = (EGUI_ELEMENT_TYPE)(0x1000)
 

Function Documentation

◆ checkFontBitmapSize()

void irr::gui::checkFontBitmapSize ( const FT_Bitmap &  bits)
inline

Checks that no dimension of the FT_BitMap object is negative.

If either is negative, abort execution.

Referenced by irr::gui::SGUITTGlyph::createGlyphImage().

+ Here is the caller graph for this function:

Variable Documentation

◆ EGUIET_ENRICHED_STATIC_TEXT

const EGUI_ELEMENT_TYPE irr::gui::EGUIET_ENRICHED_STATIC_TEXT = (EGUI_ELEMENT_TYPE)(0x1000)