Home
last modified time | relevance | path

Searched defs:IDWriteTextFormat (Results 1 – 10 of 10) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Ddwrite.py47 IDWriteTextFormat = Interface("IDWriteTextFormat", IUnknown) variable
/dports/multimedia/libass/libass-0.15.2/libass/
H A Ddwrite_c.h33 typedef struct IDWriteTextFormat IDWriteTextFormat; typedef
854 DECLARE_INTERFACE_(IDWriteTextFormat,IUnknown) in DECLARE_INTERFACE_() argument
875 DECLARE_INTERFACE_(IDWriteTextLayout,IDWriteTextFormat) in DECLARE_INTERFACE_() argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs15397 pub struct IDWriteTextFormat(::windows::runtime::IUnknown); struct
15398 impl IDWriteTextFormat { implementation
15478 unsafe impl ::windows::runtime::Interface for IDWriteTextFormat { implementation
15670 impl ::std::convert::From<IDWriteTextFormat1> for IDWriteTextFormat { implementation
15895 impl ::std::convert::From<IDWriteTextFormat2> for IDWriteTextFormat { implementation
16157 impl ::std::convert::From<IDWriteTextFormat3> for IDWriteTextFormat { implementation
16477 impl ::std::convert::From<IDWriteTextLayout> for IDWriteTextFormat { implementation
16482 impl ::std::convert::From<&IDWriteTextLayout> for IDWriteTextFormat { implementation
16865 impl ::std::convert::From<IDWriteTextLayout1> for IDWriteTextFormat { implementation
17310 impl ::std::convert::From<IDWriteTextLayout2> for IDWriteTextFormat { implementation
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h151 typedef interface IDWriteTextFormat IDWriteTextFormat; typedef
153 interface IDWriteTextFormat; variable
H A Dd2d1.h59 typedef struct IDWriteTextFormat IDWriteTextFormat; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h151 typedef interface IDWriteTextFormat IDWriteTextFormat; typedef
153 interface IDWriteTextFormat; variable
H A Dd2d1.h59 typedef struct IDWriteTextFormat IDWriteTextFormat; typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py624 class IDWriteTextFormat(com.pIUnknown): class
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd2d1.h50 typedef interface IDWriteTextFormat IDWriteTextFormat; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs1387 pub type IDWriteTextFormat = *mut ::core::ffi::c_void; typedef