Win32 API 日本語リファレンス
ホームWeb.MsHtml › styleFontStretch

styleFontStretch

列挙型
基底型i4

メンバー 13

名前10進16進
styleFontStretchNotSet00x0
styleFontStretchWider10x1
styleFontStretchNarrower20x2
styleFontStretchUltraCondensed30x3
styleFontStretchExtraCondensed40x4
styleFontStretchCondensed50x5
styleFontStretchSemiCondensed60x6
styleFontStretchNormal70x7
styleFontStretchSemiExpanded80x8
styleFontStretchExpanded90x9
styleFontStretchExtraExpanded100xA
styleFontStretchUltraExpanded110xB
styleFontStretch_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleFontStretch : int {
    styleFontStretchNotSet = 0,
    styleFontStretchWider = 1,
    styleFontStretchNarrower = 2,
    styleFontStretchUltraCondensed = 3,
    styleFontStretchExtraCondensed = 4,
    styleFontStretchCondensed = 5,
    styleFontStretchSemiCondensed = 6,
    styleFontStretchNormal = 7,
    styleFontStretchSemiExpanded = 8,
    styleFontStretchExpanded = 9,
    styleFontStretchExtraExpanded = 10,
    styleFontStretchUltraExpanded = 11,
    styleFontStretch_Max = 2147483647
} styleFontStretch;
public enum styleFontStretch : int
{
    styleFontStretchNotSet = 0,
    styleFontStretchWider = 1,
    styleFontStretchNarrower = 2,
    styleFontStretchUltraCondensed = 3,
    styleFontStretchExtraCondensed = 4,
    styleFontStretchCondensed = 5,
    styleFontStretchSemiCondensed = 6,
    styleFontStretchNormal = 7,
    styleFontStretchSemiExpanded = 8,
    styleFontStretchExpanded = 9,
    styleFontStretchExtraExpanded = 10,
    styleFontStretchUltraExpanded = 11,
    styleFontStretch_Max = 2147483647,
}
Public Enum styleFontStretch As Integer
    styleFontStretchNotSet = 0
    styleFontStretchWider = 1
    styleFontStretchNarrower = 2
    styleFontStretchUltraCondensed = 3
    styleFontStretchExtraCondensed = 4
    styleFontStretchCondensed = 5
    styleFontStretchSemiCondensed = 6
    styleFontStretchNormal = 7
    styleFontStretchSemiExpanded = 8
    styleFontStretchExpanded = 9
    styleFontStretchExtraExpanded = 10
    styleFontStretchUltraExpanded = 11
    styleFontStretch_Max = 2147483647
End Enum
import enum

class styleFontStretch(enum.IntEnum):
    styleFontStretchNotSet = 0
    styleFontStretchWider = 1
    styleFontStretchNarrower = 2
    styleFontStretchUltraCondensed = 3
    styleFontStretchExtraCondensed = 4
    styleFontStretchCondensed = 5
    styleFontStretchSemiCondensed = 6
    styleFontStretchNormal = 7
    styleFontStretchSemiExpanded = 8
    styleFontStretchExpanded = 9
    styleFontStretchExtraExpanded = 10
    styleFontStretchUltraExpanded = 11
    styleFontStretch_Max = 2147483647
