NSFontCollection.GetMatchingDescriptors 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性