Partager via


CTFontDescriptor.GetLocalizedAttribute Méthode

Définition

Surcharges

GetLocalizedAttribute(NSString, NSString)

Retourne un attribut qui a été localisé.

GetLocalizedAttribute(NSString)

Retourne un attribut qui a été localisé.

GetLocalizedAttribute(NSString, NSString)

Retourne un attribut qui a été localisé.

public Foundation.NSObject GetLocalizedAttribute (Foundation.NSString attribute, out Foundation.NSString language);
member this.GetLocalizedAttribute : Foundation.NSString *  -> Foundation.NSObject

Paramètres

attribute
NSString

NSString représentant un attribut CTFontDescriptor, l’une des clés dans CTFontDescriptorAttributeKey.

language
NSString

Lors de la sortie, le code de langue correspondant (le cas échéant).

Retours

Attribut en tant que NSObject ou null s’il n’est pas disponible.

S’applique à

GetLocalizedAttribute(NSString)

Retourne un attribut qui a été localisé.

public Foundation.NSObject GetLocalizedAttribute (Foundation.NSString attribute);
member this.GetLocalizedAttribute : Foundation.NSString -> Foundation.NSObject

Paramètres

attribute
NSString

NSString représentant un attribut CTFontDescriptor, l’une des clés dans CTFontDescriptorAttributeKey.

Retours

Attribut en tant que NSObject, ou null s’il n’est pas disponible.

S’applique à