Public Member Functions | Public Attributes | List of all members
ImFontGlyphRangesBuilder Struct Reference

#include <imgui.h>

Public Member Functions

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

Public Attributes

ImVector< ImU32UsedChars
 

Detailed Description

Definition at line 2131 of file imgui.h.

Constructor & Destructor Documentation

◆ ImFontGlyphRangesBuilder()

ImFontGlyphRangesBuilder::ImFontGlyphRangesBuilder ( )
inline

Definition at line 2135 of file imgui.h.

Member Function Documentation

◆ AddChar()

void ImFontGlyphRangesBuilder::AddChar ( ImWchar  c)
inline

Definition at line 2139 of file imgui.h.

◆ AddRanges()

void ImFontGlyphRangesBuilder::AddRanges ( const ImWchar ranges)

Definition at line 2565 of file imgui_draw.cpp.

◆ AddText()

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

Definition at line 2552 of file imgui_draw.cpp.

◆ BuildRanges()

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

Definition at line 2572 of file imgui_draw.cpp.

◆ Clear()

void ImFontGlyphRangesBuilder::Clear ( )
inline

Definition at line 2136 of file imgui.h.

◆ GetBit()

bool ImFontGlyphRangesBuilder::GetBit ( size_t  n) const
inline

Definition at line 2137 of file imgui.h.

◆ SetBit()

void ImFontGlyphRangesBuilder::SetBit ( size_t  n)
inline

Definition at line 2138 of file imgui.h.

Member Data Documentation

◆ UsedChars

ImVector<ImU32> ImFontGlyphRangesBuilder::UsedChars

Definition at line 2133 of file imgui.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06