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