次の方法で共有


NSFontCollection コンストラクター

定義

オーバーロード

NSFontCollection()
NSFontCollection(NSCoder)
NSFontCollection(NSObjectFlag)
NSFontCollection(IntPtr)

NSFontCollection()

[Foundation.Export("init")]
public NSFontCollection ();
属性

適用対象

NSFontCollection(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSFontCollection(NSObjectFlag)

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

パラメーター

適用対象

NSFontCollection(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象