SilverScreen Solid Modeler

font_set

font_set

Previous topic Next topic  

font_set

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

int font_set ( SS_FONTINFO *fi )

 

SS_FONTINFO *fi;   // A pointer to an SS_FONTINFO structure

 

 




Synopsis

#include "silver.h"

 

The font_set function sets  the font used for the screen text functions, message area functions, and the internal editor.

 

 

Parameters

fi is a pointer to an SS_FONTINFO structure that is configured with the desired font characteristics.

 

 

Return Value

font_set returns TRUE if successful and FALSE if there was a problem creating the desired font.

 

 

Remarks

See font_get for an example

 

 

See Also

font_get, screen text functions