18#include <AUI/Util/AMetric.h>
38 Property(
FontSize info) : mInfo(info) {
42 void applyFor(
AView* view)
override;
45 const auto& value()
const noexcept {
Stores dimensions in scalable units (dp, pt, etc...).
Definition AMetric.h:75
Base class of all UI objects.
Definition AView.h:78
Controls the font size of AView.
Definition FontSize.h:27
Base class for all properties.
Definition IPropertyBase.h:50