proto


  
  PROTO STText [
      exposedField MFString string []
  ] {
      Shape { 
          appearance Appearance { 
              texture  ImageTexture { 
                  url "images/font.gif" 
                  repeatS FALSE
                  repeatT FALSE
              } 
              material Material { diffuseColor 1 1 1 } 
          } 
          geometry Text { 
              string IS string
              fontStyle FontStyle { 
                  family ["TEXTURE 32 92 15 4 1.28 0 0"]  
                  justify "LEFT" 
              }
          } 
      }
  }