PURE API 0.5
PR00F's Ultimate Rendering Engine full documentation
Loading...
Searching...
No Matches
ImFontGlyphRangesBuilder Struct Reference

Detailed Description

Definition at line 2714 of file imgui.h.

#include <imgui.h>

Public Member Functions

 ImFontGlyphRangesBuilder ()
 
void Clear ()
 
bool GetBit (size_t n) const
 
void SetBit (size_t n)
 
void AddChar (ImWchar c)
 
IMGUI_API void AddText (const char *text, const char *text_end=NULL)
 
IMGUI_API void AddRanges (const ImWchar *ranges)
 
IMGUI_API void BuildRanges (ImVector< ImWchar > *out_ranges)
 

Public Attributes

ImVector< ImU32UsedChars
 

Constructor & Destructor Documentation

◆ ImFontGlyphRangesBuilder()

ImFontGlyphRangesBuilder::ImFontGlyphRangesBuilder ( )
inline

Definition at line 2718 of file imgui.h.

Member Function Documentation

◆ AddChar()

void ImFontGlyphRangesBuilder::AddChar ( ImWchar c)
inline

Definition at line 2722 of file imgui.h.

◆ AddRanges()

IMGUI_API void ImFontGlyphRangesBuilder::AddRanges ( const ImWchar * ranges)

◆ AddText()

IMGUI_API void ImFontGlyphRangesBuilder::AddText ( const char * text,
const char * text_end = NULL )

◆ BuildRanges()

IMGUI_API void ImFontGlyphRangesBuilder::BuildRanges ( ImVector< ImWchar > * out_ranges)

◆ Clear()

void ImFontGlyphRangesBuilder::Clear ( )
inline

Definition at line 2719 of file imgui.h.

◆ GetBit()

bool ImFontGlyphRangesBuilder::GetBit ( size_t n) const
inline

Definition at line 2720 of file imgui.h.

◆ SetBit()

void ImFontGlyphRangesBuilder::SetBit ( size_t n)
inline

Definition at line 2721 of file imgui.h.

Member Data Documentation

◆ UsedChars

ImVector<ImU32> ImFontGlyphRangesBuilder::UsedChars

Definition at line 2716 of file imgui.h.


The documentation for this struct was generated from the following file: