fontVariantCaps property

CanvasFontVariantCaps get fontVariantCaps

The CanvasRenderingContext2D.fontVariantCaps property of the Canvas API specifies an alternative capitalization of the rendered text.

This corresponds to the CSS font-variant-caps property.

Implementation

external CanvasFontVariantCaps get fontVariantCaps;
set fontVariantCaps (CanvasFontVariantCaps value)

Implementation

external set fontVariantCaps(CanvasFontVariantCaps value);