2018-08-04 21:38:49 +00:00
|
|
|
namespace Ryujinx.HLE.Font
|
2018-03-14 00:24:17 +00:00
|
|
|
{
|
2018-08-04 21:38:49 +00:00
|
|
|
public enum SharedFontType
|
2018-03-14 00:24:17 +00:00
|
|
|
{
|
|
|
|
JapanUsEurope = 0,
|
|
|
|
SimplifiedChinese = 1,
|
|
|
|
SimplifiedChineseEx = 2,
|
|
|
|
TraditionalChinese = 3,
|
|
|
|
Korean = 4,
|
|
|
|
NintendoEx = 5
|
|
|
|
}
|
|
|
|
}
|