POV-Ray : Newsgroups : moray.win : Text Server Time
26 Jun 2024 05:22:37 EDT (-0400)
  Text (Message 1 to 2 of 2)  
From: Dirk Ruth
Subject: Text
Date: 11 Jan 2003 22:55:22
Message: <3e20e72a@news.povray.org>
Sorry i'm beginner with Moray and Povray.

I will make a text with:

text {   // TText002
  ttf    "C:\WINNT\Fonts\Arial.ttf",
  "6789",
  1.0,  // Depth
  <0.0,   0.0, 0.0> // Offset
  material {
    Texture_Systo
  }
  scale <0.1, 0.0001, 0.1>
  rotate -11.0*x
  translate  <2.0, -6.32, 0.1>
}

text {   // TText001
  ttf    "C:\WINNT\Fonts\Avgardd.ttf",
  "12345",
  1.0,  // Depth
  <0.0,   0.0, 0.0> // Offset
  material {
    WhiteBack
  }
  scale <0.1, 0.0001, 0.1>
  rotate -11.0*x
  translate  <0.7, -6.2, 0.7>
}

the materials be from library.

I can't see the letter from my text, only some rectangle.
Povray say:
Warning: Text may not be displayed as expected.
Please refer to the user manual regarding changes
in POV-Ray 3.5 and later.

I have not found any information for this problem. Please help me.


Bye
Dirk


Post a reply to this message

From: Ken
Subject: Re: Text
Date: 11 Jan 2003 23:23:46
Message: <3E20ED97.E2B290CC@pacbell.net>
Dirk Ruth wrote:

> I have not found any information for this problem. Please help me.

POV-Ray docs, see - 6.11.6  Charset

Might help.

-- 
Ken Tyler


Post a reply to this message

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