FontExtensions Class
Summary: Contains extension methods for the Font class.
Module: aspose.psd.extensions
Full Name: aspose.psd.extensions.FontExtensions
Aspose.PSD Version: 24.12.0
Methods
| Name | Description |
|---|---|
| to_gdi_font(font) | |
| to_gdi_font(font, font_unit) |
Method: to_gdi_font(font) [static]
to_gdi_font(font)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| font | Font |
Returns
| Type | Description |
|---|---|
| System.Drawing.Font |
Method: to_gdi_font(font, font_unit) [static]
to_gdi_font(font, font_unit)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| font | Font | |
| font_unit | System.Drawing.GraphicsUnit |
Returns
| Type | Description |
|---|---|
| System.Drawing.Font |