Blender  V3.3
Public Attributes | List of all members
uiFont Struct Reference

#include <DNA_userdef_types.h>

Public Attributes

struct uiFontnext
 
struct uiFontprev
 
char filepath [1024]
 
short blf_id
 
short uifont_id
 

Detailed Description

Default fonts to load/initialize. First font is the default (index 0), others optional.

Definition at line 45 of file DNA_userdef_types.h.

Member Data Documentation

◆ blf_id

short uiFont::blf_id

From blfont lib.

Definition at line 50 of file DNA_userdef_types.h.

Referenced by UI_fontstyle_set().

◆ filepath

char uiFont::filepath[1024]

1024 = FILE_MAX.

Definition at line 48 of file DNA_userdef_types.h.

Referenced by uiStyleInit().

◆ next

struct uiFont* uiFont::next

Definition at line 46 of file DNA_userdef_types.h.

Referenced by uifont_to_blfont().

◆ prev

struct uiFont * uiFont::prev

Definition at line 46 of file DNA_userdef_types.h.

◆ uifont_id

short uiFont::uifont_id

Own id (eUIFont_ID).

Definition at line 52 of file DNA_userdef_types.h.

Referenced by uifont_to_blfont(), and uiStyleInit().


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