UIFont.FromName(String, nfloat) Méthode
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.
Crée une police de la taille spécifiée.
public static UIKit.UIFont FromName (string name, nfloat size);
static member FromName : string * nfloat -> UIKit.UIFont
Paramètres
- name
- String
Nom de la police à créer.
- size
- nfloat
Taille de la police à créer.
Retours
Remarques
Cela peut être utilisé à partir d’un thread d’arrière-plan.