DVUI

max_sizeM

Parameters

#
self:*const Options
*const Options
wide:f32
f32
tall:f32
f32

Source

Implementation

#
pub fn max_sizeM(self: *const Options, wide: f32, tall: f32) Options {
    return self.override(.{ .max_size_content = .size(self.fontGet().sizeM(wide, tall)) });
}