DVUI

find

Parameters

#
opts:FindOptions
FindOptions

Source

Implementation

#
pub fn find(opts: FindOptions) Font {
    return (Font{}).withFamily(opts.family).withSize(opts.size).withWeight(opts.weight).withStyle(opts.style).withLineHeight(opts.line_height_factor);
}