Unit 'zint' Package
[Overview][Constants][Types][Index] [#pl_barcodes]

zint_symbol

Declaration

Source position: zint.pp line 121

type zint_symbol = record

public

  symbology: LongInt;

  

  Height: LongInt;

  

  whitespace_width: LongInt;

  

  border_width: LongInt;

  

  output_options: LongInt;

  

  fgcolour: TColorChars;

  

  bgcolour: TColorChars;

  

  outfile: array [0..255] of char;

  

  scale: single;

  

  option_1: LongInt;

  

  option_2: LongInt;

  

  option_3: LongInt;

  

  option: LongInt;

  

  show_hrt: LongInt;

  

  input_mode: LongInt;

  

  Text: array [0..127] of Byte;

  

  rows: LongInt;

  

  Width: LongInt;

  

  primary: array [0..127] of char;

  

  encoded_data: array [0..ZINT_ROWS_MAX-1] of array [0..ZINT_COLS_MAX-1] of Boolean;

  

  row_height: array [0..ZINT_ROWS_MAX-1] of LongInt;

  

  errtxt: array [0..99] of char;

  

  bitmap: ;

  

  bitmap_width: LongInt;

  

  bitmap_height: LongInt;

  

  rendered: ;

  

  font_height: Integer;

  

  function GetText;

  

  procedure SetText();

  

  function GetErrorText;

  

  procedure SetErrorText();

  

  function GetPrimary;

  

  procedure SetPrimary();

  

end;



CT Web help

CodeTyphon Studio