LogoPixi’VN
pixi-jsType aliases

Type Alias: TextStyleTextBaseline

> TextStyleTextBaseline = "alphabetic" | "top" | "hanging" | "middle" | "ideographic" | "bottom"

Defined in: node_modules/pixi.js/lib/scene/text/TextStyle.d.ts:283

The text baseline for text styles.

This can be:

  • 'alphabetic': The alphabetic baseline
  • 'top': The top of the text
  • 'hanging': The hanging baseline
  • 'middle': The middle of the text
  • 'ideographic': The ideographic baseline
  • 'bottom': The bottom of the text

Standard