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

styleFontWeight

列挙型
基底型i4

メンバー 15

名前10進16進
styleFontWeightNotSet00x0
styleFontWeight10010x1
styleFontWeight20020x2
styleFontWeight30030x3
styleFontWeight40040x4
styleFontWeight50050x5
styleFontWeight60060x6
styleFontWeight70070x7
styleFontWeight80080x8
styleFontWeight90090x9
styleFontWeightNormal100xA
styleFontWeightBold110xB
styleFontWeightBolder120xC
styleFontWeightLighter130xD
styleFontWeight_Max21474836470x7FFFFFFF

各言語での定義

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

typedef enum styleFontWeight : int {
    styleFontWeightNotSet = 0,
    styleFontWeight100 = 1,
    styleFontWeight200 = 2,
    styleFontWeight300 = 3,
    styleFontWeight400 = 4,
    styleFontWeight500 = 5,
    styleFontWeight600 = 6,
    styleFontWeight700 = 7,
    styleFontWeight800 = 8,
    styleFontWeight900 = 9,
    styleFontWeightNormal = 10,
    styleFontWeightBold = 11,
    styleFontWeightBolder = 12,
    styleFontWeightLighter = 13,
    styleFontWeight_Max = 2147483647
} styleFontWeight;
public enum styleFontWeight : int
{
    styleFontWeightNotSet = 0,
    styleFontWeight100 = 1,
    styleFontWeight200 = 2,
    styleFontWeight300 = 3,
    styleFontWeight400 = 4,
    styleFontWeight500 = 5,
    styleFontWeight600 = 6,
    styleFontWeight700 = 7,
    styleFontWeight800 = 8,
    styleFontWeight900 = 9,
    styleFontWeightNormal = 10,
    styleFontWeightBold = 11,
    styleFontWeightBolder = 12,
    styleFontWeightLighter = 13,
    styleFontWeight_Max = 2147483647,
}
Public Enum styleFontWeight As Integer
    styleFontWeightNotSet = 0
    styleFontWeight100 = 1
    styleFontWeight200 = 2
    styleFontWeight300 = 3
    styleFontWeight400 = 4
    styleFontWeight500 = 5
    styleFontWeight600 = 6
    styleFontWeight700 = 7
    styleFontWeight800 = 8
    styleFontWeight900 = 9
    styleFontWeightNormal = 10
    styleFontWeightBold = 11
    styleFontWeightBolder = 12
    styleFontWeightLighter = 13
    styleFontWeight_Max = 2147483647
End Enum
import enum

class styleFontWeight(enum.IntEnum):
    styleFontWeightNotSet = 0
    styleFontWeight100 = 1
    styleFontWeight200 = 2
    styleFontWeight300 = 3
    styleFontWeight400 = 4
    styleFontWeight500 = 5
    styleFontWeight600 = 6
    styleFontWeight700 = 7
    styleFontWeight800 = 8
    styleFontWeight900 = 9
    styleFontWeightNormal = 10
    styleFontWeightBold = 11
    styleFontWeightBolder = 12
    styleFontWeightLighter = 13
    styleFontWeight_Max = 2147483647
