H. Utku Maden
a1f4e6a4dc
Due to unforseen naming conflicts, the project has been rebranded under the ReFuel umbrealla and will now be referred to as Dashboard from now on. Other changes will occur to suit the library more for the engine whilst keeping the freestanding nature of the library. Rename folder. Rename to Dashboard.OpenTK Rename to Dashboard.Media.Defaults. Do the last renames and path fixes.
13 lines
483 B
C#
13 lines
483 B
C#
namespace Dashboard.Media.Defaults
|
|
{
|
|
internal static class EnvironmentVariables
|
|
{
|
|
public const string SerifFont = "QUIK_SERIF_FONT";
|
|
public const string SansFont = "QUIK_SANS_FONT";
|
|
public const string MonospaceFont = "QUIK_MONOSPACE_FONT";
|
|
public const string CursiveFont = "QUIK_CURSIVE_FONT";
|
|
public const string FantasyFont = "QUIK_FANTASY_FONT";
|
|
|
|
public const string FallbackFontDatabase = "QUIK_FALLBACK_FONT_DB";
|
|
}
|
|
} |