Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BitmapFont

位图字体资源。

export

Hierarchy

Index

Constructors

constructor

  • 资源的基类,弱引用逻辑。

    memberof

    BaseResource

    Returns BitmapFont

Properties

allowChangeFontColor

allowChangeFontColor: boolean = false

是否允许动态改变颜色

memberof

BitmapFont

allowChangeFontSize

allowChangeFontSize: boolean = false

是否允许动态改变字号

memberof

BitmapFont

enabled

enabled: boolean = false

是否为启用状态。

memberof

BitmapFont

fontSize

fontSize: number = null

字体大小。

memberof

BitmapFont

Optional groupID

groupID: string

Optional resourceID

resourceID: string

编辑器中使用的资源id。

memberof

BaseResource

spriteSheet

spriteSheet: {} = {}

字符在字符集中的信息。

memberof

BitmapFont

Type declaration

  • [character: string]: IGlyph

Methods

Static DeserializeResource

  • DeserializeResource(resourceDescription: DeepImmutableObject<IBitmapFontResourceDescription>, loadContext: default): BitmapFont
  • 位图字体资源的反序列化方法。

    static
    memberof

    BitmapFont

    Parameters

    • resourceDescription: DeepImmutableObject<IBitmapFontResourceDescription>
    • loadContext: default

      引擎loader上下文环境。

    Returns BitmapFont

Generated using TypeDoc