// styleFontWeight
pub const styleFontWeightNotSet: i32 = 0;
pub const styleFontWeight100: i32 = 1;
pub const styleFontWeight200: i32 = 2;
pub const styleFontWeight300: i32 = 3;
pub const styleFontWeight400: i32 = 4;
pub const styleFontWeight500: i32 = 5;
pub const styleFontWeight600: i32 = 6;
pub const styleFontWeight700: i32 = 7;
pub const styleFontWeight800: i32 = 8;
pub const styleFontWeight900: i32 = 9;
pub const styleFontWeightNormal: i32 = 10;
pub const styleFontWeightBold: i32 = 11;
pub const styleFontWeightBolder: i32 = 12;
pub const styleFontWeightLighter: i32 = 13;
pub const styleFontWeight_Max: i32 = 2147483647;
// styleFontWeight
const (
	styleFontWeightNotSet int32 = 0
	styleFontWeight100 int32 = 1
	styleFontWeight200 int32 = 2
	styleFontWeight300 int32 = 3
	styleFontWeight400 int32 = 4
	styleFontWeight500 int32 = 5
	styleFontWeight600 int32 = 6
	styleFontWeight700 int32 = 7
	styleFontWeight800 int32 = 8
	styleFontWeight900 int32 = 9
	styleFontWeightNormal int32 = 10
	styleFontWeightBold int32 = 11
	styleFontWeightBolder int32 = 12
	styleFontWeightLighter int32 = 13
	styleFontWeight_Max int32 = 2147483647
)
const
  styleFontWeightNotSet = 0;
  styleFontWeight100 = 1;
  styleFontWeight200 = 2;
  styleFontWeight300 = 3;
  styleFontWeight400 = 4;
  styleFontWeight500 = 5;
  styleFontWeight600 = 6;
  styleFontWeight700 = 7;
  styleFontWeight800 = 8;
  styleFontWeight900 = 9;
  styleFontWeightNormal = 10;
  styleFontWeightBold = 11;
  styleFontWeightBolder = 12;
  styleFontWeightLighter = 13;
  styleFontWeight_Max = 2147483647;
// styleFontWeight
pub const styleFontWeightNotSet: i32 = 0;
pub const styleFontWeight100: i32 = 1;
pub const styleFontWeight200: i32 = 2;
pub const styleFontWeight300: i32 = 3;
pub const styleFontWeight400: i32 = 4;
pub const styleFontWeight500: i32 = 5;
pub const styleFontWeight600: i32 = 6;
pub const styleFontWeight700: i32 = 7;
pub const styleFontWeight800: i32 = 8;
pub const styleFontWeight900: i32 = 9;
pub const styleFontWeightNormal: i32 = 10;
pub const styleFontWeightBold: i32 = 11;
pub const styleFontWeightBolder: i32 = 12;
pub const styleFontWeightLighter: i32 = 13;
pub const styleFontWeight_Max: i32 = 2147483647;
const
  styleFontWeightNotSet* = 0
  styleFontWeight100* = 1
  styleFontWeight200* = 2
  styleFontWeight300* = 3
  styleFontWeight400* = 4
  styleFontWeight500* = 5
  styleFontWeight600* = 6
  styleFontWeight700* = 7
  styleFontWeight800* = 8
  styleFontWeight900* = 9
  styleFontWeightNormal* = 10
  styleFontWeightBold* = 11
  styleFontWeightBolder* = 12
  styleFontWeightLighter* = 13
  styleFontWeight_Max* = 2147483647
enum styleFontWeight : int {
    styleFontWeightNotSet = 0,
    styleFontWeight100 = 1,
    styleFontWeight200 = 2,
    styleFontWeight300 = 3,
    styleFontWeight400 = 4,
    styleFontWeight500 = 5,
    styleFontWeight600 = 6,
    styleFontWeight700 = 7,
    styleFontWeight800 = 8,
    styleFontWeight900 = 9,
    styleFontWeightNormal = 10,
    styleFontWeightBold = 11,
    styleFontWeightBolder = 12,
    styleFontWeightLighter = 13,
    styleFontWeight_Max = 2147483647,
}
#define global styleFontWeightNotSet  0x0
#define global styleFontWeight100     0x1
#define global styleFontWeight200     0x2
#define global styleFontWeight300     0x3
#define global styleFontWeight400     0x4
#define global styleFontWeight500     0x5
#define global styleFontWeight600     0x6
#define global styleFontWeight700     0x7
#define global styleFontWeight800     0x8
#define global styleFontWeight900     0x9
#define global styleFontWeightNormal  0xA
#define global styleFontWeightBold    0xB
#define global styleFontWeightBolder  0xC
#define global styleFontWeightLighter 0xD
#define global styleFontWeight_Max    0x7FFFFFFF