Method | Description | |
---|---|---|
CTFontDescriptor ( |
||
CTFontDescriptor ( string name, float size ) : System | ||
Dispose ( ) : void | ||
GetAttribute ( |
||
GetAttributes ( ) : |
||
GetLocalizedAttribute ( |
||
GetLocalizedAttribute ( |
||
GetMatchingFontDescriptor ( ) : |
||
GetMatchingFontDescriptor ( NSSet mandatoryAttributes ) : |
||
GetMatchingFontDescriptors ( ) : MonoMac.CoreText.CTFontDescriptor[] | ||
GetMatchingFontDescriptors ( NSSet mandatoryAttributes ) : MonoMac.CoreText.CTFontDescriptor[] | ||
WithAttributes ( |
||
WithAttributes ( NSDictionary attributes ) : |
||
WithFeature ( MonoMac.Foundation.NSNumber featureTypeIdentifier, MonoMac.Foundation.NSNumber featureSelectorIdentifier ) : |
||
WithVariation ( uint variationIdentifier, float variationValue ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CTFontDescriptor ( |
||
CTFontDescriptor ( |
||
CTFontDescriptorCopyAttribute ( |
||
CTFontDescriptorCopyAttributes ( |
||
CTFontDescriptorCopyLocalizedAttribute ( |
||
CTFontDescriptorCreateCopyWithAttributes ( |
||
CTFontDescriptorCreateCopyWithFeature ( |
||
CTFontDescriptorCreateCopyWithVariation ( |
||
CTFontDescriptorCreateMatchingFontDescriptor ( |
||
CTFontDescriptorCreateMatchingFontDescriptors ( |
||
CTFontDescriptorCreateWithAttributes ( |
||
CTFontDescriptorCreateWithNameAndSize ( |
||
CreateDescriptor ( |
public CTFontDescriptor ( |
||
attributes | ||
return | System |
public CTFontDescriptor ( string name, float size ) : System | ||
name | string | |
size | float | |
return | System |
public GetAttribute ( |
||
attribute | ||
return |
public GetAttributes ( ) : |
||
return |
public GetLocalizedAttribute ( |
||
attribute | ||
return |
public GetLocalizedAttribute ( |
||
attribute | ||
language | ||
return |
public GetMatchingFontDescriptor ( ) : |
||
return |
public GetMatchingFontDescriptor ( NSSet mandatoryAttributes ) : |
||
mandatoryAttributes | NSSet | |
return |
public GetMatchingFontDescriptors ( ) : MonoMac.CoreText.CTFontDescriptor[] | ||
return | MonoMac.CoreText.CTFontDescriptor[] |
public GetMatchingFontDescriptors ( NSSet mandatoryAttributes ) : MonoMac.CoreText.CTFontDescriptor[] | ||
mandatoryAttributes | NSSet | |
return | MonoMac.CoreText.CTFontDescriptor[] |
public WithAttributes ( |
||
attributes | ||
return |
public WithAttributes ( NSDictionary attributes ) : |
||
attributes | NSDictionary | |
return |
public WithFeature ( MonoMac.Foundation.NSNumber featureTypeIdentifier, MonoMac.Foundation.NSNumber featureSelectorIdentifier ) : |
||
featureTypeIdentifier | MonoMac.Foundation.NSNumber | |
featureSelectorIdentifier | MonoMac.Foundation.NSNumber | |
return |
public WithVariation ( uint variationIdentifier, float variationValue ) : |
||
variationIdentifier | uint | |
variationValue | float | |
return |