요약
생성자
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 |
속성