エンジンデータ型
Font
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
概要
コンストラクタ
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 |
プロパティ