다음을 통해 공유


NSFontCollection.GetMatchingDescriptors 메서드

정의

오버로드

GetMatchingDescriptors()
GetMatchingDescriptors(NSDictionary)
GetMatchingDescriptors(String)
GetMatchingDescriptors(String, NSDictionary)

GetMatchingDescriptors()

[Foundation.Export("matchingDescriptors")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors ();
abstract member GetMatchingDescriptors : unit -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : unit -> AppKit.NSFontDescriptor[]

반환

특성

적용 대상

GetMatchingDescriptors(NSDictionary)

[Foundation.Export("matchingDescriptorsWithOptions:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (Foundation.NSDictionary options);
abstract member GetMatchingDescriptors : Foundation.NSDictionary -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : Foundation.NSDictionary -> AppKit.NSFontDescriptor[]

매개 변수

options
NSDictionary

반환

특성

적용 대상

GetMatchingDescriptors(String)

[Foundation.Export("matchingDescriptorsForFamily:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (string family);
abstract member GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : string -> AppKit.NSFontDescriptor[]

매개 변수

family
String

반환

특성

적용 대상

GetMatchingDescriptors(String, NSDictionary)

[Foundation.Export("matchingDescriptorsForFamily:options:")]
public virtual AppKit.NSFontDescriptor[] GetMatchingDescriptors (string family, Foundation.NSDictionary options);
abstract member GetMatchingDescriptors : string * Foundation.NSDictionary -> AppKit.NSFontDescriptor[]
override this.GetMatchingDescriptors : string * Foundation.NSDictionary -> AppKit.NSFontDescriptor[]

매개 변수

family
String
options
NSDictionary

반환

특성

적용 대상