다음을 통해 공유


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

적용 대상