DVUI

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";
}