Constructors
constructor
-
Parameters
-
-
fontSize: number
-
Optional baselineHeight: number
-
Optional fontColor: string
-
Optional strokeWidth: number
-
Optional strokeColor: string
-
Optional strokeOnly: boolean
-
Optional fontWeight: FontWeight
Properties
baselineHeight
baselineHeight: number
fontColor
fontColor: string
fontFamily
fontSize
fontSize: number
fontWeight
strokeColor
strokeColor: string
strokeOnly
strokeOnly: boolean
strokeWidth
strokeWidth: number
Methods
Abstract create
- create(code: number): Glyph
-
Parameters
グリフファクトリ。
DynamicFont
はこれを利用してグリフを生成する。本クラスのインスタンスをゲーム開発者が直接生成することはなく、ゲーム開発者が利用する必要もない。