Function cgl_rs::graphics::widgets::set_font_texture
source · pub fn set_font_texture(texture: &Texture)
Expand description
Sets the font texture for the current frame.
Arguments
texture
- A reference to aTexture
representing the font texture to be set.