Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Member Functions | Public Attributes | List of all members
ImFontConfig Struct Reference

#include <imgui.h>

Public Member Functions

IMGUI_API ImFontConfig ()
 

Public Attributes

void * FontData
 
int FontDataSize
 
bool FontDataOwnedByAtlas
 
int FontNo
 
float SizePixels
 
int OversampleH
 
int OversampleV
 
bool PixelSnapH
 
ImVec2 GlyphExtraSpacing
 
ImVec2 GlyphOffset
 
const ImWcharGlyphRanges
 
bool MergeMode
 
unsigned int RasterizerFlags
 
float RasterizerMultiply
 
char Name [32]
 
ImFontDstFont
 

Detailed Description

Definition at line 1327 of file imgui.h.

Constructor & Destructor Documentation

ImFontConfig::ImFontConfig ( )

Definition at line 1041 of file imgui_draw.cpp.

Member Data Documentation

ImFont* ImFontConfig::DstFont

Definition at line 1345 of file imgui.h.

void* ImFontConfig::FontData

Definition at line 1329 of file imgui.h.

bool ImFontConfig::FontDataOwnedByAtlas

Definition at line 1331 of file imgui.h.

int ImFontConfig::FontDataSize

Definition at line 1330 of file imgui.h.

int ImFontConfig::FontNo

Definition at line 1332 of file imgui.h.

ImVec2 ImFontConfig::GlyphExtraSpacing

Definition at line 1336 of file imgui.h.

ImVec2 ImFontConfig::GlyphOffset

Definition at line 1337 of file imgui.h.

const ImWchar* ImFontConfig::GlyphRanges

Definition at line 1338 of file imgui.h.

bool ImFontConfig::MergeMode

Definition at line 1339 of file imgui.h.

char ImFontConfig::Name[32]

Definition at line 1344 of file imgui.h.

int ImFontConfig::OversampleH

Definition at line 1334 of file imgui.h.

int ImFontConfig::OversampleV

Definition at line 1334 of file imgui.h.

bool ImFontConfig::PixelSnapH

Definition at line 1335 of file imgui.h.

unsigned int ImFontConfig::RasterizerFlags

Definition at line 1340 of file imgui.h.

float ImFontConfig::RasterizerMultiply

Definition at line 1341 of file imgui.h.

float ImFontConfig::SizePixels

Definition at line 1333 of file imgui.h.


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