Interface: IHTMLFont

PIXI.IHTMLFont

Font information for HTMLText

Properties:
Name Type Description
dataSrc string

Base64 string for font

display PIXI.FontDisplay

Display property of the font

family string

Family name of font

fontFace FontFace | null

FontFace installed in the document

originalUrl string

User-supplied URL request

refs number

Reference counter

src string

Blob-based URL for font

style TextStyleFontStyle

Style of the font

weight TextStyleFontWeight

Weight of the font

Since:
  • 7.2.0

Members

dataSrc string

Base64 string for font

Display property of the font

family string

Family name of font

fontFace FontFace | null

FontFace installed in the document

originalUrl string

User-supplied URL request

refs number

Reference counter

src string

Blob-based URL for font

style TextStyleFontStyle

Style of the font

weight TextStyleFontWeight

Weight of the font