Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
This loads and holds a Font Pack for a number of different font sizes. It wil hold sizes of 12, 16, 20, 24 and 36. You must have your fonts in the path you sent to the constructor labeled as 'font_12' 'font_16' etc... More...
Public Member Functions | |
vxFontPack (string path, string loc="en") | |
Initializes a new instance of the T:VerticesEngine.UI.vxFont class. | |
This loads and holds a Font Pack for a number of different font sizes. It wil hold sizes of 12, 16, 20, 24 and 36. You must have your fonts in the path you sent to the constructor labeled as 'font_12' 'font_16' etc...
VerticesEngine.UI.vxFontPack.vxFontPack | ( | string | path, |
string | loc = "en" ) |
Initializes a new instance of the T:VerticesEngine.UI.vxFont class.
path | The path to the folder containing the font packs. Files must be written as font_en_12.xnb, font_en_16.xnb etc... from 8 to 64 |
loc | The localization key. The default is "en" |