AbsInt Logoai Logo

GDL: ASCII Character Set

Prev. (Defaults) Next (Anchors) Index Sitemap home

slide

ASCII Control Characters

  • GDL supports the following control characters

    \n    new line
    \t    tab
    \a    alert
    \b    backspace
    \fu   start underlining
    \fI   start italics
    \fb   start bold
    \fB   start very bold
    \fn   return to normal typeface

slide

Colors and Special Characters

  • A color change is specified by

    \fcolor_number // 2 digits
    
  • A special character is specified by

    \ficharacter_number // 3 digits
    
  • For the character numbers of the ISO Latin 1 Set,

    please refer to the aiSee user manual or the charset.gdl
    example file, which is part of the aiSee evaluation package


example

Example


graph: { color: 15

node: { title: "blue"  bordercolor: 8

        label: "\f08 two lines\nin darkblue" }

node: { title: "red"   bordercolor: 9

        label: "\f09darkred text\n\fIitalic\fb+bold" }

edge: { source: "blue"  target: "red"

        arrowstyle: line  color: darkblue  arrowcolor: 9 }

       }

aiSee!!

Hint



top Prev. (Arrows) Next (Anchors) Sitemap home


Please send any suggestions, comments or questions to webmaster@absint.com or use our feedback page.
Contents and Webdesign © Copyright 2000 & 2001 by AbsInt Angewandte Informatik GmbH.
This page was last modified on 11th of May 2001. This page URL is http://www.absint.com/aisee/gdl/guide/charset.htm