sizeM
Size of "M" characters in current theme body font.
Parameters
- wide:f32
- f32
- tall:f32
- f32
Source
Implementation
pub fn sizeM(wide: f32, tall: f32) MaxSize {
return .size(dvui.Font.theme(.body).sizeM(wide, tall));
}Size of "M" characters in current theme body font.
Source
pub fn sizeM(wide: f32, tall: f32) MaxSize {
return .size(dvui.Font.theme(.body).sizeM(wide, tall));
}