Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly : Developpez.Dotnet.Drawing (dans Developpez.Dotnet.Drawing.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Retourne une police avec les caractéristiques spécifiées
Espace de nom : Developpez.Dotnet.DrawingAssembly : Developpez.Dotnet.Drawing (dans Developpez.Dotnet.Drawing.dll) Version: 0.6.0.0 (0.6.0.0)
Syntaxe
C# |
---|
public Font GetFont( FontFamily family, float emSize, FontStyle style, GraphicsUnit unit, byte gdiCharSet, bool gdiVerticalFont ) |
Visual Basic (Déclaration) |
---|
Public Function GetFont ( _ family As FontFamily, _ emSize As Single, _ style As FontStyle, _ unit As GraphicsUnit, _ gdiCharSet As Byte, _ gdiVerticalFont As Boolean _ ) As Font |
Visual C++ |
---|
public: Font^ GetFont( FontFamily^ family, float emSize, FontStyle style, GraphicsUnit unit, unsigned char gdiCharSet, bool gdiVerticalFont ) |
Paramètres
- family
- Type: System.Drawing..::..FontFamily
Famille de la police à obtenir
- emSize
- Type: System..::..Single
Taille de la police souhaitée, dans l'unité spécifiée
- style
- Type: System.Drawing..::..FontStyle
Style de la police souhaitée
- unit
- Type: System.Drawing..::..GraphicsUnit
Unité de taille à utiliser
- gdiCharSet
- Type: System..::..Byte
Jeu de caractère GDI à utiliser
- gdiVerticalFont
- Type: System..::..Boolean
Valeur booléenne indiquant si la police est dérivée d'une police verticale GDI