POV-Ray : Newsgroups : povray.general : Are cheap fonts likely to not work in povray? : Are cheap fonts likely to not work in povray? Server Time
4 Aug 2024 16:12:08 EDT (-0400)
  Are cheap fonts likely to not work in povray?  
From: Greg M  Johnson
Date: 23 Mar 2003 16:38:44
Message: <3e7e2964$1@news.povray.org>
I downloaded a cheap font,  CLOWNS.TTF, and tried to use one of the
characters as a text object that was then used in an object pattern.  No
matter what letter I used in the command, I ended up with the same
character.  The font seemed to work okay in Wordpad.   Are cheap fonts just
prone to be misread by povray?

sample code below.

#declare blacktext=texture{pigment {Yellow} finish{phong 0.4 }}
#declare Mobj=  text {ttf "CLOWNS.ttf" "a" 1, 0  scale 0.75*<-1,1,3>  scale
10 translate <-2.5,6.2,0>  }

#declare clothtext1=
texture{object{Mobj
        texture{clothtext}
        texture{blacktext}}
         }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.