findSource
Only valid between Window.begin/end
Parameters
- self:*const Font
- *const Font
Source
Implementation
pub fn findSource(self: *const Font) ?Source {
const cw = dvui.currentWindow();
return cw.fonts.findSource(self.*).@"0";
}Only valid between Window.begin/end
Source
pub fn findSource(self: *const Font) ?Source {
const cw = dvui.currentWindow();
return cw.fonts.findSource(self.*).@"0";
}