C# 클래스 MonoMac.CoreText.CTFontDescriptor

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
CTFontDescriptor ( CTFontDescriptorAttributes attributes ) : System
CTFontDescriptor ( string name, float size ) : System
Dispose ( ) : void
GetAttribute ( NSString attribute ) : NSObject
GetAttributes ( ) : CTFontDescriptorAttributes
GetLocalizedAttribute ( NSString attribute ) : NSObject
GetLocalizedAttribute ( NSString attribute, NSString &language ) : NSObject
GetMatchingFontDescriptor ( ) : CTFontDescriptor
GetMatchingFontDescriptor ( NSSet mandatoryAttributes ) : CTFontDescriptor
GetMatchingFontDescriptors ( ) : MonoMac.CoreText.CTFontDescriptor[]
GetMatchingFontDescriptors ( NSSet mandatoryAttributes ) : MonoMac.CoreText.CTFontDescriptor[]
WithAttributes ( CTFontDescriptorAttributes attributes ) : CTFontDescriptor
WithAttributes ( NSDictionary attributes ) : CTFontDescriptor
WithFeature ( MonoMac.Foundation.NSNumber featureTypeIdentifier, MonoMac.Foundation.NSNumber featureSelectorIdentifier ) : CTFontDescriptor
WithVariation ( uint variationIdentifier, float variationValue ) : CTFontDescriptor

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CTFontDescriptor ( IntPtr handle ) : System
CTFontDescriptor ( IntPtr handle, bool owns ) : System
CTFontDescriptorCopyAttribute ( IntPtr descriptor, IntPtr attribute ) : IntPtr
CTFontDescriptorCopyAttributes ( IntPtr descriptor ) : IntPtr
CTFontDescriptorCopyLocalizedAttribute ( IntPtr descriptor, IntPtr attribute, IntPtr language ) : IntPtr
CTFontDescriptorCreateCopyWithAttributes ( IntPtr original, IntPtr attributes ) : IntPtr
CTFontDescriptorCreateCopyWithFeature ( IntPtr original, IntPtr featureTypeIdentifier, IntPtr featureSelectorIdentifier ) : IntPtr
CTFontDescriptorCreateCopyWithVariation ( IntPtr original, IntPtr variationIdentifier, float variationValue ) : IntPtr
CTFontDescriptorCreateMatchingFontDescriptor ( IntPtr descriptor, IntPtr mandatoryAttributes ) : IntPtr
CTFontDescriptorCreateMatchingFontDescriptors ( IntPtr descriptor, IntPtr mandatoryAttributes ) : IntPtr
CTFontDescriptorCreateWithAttributes ( IntPtr attributes ) : IntPtr
CTFontDescriptorCreateWithNameAndSize ( IntPtr name, float size ) : IntPtr
CreateDescriptor ( IntPtr h ) : CTFontDescriptor

메소드 상세

CTFontDescriptor() 공개 메소드

public CTFontDescriptor ( CTFontDescriptorAttributes attributes ) : System
attributes CTFontDescriptorAttributes
리턴 System

CTFontDescriptor() 공개 메소드

public CTFontDescriptor ( string name, float size ) : System
name string
size float
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetAttribute() 공개 메소드

public GetAttribute ( NSString attribute ) : NSObject
attribute MonoMac.Foundation.NSString
리턴 MonoMac.Foundation.NSObject

GetAttributes() 공개 메소드

public GetAttributes ( ) : CTFontDescriptorAttributes
리턴 CTFontDescriptorAttributes

GetLocalizedAttribute() 공개 메소드

public GetLocalizedAttribute ( NSString attribute ) : NSObject
attribute MonoMac.Foundation.NSString
리턴 MonoMac.Foundation.NSObject

GetLocalizedAttribute() 공개 메소드

public GetLocalizedAttribute ( NSString attribute, NSString &language ) : NSObject
attribute MonoMac.Foundation.NSString
language MonoMac.Foundation.NSString
리턴 MonoMac.Foundation.NSObject

GetMatchingFontDescriptor() 공개 메소드

public GetMatchingFontDescriptor ( ) : CTFontDescriptor
리턴 CTFontDescriptor

GetMatchingFontDescriptor() 공개 메소드

public GetMatchingFontDescriptor ( NSSet mandatoryAttributes ) : CTFontDescriptor
mandatoryAttributes NSSet
리턴 CTFontDescriptor

GetMatchingFontDescriptors() 공개 메소드

public GetMatchingFontDescriptors ( ) : MonoMac.CoreText.CTFontDescriptor[]
리턴 MonoMac.CoreText.CTFontDescriptor[]

GetMatchingFontDescriptors() 공개 메소드

public GetMatchingFontDescriptors ( NSSet mandatoryAttributes ) : MonoMac.CoreText.CTFontDescriptor[]
mandatoryAttributes NSSet
리턴 MonoMac.CoreText.CTFontDescriptor[]

WithAttributes() 공개 메소드

public WithAttributes ( CTFontDescriptorAttributes attributes ) : CTFontDescriptor
attributes CTFontDescriptorAttributes
리턴 CTFontDescriptor

WithAttributes() 공개 메소드

public WithAttributes ( NSDictionary attributes ) : CTFontDescriptor
attributes NSDictionary
리턴 CTFontDescriptor

WithFeature() 공개 메소드

public WithFeature ( MonoMac.Foundation.NSNumber featureTypeIdentifier, MonoMac.Foundation.NSNumber featureSelectorIdentifier ) : CTFontDescriptor
featureTypeIdentifier MonoMac.Foundation.NSNumber
featureSelectorIdentifier MonoMac.Foundation.NSNumber
리턴 CTFontDescriptor

WithVariation() 공개 메소드

public WithVariation ( uint variationIdentifier, float variationValue ) : CTFontDescriptor
variationIdentifier uint
variationValue float
리턴 CTFontDescriptor