Tipo di dati del motore
Font
*Questo contenuto è tradotto usando AI (Beta) e potrebbe contenere errori. Per visualizzare questa pagina in inglese, clicca qui.
Sommario
Costruttori
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) |
Riferimento API
Costruttori
new
Font.new(
Parametri
| Valore predefinito: Enum.FontWeight.Regular |
| Valore predefinito: Enum.FontStyle.Normal |
fromName
Font.fromName(
Parametri
| Valore predefinito: Enum.FontWeight.Regular |
| Valore predefinito: Enum.FontStyle.Normal |
fromId
Font.fromId(
Parametri
| Valore predefinito: Enum.FontWeight.Regular |
| Valore predefinito: Enum.FontStyle.Normal |
Proprietà