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

EXpsFontRestriction

列挙型
基底型i4

メンバー 4

名前10進16進
Xps_Restricted_Font_Installable00x0
Xps_Restricted_Font_NoEmbedding20x2
Xps_Restricted_Font_PreviewPrint40x4
Xps_Restricted_Font_Editable80x8

各言語での定義

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

typedef enum EXpsFontRestriction : int {
    Xps_Restricted_Font_Installable = 0,
    Xps_Restricted_Font_NoEmbedding = 2,
    Xps_Restricted_Font_PreviewPrint = 4,
    Xps_Restricted_Font_Editable = 8
} EXpsFontRestriction;
public enum EXpsFontRestriction : int
{
    Xps_Restricted_Font_Installable = 0,
    Xps_Restricted_Font_NoEmbedding = 2,
    Xps_Restricted_Font_PreviewPrint = 4,
    Xps_Restricted_Font_Editable = 8,
}
Public Enum EXpsFontRestriction As Integer
    Xps_Restricted_Font_Installable = 0
    Xps_Restricted_Font_NoEmbedding = 2
    Xps_Restricted_Font_PreviewPrint = 4
    Xps_Restricted_Font_Editable = 8
End Enum
import enum

class EXpsFontRestriction(enum.IntEnum):
    Xps_Restricted_Font_Installable = 0
    Xps_Restricted_Font_NoEmbedding = 2
    Xps_Restricted_Font_PreviewPrint = 4
    Xps_Restricted_Font_Editable = 8
// EXpsFontRestriction
pub const Xps_Restricted_Font_Installable: i32 = 0;
pub const Xps_Restricted_Font_NoEmbedding: i32 = 2;
pub const Xps_Restricted_Font_PreviewPrint: i32 = 4;
pub const Xps_Restricted_Font_Editable: i32 = 8;
// EXpsFontRestriction
const (
	Xps_Restricted_Font_Installable int32 = 0
	Xps_Restricted_Font_NoEmbedding int32 = 2
	Xps_Restricted_Font_PreviewPrint int32 = 4
	Xps_Restricted_Font_Editable int32 = 8
)
const
  Xps_Restricted_Font_Installable = 0;
  Xps_Restricted_Font_NoEmbedding = 2;
  Xps_Restricted_Font_PreviewPrint = 4;
  Xps_Restricted_Font_Editable = 8;
// EXpsFontRestriction
pub const Xps_Restricted_Font_Installable: i32 = 0;
pub const Xps_Restricted_Font_NoEmbedding: i32 = 2;
pub const Xps_Restricted_Font_PreviewPrint: i32 = 4;
pub const Xps_Restricted_Font_Editable: i32 = 8;
const
  Xps_Restricted_Font_Installable* = 0
  Xps_Restricted_Font_NoEmbedding* = 2
  Xps_Restricted_Font_PreviewPrint* = 4
  Xps_Restricted_Font_Editable* = 8
enum EXpsFontRestriction : int {
    Xps_Restricted_Font_Installable = 0,
    Xps_Restricted_Font_NoEmbedding = 2,
    Xps_Restricted_Font_PreviewPrint = 4,
    Xps_Restricted_Font_Editable = 8,
}
#define global Xps_Restricted_Font_Installable  0x0
#define global Xps_Restricted_Font_NoEmbedding  0x2
#define global Xps_Restricted_Font_PreviewPrint 0x4
#define global Xps_Restricted_Font_Editable     0x8