PrinterFontType class

Constructors

PrinterFontType(String fontName, String fontType, int fontBaseWidth, int fontBaseHeight)
const
PrinterFontType.deserialize(XmlElement xml)

Properties

fontBaseHeight int
字体大小1的时候的高度
final
fontBaseWidth int
字体大小1的时候的宽度
final
fontName String
预览显示时的格式
final
fontType String
字体类型 默认: 1(编译给指令用的)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(XmlBuilder builder) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited