#include <dr_gui.h>
Public Attributes | |
char | family [DRGUI_MAX_FONT_FAMILY_LENGTH] |
The font family. More... | |
unsigned int | flags |
drgui_resource | internalFont |
The internal font. This is created by the rendering backend. More... | |
drgui_context * | pContext |
A pointer to the context that owns this font. More... | |
float | rotation |
The fon't rotation. More... | |
unsigned int | size |
The base size of the font. This is set to the value that was used to create the font in the first place. More... | |
drgui_font_slant | slant |
The fon't slant. More... | |
drgui_font_weight | weight |
The font's weight. More... | |
Definition at line 615 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
char drgui_font::family |
The font family.
Definition at line 621 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
unsigned int drgui_font::flags |
The font's flags. Can be a combination of the following: DRGUI_FONT_NO_CLEARTYPE
Definition at line 637 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
drgui_resource drgui_font::internalFont |
The internal font. This is created by the rendering backend.
Definition at line 640 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
drgui_context * drgui_font::pContext |
A pointer to the context that owns this font.
Definition at line 618 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
float drgui_font::rotation |
The fon't rotation.
Definition at line 633 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
unsigned int drgui_font::size |
The base size of the font. This is set to the value that was used to create the font in the first place.
Definition at line 624 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
drgui_font_slant drgui_font::slant |
The fon't slant.
Definition at line 630 of file porcupine/demo/c/dr_libs/old/dr_gui.h.
drgui_font_weight drgui_font::weight |
The font's weight.
Definition at line 627 of file porcupine/demo/c/dr_libs/old/dr_gui.h.