ReadOnlyFontPropertyWrapper

Never use this class directly. Use FontProperty.asReadOnly to obtain a read-only version of a mutable FontProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Font, Property<Font>>, use ReadOnlyFontPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: FontProperty)