Class FontManager

Hierarchy

  • FontManager

Constructors

  • Parameters

    • canvas2DRenderer: Canvas2DRenderer
    • fontName: string
    • fillStyle: string = "#fafafa"
    • strokeStyle: string = "#fafafa"
    • fill: boolean = true
    • stroke: boolean = false

    Returns FontManager

Properties

canvas2DRenderer: Canvas2DRenderer
fill: boolean
fillStyle: string
fontName: string
stroke: boolean
strokeStyle: string

Methods