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

D2D1_PRINT_FONT_SUBSET_MODE

列挙型
基底型i4

メンバー 3

名前10進16進
D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT00x0
D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE10x1
D2D1_PRINT_FONT_SUBSET_MODE_NONE20x2

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum D2D1_PRINT_FONT_SUBSET_MODE : int {
    D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT = 0,
    D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE = 1,
    D2D1_PRINT_FONT_SUBSET_MODE_NONE = 2
} D2D1_PRINT_FONT_SUBSET_MODE;
public enum D2D1_PRINT_FONT_SUBSET_MODE : int
{
    D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT = 0,
    D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE = 1,
    D2D1_PRINT_FONT_SUBSET_MODE_NONE = 2,
}
Public Enum D2D1_PRINT_FONT_SUBSET_MODE As Integer
    D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT = 0
    D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE = 1
    D2D1_PRINT_FONT_SUBSET_MODE_NONE = 2
End Enum
import enum

class D2D1_PRINT_FONT_SUBSET_MODE(enum.IntEnum):
    D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT = 0
    D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE = 1
    D2D1_PRINT_FONT_SUBSET_MODE_NONE = 2
// D2D1_PRINT_FONT_SUBSET_MODE
pub const D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT: i32 = 0;
pub const D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE: i32 = 1;
pub const D2D1_PRINT_FONT_SUBSET_MODE_NONE: i32 = 2;
// D2D1_PRINT_FONT_SUBSET_MODE
const (
	D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT int32 = 0
	D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE int32 = 1
	D2D1_PRINT_FONT_SUBSET_MODE_NONE int32 = 2
)
const
  D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT = 0;
  D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE = 1;
  D2D1_PRINT_FONT_SUBSET_MODE_NONE = 2;
// D2D1_PRINT_FONT_SUBSET_MODE
pub const D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT: i32 = 0;
pub const D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE: i32 = 1;
pub const D2D1_PRINT_FONT_SUBSET_MODE_NONE: i32 = 2;
const
  D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT* = 0
  D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE* = 1
  D2D1_PRINT_FONT_SUBSET_MODE_NONE* = 2
enum D2D1_PRINT_FONT_SUBSET_MODE : int {
    D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT = 0,
    D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE = 1,
    D2D1_PRINT_FONT_SUBSET_MODE_NONE = 2,
}
#define global D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT  0x0
#define global D2D1_PRINT_FONT_SUBSET_MODE_EACHPAGE 0x1
#define global D2D1_PRINT_FONT_SUBSET_MODE_NONE     0x2