•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ v_justified ]

#include <vdi.h>

void v_justified( int handle, int x, int y, char *string, int length,
                  int word_space, int char_space );

  <handle> is the VDI Handle.
  <x> is the starting x coordinate (see VDI Coordinates).
  <y> is the starting y coordinate.
  <string> is a NULL terminated string to be written.
  <length> is the distance to be used.
  <word_space> adjusts inter-word spacing (1) or not (0).
  <char_space> adjusts inter-character spacing (1) or not (0).


Function writes a string using the current text attributes, expanding
inter-word and/or inter-character spacing so as to reach the desired
length.

Note: This function is not required and may not be available on all
      devices (see VDI Description).
      It IS supported by the screen.

VDI Subopcode 11,10

See also VDI Output, vqt_extent(), vst_color(), vst_height(),
         vst_point(), vst_rotation, vst_font(), vst_effects(),
         vst_alignment() and v_ftext().