SL_OpenFont


NAME
SL_OpenFont -- opens a font for use.

SYNOPSIS
fnthandle SL_OpenFont(apphandle, name, size);
D0 A0 A1D0

FNTHANDLE SL_OpenFont(APPHANDLE, SLCHAR *, UWORD);

FUNCTION
Opens a font so that it can be used for drawing text to a window.
Fonts must be opened before they can b used and must be closed before
the application exits.

INPUTS
apphandle - as returned by SL_AppInitA
name - the name of the font.
size - the height of the font.

RESULTS
fnthandle - a handle to be used to refer to this font.

SEE ALSO
SL_CloseFont, SL_SetFont.

 

SL_OpenFont  Command Section By Type  url:SL_OpenFont
  created:2008-03-01 23:36:26   last updated:2008-03-01 23:36:26
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_OpenFont
There are no user contributed comments for this page.