ReadOnlyFontPropertyWrapper
class ReadOnlyFontPropertyWrapper(wraps: FontProperty) : ReadOnlyPropertyWrapper<Font, Property<Font>> , ReadOnlyFontProperty
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
.