0.522.0.5220281 (+ Font Type Support & Bug Fixes)

This commit is contained in:
Max
2022-04-14 20:52:05 -05:00
parent cff4b1ad5c
commit f8c914dd0b
21 changed files with 3577 additions and 2631 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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,