Can User Fonts be displayed in a Widget (or Today) extension ?

Hi,
In my app, I allow the user to select user installed fonts, thanks to the UIFontPickerViewController picker.
I have set the "Use Installed Fonts" privilege in the app's entitlements.
The user font is correctly displayed in my app, when creating a UIFont.

In my Widget Extension (for the Home screen), the Font is not recognised and return a default font.
Also, in my Today Extension (for the Notification Center), the UIFont cannot be created and return nil.


I believe this is because there is no possibility to set the "Use Installed Fonts" privilege in the entitlements of the extensions (both Today and Widget).
Does anyone have some information about that ?
Can User Fonts be displayed in a Widget (or Today) extension ?
 
 
Q