18#include <AUI/Util/AMetric.h>
38 Property(
const Font& info) : mInfo(info) {
42 void applyFor(
AView* view)
override;
45 const auto& value()
const noexcept {
Uniform Resource Locator implementation.
Definition AUrl.h:31
Base class of all UI objects.
Definition AView.h:78
Controls the font of AView.
Definition Font.h:27
Base class for all properties.
Definition IPropertyBase.h:50