Skip to content

ShadowText

Overview

Text with a drop shadow.

@author Chris Malley (PixelZoom, Inc.)

Class ShadowText

import { ShadowText } from 'scenerystack/scenery-phet';

Constructor

new ShadowText( text : string, providedOptions? : ShadowTextOptions )

Instance Methods

Type ShadowTextOptions

import type { ShadowTextOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for ShadowText.ts in the scenery-phet repository.