DVUI

withSize

Parameters

#
self:Font
Font
s:f32
f32

Source

Implementation

#
pub fn withSize(self: Font, s: f32) Font {
    var r = self;
    r.size = s;
    return r;
}