Android and windows can't display the font glyph that have the unicode from $E000-$F8FF, it is difined as Private Use Area

Fei Xu 490 Reputation points
2023-08-25T06:39:41.4166667+00:00

Font glyph have unicode from $E000-$F8FF and start with $F will do not display on android, ios & win is ok.

Font glyph have unicode from $E000-$F8FF and start with $E will do not display on windows, ios & android is ok.

     <Label x:Name="labFont" HorizontalOptions="Center"/>
 labFont.FontFamily = "FINPERC.ttf";
        labFont.FontSize = 60;
        labFont.Text = "\uF052";


微信截图_20230825143210

微信截图_20230825143646

微信截图_20230825143756

微信截图_20230825143854

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
{count} votes