DVUI

withWeight

Parameters

#
self:Font
Font
w:Weight
Weight

Source

Implementation

#
pub fn withWeight(self: Font, w: Weight) Font {
    var r = self;
    r.weight = w;
    return r;
}