次の方法で共有


CTFontDescriptor.GetMatchingFontDescriptor メソッド

定義

オーバーロード

GetMatchingFontDescriptor()
GetMatchingFontDescriptor(NSSet)
GetMatchingFontDescriptor(NSString[])

GetMatchingFontDescriptor()

public CoreText.CTFontDescriptor GetMatchingFontDescriptor ();
member this.GetMatchingFontDescriptor : unit -> CoreText.CTFontDescriptor

戻り値

適用対象

GetMatchingFontDescriptor(NSSet)

public CoreText.CTFontDescriptor GetMatchingFontDescriptor (Foundation.NSSet mandatoryAttributes);
member this.GetMatchingFontDescriptor : Foundation.NSSet -> CoreText.CTFontDescriptor

パラメーター

mandatoryAttributes
NSSet

戻り値

適用対象

GetMatchingFontDescriptor(NSString[])

public CoreText.CTFontDescriptor GetMatchingFontDescriptor (params Foundation.NSString[] mandatoryAttributes);
member this.GetMatchingFontDescriptor : Foundation.NSString[] -> CoreText.CTFontDescriptor

パラメーター

mandatoryAttributes
NSString[]

戻り値

適用対象