POV-Ray : Newsgroups : povray.general : text object: utf8 ttf font? : text object: utf8 ttf font? Server Time
29 Jul 2024 08:12:54 EDT (-0400)
  text object: utf8 ttf font?  
From: David J Bush
Date: 11 May 2012 14:55:01
Message: <web.4fad5f363fe7238e6891e8c0@news.povray.org>
I have version 3.6 runnng under Debian 64 bit. I want to be able to create text

from German. I have been informed the utf8 code for this symbol is 50079 in
decimal. I understand about the global_settings { charset utf8 } command. I use
the line of code

text { ttf "cyrvetic.ttf", concat("text before", chr(50079), "text after") ...

Apparently, the supplied fonts crystal.ttf, cyrvetic.ttf, and timrom.ttf are all
ASCII. Where can I find a utf8 True Type font to add to the
/usr/share/povray/include directory? Are there any tweaks necessary to make it
work?

Any clue would be appreciated. Thanks for your patience.


Post a reply to this message

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