NSFontTraitMask 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum NSFontTraitMask
type NSFontTraitMask = 
継承
NSFontTraitMask
属性

フィールド

名前 説明
Italic 1
Bold 2
Unbold 4
NonStandardCharacterSet 8
Narrow 16
Expanded 32
Condensed 64
SmallCaps 128
Poster 256
Compressed 512
FixedPitch 1024
Unitalic 16777216

適用対象