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
Crear fuente
Enlaces a documentos relacionados
1510001
Ahora que ha descargado IronPDF
¿Desea implementar IronPDF en un proyecto real de forma GRATUITA?
¿No está listo para comprar?
¿Quieres desplegar IronDrawing en un proyecto vivo GRATIS?
¿Qué incluye?
Pruebas en producción sin marcas de agua
Producto totalmente funcional durante 30 días
Asistencia técnica 24/5 durante la prueba
Consigue gratis Clave de prueba de 30 días al instante.
Gracias, señor. Si desea hablar con nuestro equipo de licencias:
El formulario de prueba se presentó con éxito.
Tu clave de prueba debería estar en el correo electrónico. Si no es así, póngase en contacto con support@ironsoftware.com