CTFontFormat Énumération
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.
Format de police.
public enum CTFontFormat
type CTFontFormat =
- Héritage
-
CTFontFormat
Champs
Bitmap | 5 | Police bitmap. |
OpenTypePostScript | 1 | Police PostScript OpenType. |
OpenTypeTrueType | 2 | Police TrueType OpenType. |
PostScript | 4 | Police PostScript. |
TrueType | 3 | Police TrueType. |
Unrecognized | 0 | Format de police non reconnu. |