Home
last modified time | relevance | path

Searched defs:DWRITE_FONT_FEATURE (Results 1 – 7 of 7) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Ddwrite.py430 DWRITE_FONT_FEATURE = Struct("DWRITE_FONT_FEATURE", [ variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h658 typedef struct DWRITE_FONT_FEATURE { struct
659 DWRITE_FONT_FEATURE_TAG nameTag; argument
661 } DWRITE_FONT_FEATURE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h658 typedef struct DWRITE_FONT_FEATURE { struct
659 DWRITE_FONT_FEATURE_TAG nameTag; argument
661 } DWRITE_FONT_FEATURE; argument
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddwrite.h1979 struct DWRITE_FONT_FEATURE struct
1984 DWRITE_FONT_FEATURE_TAG nameTag; argument
2006 _Field_size_(featureCount) DWRITE_FONT_FEATURE* features; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs170 pub struct DWRITE_FONT_FEATURE { struct
171 pub nameTag: DWRITE_FONT_FEATURE_TAG, argument
174 impl ::core::marker::Copy for DWRITE_FONT_FEATURE {} argument
175 impl ::core::clone::Clone for DWRITE_FONT_FEATURE { implementation
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py266 class DWRITE_FONT_FEATURE(ctypes.Structure): class
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs504 pub struct DWRITE_FONT_FEATURE { struct
505 pub nameTag: DWRITE_FONT_FEATURE_TAG, argument
508 impl DWRITE_FONT_FEATURE {} argument
509 impl ::std::default::Default for DWRITE_FONT_FEATURE { implementation
514 impl ::std::fmt::Debug for DWRITE_FONT_FEATURE { implementation
519 impl ::std::cmp::PartialEq for DWRITE_FONT_FEATURE { implementation
524 impl ::std::cmp::Eq for DWRITE_FONT_FEATURE {} implementation
525 unsafe impl ::windows::runtime::Abi for DWRITE_FONT_FEATURE { implementation
18780 …pub unsafe fn GetFontFeature(&self, fontfeatureindex: u32) -> ::windows::runtime::Result<DWRITE_FO… in GetFontFeature()