TriEngine  v0.0.16
General-purpose engine in C#/OpenGL
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Package TriDevs.TriEngine.Text

Classes

class  Font
 Holds a specific font type. More...
 
class  FontConstructionConfig
 Container class for different QFont configurations for use with the Font constructor. More...
 
interface  ITextObject
 Implements methods to construct a text object and render it to screen. More...
 
class  TextObject
 Implements the ITextObject interface. More...
 

Enumerations

enum  FontType { TTF, QFont, Unsupported }
 Different font types supported by TriEngine2D. More...
 

Enumeration Type Documentation

Different font types supported by TriEngine2D.

Enumerator
TTF 

TrueType font file

QFont 

QFont *.qfont files.

Unsupported 

Specifies that the font type is not supported by the library.

30  {
34  TTF,
35 
39  QFont,
40 
45  }