다음을 통해 공유


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

적용 대상