themeSet
Parameters
- self:*Self
- *Self
- theme:Theme
- Theme
Source
Implementation
pub fn themeSet(self: *Self, theme: Theme) void {
self.theme = theme;
self.addEmbeddedFontsFromTheme(&theme);
}Source
pub fn themeSet(self: *Self, theme: Theme) void {
self.theme = theme;
self.addEmbeddedFontsFromTheme(&theme);
}