SilverScreen Solid Modeler

FONT_NODE

FONT_NODE

Previous topic Next topic  

FONT_NODE

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

FONT_NODE

 

Structure

A data type that stores font information for use with entities

 

   

 FONT_NODE

    {

    int          font_type;

    FILE_NAME    font_name;

    USINT        style;

    FILE_NAME    screen_font_name;

    USINT        screen_style;

    int          space_out;

    BOS_NODE     **the_chars;

    int          first_char;

    int          last_char;

    int          default_char;

    double       unused;

    FONT_NODE    *next_font;

    };

 

 


Members

Member

Description

font_name

name of font

style

style of font

screen_font_name

alternate screen font

screen_style

alternate screen style

space_out

TRUE for monospaced fonts

the_chars

an array of BOS_NODE pointers to represent characters

first_char

index of first character in array

last_char

index of last character in array

default_char

index of default character in array

next_font

pointer to next FONT_NODE