API reference

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

I

interfaceTextSize

@codexo/exojs / rendering / stable

Advance extent of a laid-out text string in pixels - where the cursor ends up, not how far the glyphs reach. See TextLayoutResult for the difference between the two measures.

2
props
0
methods
0
events
Import
import { TextSize } from '@codexo/exojs'

Advance extent of a laid-out text string in pixels - where the cursor ends up, not how far the glyphs reach. See TextLayoutResult for the difference between the two measures.

Properties2
height: number
width: number
Source