using IronSoftware.Drawing;
// Create a new Font object
Font font = new Font("Times New Roman", FontStyle.Italic | FontStyle.Bold, 30);
// Casting between System.Drawing.Font and IronSoftware.Drawing.Font
System.Drawing.Font drawingFont = new System.Drawing.Font("Courier New", 30);
Font ironFont = drawingFont;
var fontf = ironFont.FamilyName;
var style = ironFont.Style;
var sizef = ironFont.Size;
var isItalic = ironFont.Italic;
var isBold = ironFont.Bold;
Imports IronSoftware.Drawing
' Create a new Font object
Private font As New Font("Times New Roman", FontStyle.Italic Or FontStyle.Bold, 30)
' Casting between System.Drawing.Font and IronSoftware.Drawing.Font
Private drawingFont As New System.Drawing.Font("Courier New", 30)
Private ironFont As Font = drawingFont
Private fontf = ironFont.FamilyName
Private style = ironFont.Style
Private sizef = ironFont.Size
Private isItalic = ironFont.Italic
Private isBold = ironFont.Bold
Install-Package IronSoftware.System.Drawing
Créer une police
Liens vers des documents connexes
1510001
Maintenant que vous avez téléchargé IronPDF
Vous souhaitez déployer IronPDF dans un projet en cours GRATUITEMENT ?
Vous n'êtes pas prêt à acheter ?
Vous voulez déployer Dessin au fer dans un projet réel GRATUITEMENT ?
Qu'est-ce qui est inclus ?
Test en production sans filigrane
produit entièrement fonctionnel pendant 30 jours
assistance technique 24/5 pendant la période d'essai
Obtenez gratuitement votre clé d'évaluation de 30 jours instantanément.
Nous vous remercions. Si vous souhaitez vous adresser à notre équipe chargée de l'octroi des licences :
Le formulaire d'essai a été soumis avec succès.
Votre clé d'essai devrait se trouver dans l'e-mail. Si ce n'est pas le cas, veuillez contacter support@ironsoftware.com