/* config for teliprint */
{
  /* name of true-type font file (optional, default /HOST/DEFAULT.TTF) */
  face = "DEFAULT",

  /* name of italic true-type font file (optional, default will be same as face) */
  face_italic = "DEFAULT",

  /* font size (float, optional) */
  size = 9.0,

  /* extra width to generate bold font */
  embolden_width = 1.0,

  /* extra width to tune thin font contrast */
  stroke_width = 1.0,

  /* default codepage (optional, file /HOST/CPXXXX.TXT must exist) */
  code_page = CP1251,

  /* printer flushing timeout in seconds (0.0-5.0), default 3.0.
    set it to 0 if you think that printers works too slow,
    increase it when printer eats last lines */
  flush_timeout = 0.1
}