DVUI

withLineHeight

Parameters

#
self:Font
Font
factor:f32
f32

Source

Implementation

#
pub fn withLineHeight(self: Font, factor: f32) Font {
    var r = self;
    r.line_height_factor = factor;
    return r;
}