|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi everybody:
trying to render the povray logo as text object using the povlogo.ttf file
included with pov-ray, i'm only obtaining warnings like this:
Character 121 (0x79) not found in C:\Archivos de programa\POV-Ray for
Windows v3.5\INCLUDE\povlogo.ttf
the number of the caracter appears with every character i tried
Bruno Gimeno
esto es la realidad
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It's not explained in the docs, but try adding this:
global_settings {
charset utf8
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3ec444ad$1@news.povray.org> , "Greg M. Johnson"
<gregj;-)565### [at] aolcom> wrote:
> It's not explained in the docs, but try adding this:
It is in the docs, but as you don't read them... ;-)
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
It's not in the index under
font
font files (*.ttf)
text object
It's not in the Search results for
font
ttf
Ah, I see, if you already know the answer, you can find this obscure aspect
of fonts by searching for:
charset
And then one of the options eventually answers our friend's question
precisely:
"The option utf8 is a special Unicode text encoding and it allows you to
specify characters of nearly all languages in use today"
But for the question I had before, trying to get a "D" to show up with a
cheap freeware font when 2-3 povray-supplied or Windows-supplied fonts have
worked fine, the docs are in fact crap for answering the question.
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3ec53202$1@news.povray.org...
> In article <3ec444ad$1@news.povray.org> , "Greg M. Johnson"
> <gregj;-)565### [at] aolcom> wrote:
>
> > It's not explained in the docs, but try adding this:
>
> It is in the docs, but as you don't read them... ;-)
>
>
> ____________________________________________________
> Thorsten Froehlich, Duisburg, Germany
> e-mail: tho### [at] trfde
>
> Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3ec53202$1@news.povray.org...
>
> It is in the docs, but as you don't read them... ;-)
>
http://news.povray.org/povray.documentation.inbuilt/31685/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |