IminTextPictureStyle constructor
IminTextPictureStyle({
- bool? wordWrap,
- int? fontSize,
- IminPrintAlign? align,
- IminFontStyle? fontStyle,
- double? letterSpacing,
- bool? underline,
- bool? throughline,
- bool? reverseWhite,
- double? lineHeight,
- IminTypeface? typeface,
Implementation
IminTextPictureStyle(
{this.wordWrap,
this.fontSize,
this.align,
this.fontStyle,
this.letterSpacing,
this.underline,
this.throughline,
this.reverseWhite,
this.lineHeight,
this.typeface});