Does engine support ttf font on mobile?

Hi epic:
I created user interface for my project with umg tool. I never reset the font of weights. Currently the contents of weight is cn_zh. I know the weiget uses ttf font when game running in pc platform. But, i cooked my project with android configuration. I found the cook program never saves ttf font file as resource of game. I launch my game and the content of ui weiget can be successfully rendered with cn_zh configuration. It seems like weiget was created with engine fonts. Why did i get this?

   The another problem is : currently, it seems like ue4 doesn't support ttf on mobile platform, right? if my guessing is right,do you guys plan to support ttf on mobile.    

    Thanks

Hi,

What version of the Engine are you using? As of UE4.5.1, support for loading system fonts has been added for Android.

Have you added the true type fonts to your system fonts as shown here:
How to Install TrueType or OpenType Fonts in Windows ?

Please try this and let me know if you are still experiencing problems.

Thanks

Can i make sense engine will load the operation system fonts?

Hi,

I contacted the developer to get clarification on the release notes and how they relate to your question. He responded that the release notes means DroidSans.ttf is loaded from the system fonts directory to implement FPlatformMisc::GetSystemFontBytes called by FLegacySlateFontInfoCache::GetSystemFont.

As far as your situation, you should only have to add the TTF to your content to use as a Slate font and it will get packaged.

That is cool. Thanks, now i will upgrade to 4.6.