uap4:SharedFonts

Contains the locations of custom fonts to be shared with other apps. For more information about this extension, see this article.

Note

Before you can submit an app that uses this extension to the Store, you must first obtain approval from the Store team. To obtain approval, go to https://aka.ms/storesupport, click Contact us, and choose options relevant to submitting apps to the dashboard. This approval process helps to ensure that there are no conflicts between fonts installed by your app and fonts that are installed with the OS. If you do not obtain approval, you will receive an error similar to the following when you submit your app: "Package acceptance validation error: You can't use extension windows.sharedFonts with this account. Contact our support team if you'd like to request permissions to use this extension."

Element hierarchy

<Package>

    <Applications>

         <Application>

              <Extensions>

                   <uap4:Extension>

                        <uap4:SharedFonts>

Syntax

<uap4:SharedFonts>

  <!-- Child elements -->
  uap4:Font

</uap4:SharedFonts>

Attributes and elements

Attributes

None.

Child elements

Child Element Description
Font Specifies the shared fonts.

Parent elements

Parent element Description
uap4:Extension Declares an extensibility point for the app.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/4
Minimum OS Version Windows 10 version 1703 (Build 15063)