SilverScreen Solid Modeler

print_text_file

print_text_file

Previous topic Next topic  

print_text_file

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

int print_text_file ( char *filename );

 

char *filename;

 

 

 




Synopsis

#include "silver.h"

 

The print_text_file function prints a text file onto the currently selected printer.

 

 

Parameters

filename is a character string containing the name of the file to print.

 

 

Return Value

print_text_file returns 1 always; this may change at a later date to allow error reporting.