Home
last modified time | relevance | path

Searched defs:DWRITE_FONT_FILE_TYPE (Results 1 – 6 of 6) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Ddwrite.py63 DWRITE_FONT_FILE_TYPE = Enum("DWRITE_FONT_FILE_TYPE", [ variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h305 typedef enum DWRITE_FONT_FILE_TYPE { enum
315 } DWRITE_FONT_FILE_TYPE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h305 typedef enum DWRITE_FONT_FILE_TYPE { enum
315 } DWRITE_FONT_FILE_TYPE; typedef
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddwrite.h37 enum DWRITE_FONT_FILE_TYPE enum
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs262 pub type DWRITE_FONT_FILE_TYPE = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs652 pub struct DWRITE_FONT_FILE_TYPE(pub i32); struct
662 impl ::std::convert::From<i32> for DWRITE_FONT_FILE_TYPE { implementation
667 unsafe impl ::windows::runtime::Abi for DWRITE_FONT_FILE_TYPE { implementation
11193 …supportedfonttype: *mut super::super::Foundation::BOOL, fontfiletype: *mut DWRITE_FONT_FILE_TYPE, … in Analyze()