FontUnit
FontUnit class
Module: aspose_barcode.generation.font_unit
Defines a particular format for text, including font face, size, and style attributes where size in Unit value property. This sample shows how to create and save a BarCode image.
Constructors
Methods
| Name | Return Type | Static | Description |
|---|
| str | str | No | String representation of the FontUnit object. |
Properties
| Name | Type | Description |
|---|
| family_name | str | Gets the face name of this Font. |
| size | Optional[Unit] | Gets size of this FontUnit in Unit value. Raises: IllegalArgumentException: if the Size parameter value is less than or equal to 0. |
| style | FontStyle | Gets style information for this FontUnit. |