Engine Data Type
Font
Summary
Constructors
new(family: Content,weight: Enum.FontWeight,style: Enum.FontStyle) |
fromName(name: string,weight: Enum.FontWeight,style: Enum.FontStyle) |
fromId(id: number,weight: Enum.FontWeight,style: Enum.FontStyle) |
API Reference
Constructors
new
Font.new(
Parameters
| Default Value: Enum.FontWeight.Regular |
| Default Value: Enum.FontStyle.Normal |
fromName
Font.fromName(
Parameters
| Default Value: Enum.FontWeight.Regular |
| Default Value: Enum.FontStyle.Normal |
fromId
Font.fromId(
Parameters
| Default Value: Enum.FontWeight.Regular |
| Default Value: Enum.FontStyle.Normal |
Properties