![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Defines a particular format for text, including font face, size, and style attributes where size in Unit value property. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, source) |
def | init (self) |
def | getFamilyName (self) |
Gets the face name of this Font. More... | |
def | setFamilyName (self, value) |
Sets the face name of this Font. More... | |
def | getStyle (self) |
Gets style information for this FontUnit. More... | |
def | setStyle (self, value) |
Sets style information for this FontUnit. More... | |
def | getSize (self) |
Gets size of this FontUnit in Unit value. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Static Public Member Functions | |
def | initFontUnit (source) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
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.
def __init__ | ( | self, | |
source | |||
) |
Reimplemented from BaseJavaClass.
def getFamilyName | ( | self | ) |
Gets the face name of this Font.
def getSize | ( | self | ) |
def getStyle | ( | self | ) |
Gets style information for this FontUnit.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
|
static |
def setFamilyName | ( | self, | |
value | |||
) |
Sets the face name of this Font.
def setStyle | ( | self, | |
value | |||
) |
Sets style information for this FontUnit.