MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / set_font_size

Method set_font_size

src/style.rs:59–62  ·  view source on GitHub ↗
(mut self, size: f32)

Source from the content-addressed store, hash-verified

57 }
58
59 pub fn set_font_size(mut self, size: f32) -> Self {
60 self.font_size = size;
61 self
62 }
63
64 pub fn set_border_radius(mut self, radius: f32) -> Self {
65 self.border_radius = radius;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected