ホーム › Graphics.DirectWrite › DWRITE_FONT_SOURCE_TYPE
DWRITE_FONT_SOURCE_TYPE
列挙型メンバー 5
| 名前 | 10進 | 16進 |
|---|---|---|
| DWRITE_FONT_SOURCE_TYPE_UNKNOWN | 0 | 0x0 |
| DWRITE_FONT_SOURCE_TYPE_PER_MACHINE | 1 | 0x1 |
| DWRITE_FONT_SOURCE_TYPE_PER_USER | 2 | 0x2 |
| DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE | 3 | 0x3 |
| DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER | 4 | 0x4 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DWRITE_FONT_SOURCE_TYPE : int {
DWRITE_FONT_SOURCE_TYPE_UNKNOWN = 0,
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE = 1,
DWRITE_FONT_SOURCE_TYPE_PER_USER = 2,
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE = 3,
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER = 4
} DWRITE_FONT_SOURCE_TYPE;public enum DWRITE_FONT_SOURCE_TYPE : int
{
DWRITE_FONT_SOURCE_TYPE_UNKNOWN = 0,
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE = 1,
DWRITE_FONT_SOURCE_TYPE_PER_USER = 2,
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE = 3,
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER = 4,
}Public Enum DWRITE_FONT_SOURCE_TYPE As Integer
DWRITE_FONT_SOURCE_TYPE_UNKNOWN = 0
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE = 1
DWRITE_FONT_SOURCE_TYPE_PER_USER = 2
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE = 3
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER = 4
End Enumimport enum
class DWRITE_FONT_SOURCE_TYPE(enum.IntEnum):
DWRITE_FONT_SOURCE_TYPE_UNKNOWN = 0
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE = 1
DWRITE_FONT_SOURCE_TYPE_PER_USER = 2
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE = 3
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER = 4// DWRITE_FONT_SOURCE_TYPE
pub const DWRITE_FONT_SOURCE_TYPE_UNKNOWN: i32 = 0;
pub const DWRITE_FONT_SOURCE_TYPE_PER_MACHINE: i32 = 1;
pub const DWRITE_FONT_SOURCE_TYPE_PER_USER: i32 = 2;
pub const DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE: i32 = 3;
pub const DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER: i32 = 4;// DWRITE_FONT_SOURCE_TYPE
const (
DWRITE_FONT_SOURCE_TYPE_UNKNOWN int32 = 0
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE int32 = 1
DWRITE_FONT_SOURCE_TYPE_PER_USER int32 = 2
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE int32 = 3
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER int32 = 4
)const
DWRITE_FONT_SOURCE_TYPE_UNKNOWN = 0;
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE = 1;
DWRITE_FONT_SOURCE_TYPE_PER_USER = 2;
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE = 3;
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER = 4;// DWRITE_FONT_SOURCE_TYPE
pub const DWRITE_FONT_SOURCE_TYPE_UNKNOWN: i32 = 0;
pub const DWRITE_FONT_SOURCE_TYPE_PER_MACHINE: i32 = 1;
pub const DWRITE_FONT_SOURCE_TYPE_PER_USER: i32 = 2;
pub const DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE: i32 = 3;
pub const DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER: i32 = 4;const
DWRITE_FONT_SOURCE_TYPE_UNKNOWN* = 0
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE* = 1
DWRITE_FONT_SOURCE_TYPE_PER_USER* = 2
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE* = 3
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER* = 4enum DWRITE_FONT_SOURCE_TYPE : int {
DWRITE_FONT_SOURCE_TYPE_UNKNOWN = 0,
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE = 1,
DWRITE_FONT_SOURCE_TYPE_PER_USER = 2,
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE = 3,
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER = 4,
}#define global DWRITE_FONT_SOURCE_TYPE_UNKNOWN 0x0
#define global DWRITE_FONT_SOURCE_TYPE_PER_MACHINE 0x1
#define global DWRITE_FONT_SOURCE_TYPE_PER_USER 0x2
#define global DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE 0x3
#define global DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER 0x4