Page 1 of 1

Error Message

Posted: 10 May 2016, 12:35
by Chris
Hi,

I have a number of errors in my current scene that look like the following:

Error : GlyphOutline: Retrieving Glyph contour from WPF failed: No glyph for Unicode index 181!

Can anyone tell me what this relates to? I'm guessing its to do with text rendering but im not sure exactly what.....

Also, is there anywhere I can get info on messages thrown by Ventuz for future reference??

Thanks
Chris

Re: Error Message

Posted: 10 May 2016, 14:10
by chriss0212
for me it sounds, that a font you are using has a problem.

greets

christian

Re: Error Message

Posted: 11 May 2016, 09:31
by Karol
That's because the font says that it contains certain Unicode ranges but when we try to build the resource for Unicode 181 we do not get the geometry information for this character.
Usually it's not a big deal as long as you don't need this character: http://www.fileformat.info/info/unicode ... /index.htm

Cheers
Karol

Re: Error Message

Posted: 19 May 2016, 08:17
by Chris
Thanks for the info :)