What are the default fonts supported by Editor in .NET MAUI?

Deepak Gunasekaran 61 Reputation points
2023-10-26T07:32:45.0566667+00:00

.NET MAUI Editor has a property named FontFamily. It accepts some of the default fonts (Arial, Time New Roman), which are not registered in the MAUI application.

Can you please provided the list of default fonts that are supported in the Editor control (or) how it takes fonts which are not registered in the MAUI app as mentioned in the link?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,169 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 24,741 Reputation points Microsoft Vendor
    2023-10-27T02:59:45.5366667+00:00

    Hello,

    Can you please provided the list of default fonts that are supported in the Editor control (or) how it takes fonts which are not registered in the MAUI app as mentioned in the link?

    This has nothing to do with MAUI, some fonts are system-integrated, so you can use them directly.

    For example, on Windows, you could refer to Windows 11 font list for system fonts that you can use.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful