Home
last modified time | relevance | path

Searched refs:FontWeights (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Converters/
H A DPresetsMenuConverter.cs214 presetLabelMenuItem.FontWeight = FontWeights.Bold; in GenerateMenuHeader()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Text/
H A Dmod.rs270 pub struct FontWeights(::windows::runtime::IInspectable); struct
271 impl FontWeights { implementation
343 unsafe impl ::windows::runtime::RuntimeType for FontWeights { implementation
346 unsafe impl ::windows::runtime::Interface for FontWeights { implementation
350 impl ::windows::runtime::RuntimeName for FontWeights { implementation
354 fn from(value: FontWeights) -> Self { in from()
359 fn from(value: &FontWeights) -> Self { in from()
374 fn from(value: FontWeights) -> Self { in from()
379 fn from(value: &FontWeights) -> Self { in from()
393 unsafe impl ::std::marker::Send for FontWeights {} implementation
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Text/
H A Dmod.rs75 pub type FontWeights = *mut ::core::ffi::c_void; typedef