POV-Ray : Newsgroups : povray.general : Changes to text object? : Re: Changes to text object? Server Time
2 Oct 2025 20:34:36 EDT (-0400)
  Re: Changes to text object?  
From: m@b
Date: 2 Oct 2025 07:50:48
Message: <68de6718@news.povray.org>
On 02/10/2025 17:11, jr wrote:
> hi,
> 
> "m@b" <sai### [at] googlemailcom> wrote:
>> I keep getting this error:
>>
>> "Text may not be displayed as expected. Please refer to the user manual
>> regarding changes in POV-Ray v3.8 and later."
>>
>> Here is my sdl line:
>>
>> #declare CapFont = "segoeprb.ttf";
>>
>> text { ttf CapFont, "Read my diary", 0.2, 0.0 pigment{rgb<0,0,1>*1.3}
>> scale 1.5    translate<12.0, 22.25, 012.49>}
>>
>> I am struggling to find the relevant documentation.
>> Any help please.
> 
> strange, what version are you using ?  the above parses "clean" for me (with
> #version directive and global_settings{} block) using alpha.9945627 and beta.2.
> 
> 
> regards, jr.
> 

#version 3.7;
global_settings{ assumed_gamma 1.5 }


Post a reply to this message


Attachments:
Download 'image1.png' (28 KB)

Preview of image 'image1.png'
image1.png


 

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