NAP
Public Member Functions | Public Attributes | List of all members
FontProperties Struct Reference

#include <font.h>

Public Member Functions

 FontProperties ()=default
 
 FontProperties (int size)
 

Public Attributes

int mSize = 12
 Property: 'Size' size of the font in em. More...
 

Description

Simple struct that describes common properties of a font This struct can be copied easily and is used by all font related classes

Constructor & Destructor Documentation

◆ FontProperties() [1/2]

FontProperties ( )
default

Default constructor

◆ FontProperties() [2/2]

FontProperties ( int  size)

Value constructor

Member Data Documentation

◆ mSize

int mSize = 12

Property: 'Size' size of the font in em.