ホーム › Web.MsHtml › styleFontStretch
styleFontStretch
列挙型メンバー 13
| 名前 | 10進 | 16進 |
|---|---|---|
| styleFontStretchNotSet | 0 | 0x0 |
| styleFontStretchWider | 1 | 0x1 |
| styleFontStretchNarrower | 2 | 0x2 |
| styleFontStretchUltraCondensed | 3 | 0x3 |
| styleFontStretchExtraCondensed | 4 | 0x4 |
| styleFontStretchCondensed | 5 | 0x5 |
| styleFontStretchSemiCondensed | 6 | 0x6 |
| styleFontStretchNormal | 7 | 0x7 |
| styleFontStretchSemiExpanded | 8 | 0x8 |
| styleFontStretchExpanded | 9 | 0x9 |
| styleFontStretchExtraExpanded | 10 | 0xA |
| styleFontStretchUltraExpanded | 11 | 0xB |
| styleFontStretch_Max | 2147483647 | 0x7FFFFFFF |
各言語での定義
列挙メンバーの定義。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 Enumimport 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* = 2147483647enum 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