Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImFontGlyphRangesBuilder Struct Reference

#include <imgui.h>

Collaboration diagram for ImFontGlyphRangesBuilder:
[legend]

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< ImU32 > UsedChars
 

Constructor & Destructor Documentation

◆ ImFontGlyphRangesBuilder()

ImFontGlyphRangesBuilder::ImFontGlyphRangesBuilder ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ AddChar()

void ImFontGlyphRangesBuilder::AddChar ( ImWchar c)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ AddRanges()

void ImFontGlyphRangesBuilder::AddRanges ( const ImWchar * ranges)
Here is the call graph for this function:

◆ AddText()

void ImFontGlyphRangesBuilder::AddText ( const char * text,
const char * text_end = NULL )
Here is the call graph for this function:

◆ BuildRanges()

void ImFontGlyphRangesBuilder::BuildRanges ( ImVector< ImWchar > * out_ranges)
Here is the call graph for this function:

◆ Clear()

void ImFontGlyphRangesBuilder::Clear ( )
inline
Here is the caller graph for this function:

◆ GetBit()

bool ImFontGlyphRangesBuilder::GetBit ( size_t n) const
inline
Here is the caller graph for this function:

◆ SetBit()

void ImFontGlyphRangesBuilder::SetBit ( size_t n)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ UsedChars

ImVector<ImU32> ImFontGlyphRangesBuilder::UsedChars

The documentation for this struct was generated from the following files:
Untitled