다음을 통해 공유


NSMutableFontCollection 생성자

정의

오버로드

NSMutableFontCollection()
사용되지 않음.
NSMutableFontCollection(NSCoder)
NSMutableFontCollection(NSObjectFlag)
NSMutableFontCollection(IntPtr)

NSMutableFontCollection()

주의

macOS 10.12 does not allow creation via this constructor

[System.Obsolete("macOS 10.12 does not allow creation via this constructor")]
public NSMutableFontCollection ();
특성

적용 대상

NSMutableFontCollection(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSMutableFontCollection(NSObjectFlag)

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

매개 변수

적용 대상

NSMutableFontCollection(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상