fgf_space() (Fastgraph/Fonts)

Win32 DirectX Fastgraph/Light

Prototype

void fgf_space (int width);

Sub fgf_space (ByVal width As Long)

procedure fgf_space (width : integer);

Description

The fgf_space() function defines the width of the space character (ASCII 32 decimal) for the current font. The new size remains in effect until you unload the font or until your program exits. By default, the width of the space character is half the width of the underscore character (ASCII 95 decimal).

Parameters

width is the new width (in pixels) for the space character. It must be greater than zero.

Return value

none

Restrictions

This function has no effect if there is no current font.

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.