Aspose.Barcode for Python via Java Generation and Recognition API docs
FontMode Class Reference

Font size mode. More...

Inherits Enum.

Static Public Attributes

int AUTO = 0
 Automatically calculate Font size based on barcode size. More...
 
int MANUAL = 1
 Use Font sized defined by user. More...
 

Detailed Description

Font size mode.

Member Data Documentation

◆ AUTO

int AUTO = 0
static

Automatically calculate Font size based on barcode size.

◆ MANUAL

int MANUAL = 1
static

Use Font sized defined by user.