min_sizeM
Parameters
- self:*const Options
- *const Options
- wide:f32
- f32
- tall:f32
- f32
Source
Implementation
pub fn min_sizeM(self: *const Options, wide: f32, tall: f32) Options {
return self.override(.{ .min_size_content = self.fontGet().sizeM(wide, tall) });
}