![]() |
Prusa Slicer 2.6.0
|
#include <src/imgui/imgui.h>
Collaboration diagram for ImFontGlyphRangesBuilder: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 |
|
inline |
Referenced by AddRanges(), AddText(), and Slic3r::GUI::ImGuiWrapper::init_font().
Here is the caller graph for this function:References AddChar().
Referenced by Slic3r::GUI::Emboss::StyleManager::create_imgui_font(), and Slic3r::GUI::ImGuiWrapper::init_font().
Here is the call graph for this function:
Here is the caller graph for this function:References AddChar(), and ImTextCharFromUtf8().
Referenced by Slic3r::GUI::Emboss::StyleManager::create_imgui_font().
Here is the call graph for this function:
Here is the caller graph for this function:References GetBit(), IM_UNICODE_CODEPOINT_MAX, and ImVector< T >::push_back().
Referenced by Slic3r::GUI::Emboss::StyleManager::create_imgui_font(), and Slic3r::GUI::ImGuiWrapper::init_font().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, IM_UNICODE_CODEPOINT_MAX, and ImVector< T >::resize().
Here is the call graph for this function:
|
inline |
|
inline |