File Font.cs
File List > Elements > Font.cs
Go to the documentation of this file
// NO MERGE
#if RPH || ALTV
namespace LemonUI.Elements
{
public enum Font
{
ChaletLondon = 0,
HouseScript = 1,
Monospace = 2,
ChaletComprimeCologne = 4,
Pricedown = 7
}
}
#endif