FontMode
FontMode enum
Module: aspose_barcode.generation.font_mode
Font size mode.
Enum Values
| Name | Value | Description |
|---|---|---|
| AUTO | 0 | Automatically calculate Font size based on barcode size. |
| MANUAL | 1 | Use Font sized defined by user. |
FontMode.AUTO
Type: int
Value: 0
Automatically calculate Font size based on barcode size.
FontMode.MANUAL
Type: int
Value: 1
Use Font sized defined by user.