18#include <AUI/Util/AMetric.h>
44 Property(
const LineHeight& info) : mInfo(info) {
48 void applyFor(
AView* view)
override;
51 const auto& value()
const noexcept {
Base class of all UI objects.
Definition AView.h:78
Controls line height multiplier of the font of the AView.
Definition LineHeight.h:28
static LineHeight NORMAL
LineHeight matching 'line-height: normal' on common browsers (= 1.2). Used by default.
Definition LineHeight.h:58
Base class for all properties.
Definition IPropertyBase.h:50