다음을 통해 공유


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[]

반환

적용 대상