概要
建構子
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 參考
建構子
new
Font.new(
參數
| 預設值:Enum.FontWeight.Regular |
| 預設值:Enum.FontStyle.Normal |
fromName
Font.fromName(
參數
| 預設值:Enum.FontWeight.Regular |
| 預設值:Enum.FontStyle.Normal |
fromId
Font.fromId(
參數
| 預設值:Enum.FontWeight.Regular |
| 預設值:Enum.FontStyle.Normal |
屬性