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

#include <imgui.h>

Public Member Functions

IMGUI_API ImFontConfig ()
 

Public Attributes

ImFontDstFont
 
voidFontData
 
bool FontDataOwnedByAtlas
 
int FontDataSize
 
int FontNo
 
ImVec2 GlyphExtraSpacing
 
float GlyphMaxAdvanceX
 
float GlyphMinAdvanceX
 
ImVec2 GlyphOffset
 
const ImWcharGlyphRanges
 
bool MergeMode
 
char Name [40]
 
int OversampleH
 
int OversampleV
 
bool PixelSnapH
 
unsigned int RasterizerFlags
 
float RasterizerMultiply
 
float SizePixels
 

Detailed Description

Definition at line 1901 of file imgui.h.

Constructor & Destructor Documentation

◆ ImFontConfig()

ImFontConfig::ImFontConfig ( )

Definition at line 1347 of file imgui_draw.cpp.

Member Data Documentation

◆ DstFont

ImFont* ImFontConfig::DstFont

Definition at line 1922 of file imgui.h.

◆ FontData

void* ImFontConfig::FontData

Definition at line 1903 of file imgui.h.

◆ FontDataOwnedByAtlas

bool ImFontConfig::FontDataOwnedByAtlas

Definition at line 1905 of file imgui.h.

◆ FontDataSize

int ImFontConfig::FontDataSize

Definition at line 1904 of file imgui.h.

◆ FontNo

int ImFontConfig::FontNo

Definition at line 1906 of file imgui.h.

◆ GlyphExtraSpacing

ImVec2 ImFontConfig::GlyphExtraSpacing

Definition at line 1911 of file imgui.h.

◆ GlyphMaxAdvanceX

float ImFontConfig::GlyphMaxAdvanceX

Definition at line 1915 of file imgui.h.

◆ GlyphMinAdvanceX

float ImFontConfig::GlyphMinAdvanceX

Definition at line 1914 of file imgui.h.

◆ GlyphOffset

ImVec2 ImFontConfig::GlyphOffset

Definition at line 1912 of file imgui.h.

◆ GlyphRanges

const ImWchar* ImFontConfig::GlyphRanges

Definition at line 1913 of file imgui.h.

◆ MergeMode

bool ImFontConfig::MergeMode

Definition at line 1916 of file imgui.h.

◆ Name

char ImFontConfig::Name[40]

Definition at line 1921 of file imgui.h.

◆ OversampleH

int ImFontConfig::OversampleH

Definition at line 1908 of file imgui.h.

◆ OversampleV

int ImFontConfig::OversampleV

Definition at line 1909 of file imgui.h.

◆ PixelSnapH

bool ImFontConfig::PixelSnapH

Definition at line 1910 of file imgui.h.

◆ RasterizerFlags

unsigned int ImFontConfig::RasterizerFlags

Definition at line 1917 of file imgui.h.

◆ RasterizerMultiply

float ImFontConfig::RasterizerMultiply

Definition at line 1918 of file imgui.h.

◆ SizePixels

float ImFontConfig::SizePixels

Definition at line 1907 of file imgui.h.


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


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:22