// font test camera { location <0,0,-5> look_at <0,0,0> } // font produces lots of 'character not found warnings, but when I look at it // in Word all the characters are there. text { ttf "Glyphis2.ttf" "abcdefghijklmnopqrstuvwxyz" 0.1,0 scale 0.25 translate <-2.5,0.3,-0.009> pigment {rgb 1} finish {ambient 1} } text { ttf "Glyphis2.ttf" "ABCDEFGHIJKLMNOPQRSTUVWXYZ" 0.1,0 scale 0.25 translate <-2.5,-0.3,-0.009> pigment {rgb 1} finish {ambient 1} }