// styleFontStretch
pub const styleFontStretchNotSet: i32 = 0;
pub const styleFontStretchWider: i32 = 1;
pub const styleFontStretchNarrower: i32 = 2;
pub const styleFontStretchUltraCondensed: i32 = 3;
pub const styleFontStretchExtraCondensed: i32 = 4;
pub const styleFontStretchCondensed: i32 = 5;
pub const styleFontStretchSemiCondensed: i32 = 6;
pub const styleFontStretchNormal: i32 = 7;
pub const styleFontStretchSemiExpanded: i32 = 8;
pub const styleFontStretchExpanded: i32 = 9;
pub const styleFontStretchExtraExpanded: i32 = 10;
pub const styleFontStretchUltraExpanded: i32 = 11;
pub const styleFontStretch_Max: i32 = 2147483647;
// styleFontStretch
const (
	styleFontStretchNotSet int32 = 0
	styleFontStretchWider int32 = 1
	styleFontStretchNarrower int32 = 2
	styleFontStretchUltraCondensed int32 = 3
	styleFontStretchExtraCondensed int32 = 4
	styleFontStretchCondensed int32 = 5
	styleFontStretchSemiCondensed int32 = 6
	styleFontStretchNormal int32 = 7
	styleFontStretchSemiExpanded int32 = 8
	styleFontStretchExpanded int32 = 9
	styleFontStretchExtraExpanded int32 = 10
	styleFontStretchUltraExpanded int32 = 11
	styleFontStretch_Max int32 = 2147483647
)
const
  styleFontStretchNotSet = 0;
  styleFontStretchWider = 1;
  styleFontStretchNarrower = 2;
  styleFontStretchUltraCondensed = 3;
  styleFontStretchExtraCondensed = 4;
  styleFontStretchCondensed = 5;
  styleFontStretchSemiCondensed = 6;
  styleFontStretchNormal = 7;
  styleFontStretchSemiExpanded = 8;
  styleFontStretchExpanded = 9;
  styleFontStretchExtraExpanded = 10;
  styleFontStretchUltraExpanded = 11;
  styleFontStretch_Max = 2147483647;
// styleFontStretch
pub const styleFontStretchNotSet: i32 = 0;
pub const styleFontStretchWider: i32 = 1;
pub const styleFontStretchNarrower: i32 = 2;
pub const styleFontStretchUltraCondensed: i32 = 3;
pub const styleFontStretchExtraCondensed: i32 = 4;
pub const styleFontStretchCondensed: i32 = 5;
pub const styleFontStretchSemiCondensed: i32 = 6;
pub const styleFontStretchNormal: i32 = 7;
pub const styleFontStretchSemiExpanded: i32 = 8;
pub const styleFontStretchExpanded: i32 = 9;
pub const styleFontStretchExtraExpanded: i32 = 10;
pub const styleFontStretchUltraExpanded: i32 = 11;
pub const styleFontStretch_Max: i32 = 2147483647;
const
  styleFontStretchNotSet* = 0
  styleFontStretchWider* = 1
  styleFontStretchNarrower* = 2
  styleFontStretchUltraCondensed* = 3
  styleFontStretchExtraCondensed* = 4
  styleFontStretchCondensed* = 5
  styleFontStretchSemiCondensed* = 6
  styleFontStretchNormal* = 7
  styleFontStretchSemiExpanded* = 8
  styleFontStretchExpanded* = 9
  styleFontStretchExtraExpanded* = 10
  styleFontStretchUltraExpanded* = 11
  styleFontStretch_Max* = 2147483647
enum styleFontStretch : int {
    styleFontStretchNotSet = 0,
    styleFontStretchWider = 1,
    styleFontStretchNarrower = 2,
    styleFontStretchUltraCondensed = 3,
    styleFontStretchExtraCondensed = 4,
    styleFontStretchCondensed = 5,
    styleFontStretchSemiCondensed = 6,
    styleFontStretchNormal = 7,
    styleFontStretchSemiExpanded = 8,
    styleFontStretchExpanded = 9,
    styleFontStretchExtraExpanded = 10,
    styleFontStretchUltraExpanded = 11,
    styleFontStretch_Max = 2147483647,
}
#define global styleFontStretchNotSet         0x0
#define global styleFontStretchWider          0x1
#define global styleFontStretchNarrower       0x2
#define global styleFontStretchUltraCondensed 0x3
#define global styleFontStretchExtraCondensed 0x4
#define global styleFontStretchCondensed      0x5
#define global styleFontStretchSemiCondensed  0x6
#define global styleFontStretchNormal         0x7
#define global styleFontStretchSemiExpanded   0x8
#define global styleFontStretchExpanded       0x9
#define global styleFontStretchExtraExpanded  0xA
#define global styleFontStretchUltraExpanded  0xB
#define global styleFontStretch_Max           0x7FFFFFFF