0.522.0.5220281 (+ Font Type Support & Bug Fixes)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
// Auto-generated list of Roblox enums.
|
||||
// Updated as of 0.514.0.5140398
|
||||
// Updated as of 0.522.0.5220281
|
||||
|
||||
namespace RobloxFiles.Enums
|
||||
{
|
||||
@ -332,7 +332,8 @@ namespace RobloxFiles.Enums
|
||||
Sarpanch,
|
||||
SpecialElite,
|
||||
TitilliumWeb,
|
||||
Ubuntu
|
||||
Ubuntu,
|
||||
Unknown = 100
|
||||
}
|
||||
|
||||
public enum FontSize
|
||||
@ -354,6 +355,25 @@ namespace RobloxFiles.Enums
|
||||
Size96
|
||||
}
|
||||
|
||||
public enum FontStyle
|
||||
{
|
||||
Normal,
|
||||
Italic
|
||||
}
|
||||
|
||||
public enum FontWeight
|
||||
{
|
||||
Thin = 100,
|
||||
ExtraLight = 200,
|
||||
Light = 300,
|
||||
Regular = 400,
|
||||
Medium = 500,
|
||||
SemiBold = 600,
|
||||
Bold = 700,
|
||||
ExtraBold = 800,
|
||||
Heavy = 900
|
||||
}
|
||||
|
||||
public enum FormFactor
|
||||
{
|
||||
Symmetric,
|
||||
@ -1061,7 +1081,8 @@ namespace RobloxFiles.Enums
|
||||
{
|
||||
Default,
|
||||
Immediate,
|
||||
Deferred
|
||||
Deferred,
|
||||
AncestryDeferred
|
||||
}
|
||||
|
||||
public enum SizeConstraint
|
||||
@ -1158,6 +1179,13 @@ namespace RobloxFiles.Enums
|
||||
Other
|
||||
}
|
||||
|
||||
public enum TerrainFace
|
||||
{
|
||||
Top,
|
||||
Side,
|
||||
Bottom
|
||||
}
|
||||
|
||||
public enum TextTruncate
|
||||
{
|
||||
None,
|
||||
|
Reference in New Issue
Block a user