characterWidth property

  1. @BuiltValueField.new(wireName: r'CharacterWidth')
CharacterWidth? get characterWidth

Character width of the text string to display or print. Absence of this data element means the characters have normal width. Possible values: * DoubleWidth * SingleWidth

Implementation

@BuiltValueField(wireName: r'CharacterWidth')
CharacterWidth? get characterWidth;