Stardew Engine
Loading...
Searching...
No Matches
FontAtlasAdditionSpec Struct Reference

#include <Atlas.h>

Collaboration diagram for FontAtlasAdditionSpec:

Public Types

enum  { FS_Normal = 1 , FS_Italic = 2 , FS_Bold = 4 , FS_Underline = 8 }
 

Data Fields

enum FontAtlasAdditionSpec:: { ... }  fontOptions
 
char name [MAX_FONT_NAME_SIZE]
 
char path [MAX_FONT_PATH_SIZE]
 
struct FontSize fontSizes [MAX_NUM_FONT_SIZES]
 
size_t numFontSizes
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
FS_Normal 
FS_Italic 
FS_Bold 
FS_Underline 

Field Documentation

◆ []

enum { ... } FontAtlasAdditionSpec::fontOptions

◆ fontSizes

struct FontSize FontAtlasAdditionSpec::fontSizes[MAX_NUM_FONT_SIZES]

◆ name

char FontAtlasAdditionSpec::name[MAX_FONT_NAME_SIZE]

◆ numFontSizes

size_t FontAtlasAdditionSpec::numFontSizes

◆ path

char FontAtlasAdditionSpec::path[MAX_FONT_PATH_SIZE]

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