Win32 API 日本語リファレンス
ホームGraphics.DirectWrite › DWRITE_FONT_SOURCE_TYPE

DWRITE_FONT_SOURCE_TYPE

列挙型
基底型i4

メンバー 5

名前10進16進
DWRITE_FONT_SOURCE_TYPE_UNKNOWN00x0
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE10x1
DWRITE_FONT_SOURCE_TYPE_PER_USER20x2
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE30x3
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER40x4

各言語での定義

列挙メンバーの定義。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 Enum
import 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* = 4
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,
}
#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