•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The GFA-Basic Compendium
Author      : GFA Systemtechnik GmbH
Version     : GFABasic.HYP v2.98 (12/31/2023)
Subject     : Documentation/Programming
Nodes       : 899
Index Size  : 28056
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Document not found
@help       : Help
@options    : +g -i -s +z
@width      : 75
@hostname   : STRNGSRV
@hostname   : CAB     
@hostname   : HIGHWIRE
@hostname   : THING   
View Ref-FileGRAF_HANDLE([char_w,char_h,box_w,box_h])

char_w, char_h, box_w, box_h: ivar

Returns the identification number of the current VDI Workstation, which is used
internally for AES calls, and returns the size of a character from the system
character set.

    char_w - Returns the width in pixels of a character from the standard set.
    char_h - Returns the height in pixels of a character from the standard set.
    box_w  - Returns the width of a standard character cell.
    box_h  - Returns the height of a standard character cell.

The parameters char_w, char_h, box_w, and box_h are optional, these values can
also be found by querying GINTOUT(1) to GINTOUT(4).

Memo: char_w/char_h return the default size of the font used by the AES.
      Mode       Font
      ST Low     8x8
      ST Medium  8x8
      ST High    8x16

graf_handle()+