Поделиться через


NSFontDescriptor Конструкторы

Определение

Перегрузки

NSFontDescriptor()
NSFontDescriptor(NSCoder)
NSFontDescriptor(NSDictionary)
NSFontDescriptor(NSObjectFlag)
NSFontDescriptor(IntPtr)

NSFontDescriptor()

[Foundation.Export("init")]
public NSFontDescriptor ();
Атрибуты

Применяется к

NSFontDescriptor(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSFontDescriptor (Foundation.NSCoder coder);
new AppKit.NSFontDescriptor : Foundation.NSCoder -> AppKit.NSFontDescriptor

Параметры

coder
NSCoder
Атрибуты

Применяется к

NSFontDescriptor(NSDictionary)

[Foundation.Export("initWithFontAttributes:")]
public NSFontDescriptor (Foundation.NSDictionary attributes);
new AppKit.NSFontDescriptor : Foundation.NSDictionary -> AppKit.NSFontDescriptor

Параметры

attributes
NSDictionary
Атрибуты

Применяется к

NSFontDescriptor(NSObjectFlag)

protected NSFontDescriptor (Foundation.NSObjectFlag t);
new AppKit.NSFontDescriptor : Foundation.NSObjectFlag -> AppKit.NSFontDescriptor

Параметры

Применяется к

NSFontDescriptor(IntPtr)

protected internal NSFontDescriptor (IntPtr handle);
new AppKit.NSFontDescriptor : nativeint -> AppKit.NSFontDescriptor

Параметры

handle
IntPtr

nativeint

Применяется к