Interface DynamicFontParameterObject
Hierarchy
-
DynamicFontParameterObject
Properties
Optional fontColor
fontColor: string
fontFamily
Optional fontWeight
game
Optional hint
size
size: number
Optional strokeColor
strokeColor: string
Optional strokeOnly
strokeOnly: boolean
Optional strokeWidth
strokeWidth: number
Optional surfaceAtlasSet
DynamicFont
のコンストラクタに渡すことができるパラメータ。 各メンバの詳細はDynamicFont
の同名メンバの説明を参照すること。 パラメータのsurfaceAtlasSetが存在する場合は、パラメータのsurfaceAtlasSetを使用する。 surfaceAtlasSetが存在せず、DynamicFontHintが存在する場合、DynamicFontが管理するSurfaceAtlasSetを使用する。 surfaceAtlasSetが存在せず、DynamicFontHintが存在しない場合、gameが持つ共通のSurfaceAtlasSetを使用する。