specify device font

Hi, I’m worrying about font management on Fuse.

Fuse seems that uses packaged font and default device font.

CJK(Chinese-Japanese-Korean) fonts are too large. It increases application file size.

I hope to specify device font to tag.

like following:

<App>
    <iOS>
      <Font Name="HiraKakuProN-W3" ux:Global="Regular"/>
      <Font Name="HiraKakuProN-W6" ux:Global="Bold"/>
    </iOS>
    <Android>
      <Font Name="DEFAULT" ux:Global="Regular"/>
      <Font Name="DEFAULT_BOLD" ux:Global="Bold"/>
    </Android>
    <Desktop>
      <Font File="noto_sans.ttf" ux:Global="Regular"/>
      <Font File="noto_sans_bold.ttf" ux:Global="Bold"/>
    </Desktop>
    <DockPanel>
        <Text Value="cjk string" Font="Regular"/>
    </DockPanel>
</App>

Hi!

Support for system fonts is in the roadmap. Thanks for your input :slight_smile:

sounds good :slight_smile: