uap7: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>

    <Extensions>

         <uap7:Extension>

              <uap7:SharedFonts>

Syntax

<uap7:SharedFonts >

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

</uap7:SharedFonts>

Attrbutes and elements

Attributes

None

Child elements

Child element Description
uap4:Font Specifies the font file packaged with the app.

Parent elements

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

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/uap/windows10/7
Minimum OS Version Windows 10 version 1809 (Build 17763)