Toolbox 0.0.1
Ritchie's accessible game engine'
Loading...
Searching...
No Matches
Ritchie.Toolbox.TextRendering Namespace Reference

Classes

class  Font
 
class  FontFamily
 
struct  FontFamilyInfo
 
interface  IFontFamily
 
interface  IFontFamilyProvider
 
class  Typeface
 

Enumerations

enum  FontSizeMetric { Points , Pixels }
 Enum describing different ways to represent a font size. More...
 
enum  FontWeight {
  Thin , ExtraLight , Light , Normal ,
  Medium , SemiBold , Bold , ExtraBold ,
  Heavy
}
 
enum  PresetFontFamily {
  Default , Heading1 , Heading2 , Heading3 ,
  Monospace , Subtitle , Title , Label ,
  Custom
}
 

Enumeration Type Documentation

◆ FontSizeMetric

Enum describing different ways to represent a font size.

Enumerator
Points 

Measure font sizes in pixels.

Pixels 

Measure font sizes in points.