API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceTiledTextData

@codexo/exojs-tiled / tiled / stable

Text rendering options for a `text` object (object layers).

12
props
0
methods
0
events
Import
import { TiledTextData } from '@codexo/exojs-tiled'

Text rendering options for a `text` object (object layers).

Properties12
bold?: boolean
color?: string
fontfamily?: string
halign?: "center" | "justify" | "left" | "right"
italic?: boolean
kerning?: boolean
pixelsize?: number
strikeout?: boolean
text: string
underline?: boolean
valign?: "bottom" | "center" | "top"
wrap?: boolean
Source