Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: pcutile on April 27, 2016, 11:21:10 AM

Title: font problem
Post by: pcutile on April 27, 2016, 11:21:10 AM
why letter like àéèù and other disappear at run time? my font include this type of letter but they disappear only at runtime from my labels.
Title: Re: font problem
Post by: ArenMook on April 28, 2016, 02:23:35 AM
My guess -- you're using a dynamic font that actually doesn't have those characters. Unity automatically falls back to Arial font in the editor if the font you're using doesn't have those characters. When you build the game, the Arial font isn't there anymore.