CTFontDescriptorAttributes Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
CTFontDescriptorAttributes() |
Constructeur par défaut. |
CTFontDescriptorAttributes(NSDictionary) |
Crée un CTFontDescriptorAttributes fortement typé à partir d’un NSDictionary faiblement typé. |
CTFontDescriptorAttributes()
Constructeur par défaut.
public CTFontDescriptorAttributes ();
Remarques
Généralement utilisé pour initialiser des objets avec la syntaxe d’initialiseur C#.
var attributes = new CTFontDescriptorAttributes () {
FamilyName = "Times New Roman"
};
var fontDescriptor = new CTFontDescriptor (attributes);
S’applique à
CTFontDescriptorAttributes(NSDictionary)
Crée un CTFontDescriptorAttributes fortement typé à partir d’un NSDictionary faiblement typé.
public CTFontDescriptorAttributes (Foundation.NSDictionary dictionary);
new CoreText.CTFontDescriptorAttributes : Foundation.NSDictionary -> CoreText.CTFontDescriptorAttributes
Paramètres
- dictionary
- NSDictionary
NSDictionary contenant des clés et des valeurs CTFontDescriptorAttributes.