OpenSceneGraph/examples/osgfont
Robert Osfield 5566a025b5 Added TextSettings struct to manage values used to set up the text. with the addition of following command line parameters:
--outline // enable outlne
   --shadow // enable shadow
   --offset ratio // set the backdrop offset
   --text-color r g b a // set the text body color
   --bd-color r g b a // set the shadow/outline color
   --bg-color r g b a // window background color
   -o filename // write create subgraph to disk using specified filename
2017-08-29 17:19:26 +01:00
..
CMakeLists.txt
osgfont.cpp Added TextSettings struct to manage values used to set up the text. with the addition of following command line parameters: 2017-08-29 17:19:26 +01:00