Character

mainprogram msymbol.f subroutine symblv (x, y, z, h, chr, n)@cwhite symblvc (x, y, z, h, r, g, b, chr, n)@cmulticolor Description: This program draws characters by giving width and height (, color) of character and origin, character. Input variable: x : The x coordinate of the origin y : The y coordinate of the origin z : The z coordinate of the origin h : The height of the character r : The red value [0,1] g : The green value [0,1] b : The blue value [0,1] chr : The input character [ within 80 characters ] n : The number of the character Drawing example: msymbol.wrl