pub struct ExGetSystemFontPathForText<'a> { /* private fields */ }
Expand description
Default-param extender for Os::get_system_font_path_for_text_ex
.
Implementations§
Source§impl<'a> ExGetSystemFontPathForText<'a>
impl<'a> ExGetSystemFontPathForText<'a>
pub fn locale(self, locale: impl AsArg<GString> + 'a) -> Self
pub fn script(self, script: impl AsArg<GString> + 'a) -> Self
pub fn weight(self, weight: i32) -> Self
pub fn stretch(self, stretch: i32) -> Self
pub fn italic(self, italic: bool) -> Self
pub fn done(self) -> PackedStringArray
Auto Trait Implementations§
impl<'a> Freeze for ExGetSystemFontPathForText<'a>
impl<'a> RefUnwindSafe for ExGetSystemFontPathForText<'a>
impl<'a> !Send for ExGetSystemFontPathForText<'a>
impl<'a> !Sync for ExGetSystemFontPathForText<'a>
impl<'a> Unpin for ExGetSystemFontPathForText<'a>
impl<'a> UnwindSafe for ExGetSystemFontPathForText<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more