FontSpec Struct Reference

#include <Printer.h>

# Public Attributes

const CharSetSpeccharSetSpec
 Pointer to the char spec that the font uses.
int16 offset
 Offset at which character number the font starts.
uint16 characterCount
 Number of characters in this font.
uint16 charactersPerLineInCharset
 Number of characters per line in charset.
FontSize fontSize
 Size of a single character (in chars) ({width, height})
char name [16]
 Font's name.

# Detailed Description

Definition at line 122 of file Printer.h.

# Member Data Documentation

# characterCount

uint16 FontSpec::characterCount

Number of characters in this font.

Definition at line 131 of file Printer.h.

# charactersPerLineInCharset

uint16 FontSpec::charactersPerLineInCharset

Number of characters per line in charset.

Definition at line 134 of file Printer.h.

# charSetSpec

const CharSetSpec* FontSpec::charSetSpec

Pointer to the char spec that the font uses.

Definition at line 125 of file Printer.h.

# fontSize

FontSize FontSpec::fontSize

Size of a single character (in chars) ({width, height})

Definition at line 137 of file Printer.h.

# name

char FontSpec::name[16]

Font's name.

Definition at line 140 of file Printer.h.

# offset

int16 FontSpec::offset

Offset at which character number the font starts.

Definition at line 128 of file Printer.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Entity/Printer/Printer.h