<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sketchbook, iOS 14 and Custom Fonts in SketchBook Forum</title>
    <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9969587#M10446</link>
    <description>&lt;P&gt;We're still getting some users contact us about using custom fonts in Sketchbook on iOS 14. Until now we've advised any users who contacted us that Autodesk is working on an update, and that this should be out soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However,&amp;nbsp;this update hasn't materialised yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With respect to the development team, who I appreciate will have other competing commitments, this issue has been apparent for half a year now, so I find the idea that a fix is being worked on with any urgency a little hard to believe. I'm really keen to be proven wrong though, and look forward to the eventual update (and, as per my post above, am happy to provide any assistance if needed). Until then, with regret, we'll advise iFont users that Sketchbook is no longer compatible with custom fonts, and that users should switch to another app if this is a dealbreaker for them.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 16:24:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-12-30T16:24:26Z</dc:date>
    <item>
      <title>Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9869417#M10254</link>
      <description>&lt;P&gt;As numerous other users have posted on this forum, the font picker in Sketchbook for iOS cannot currently access user-installed fonts on iOS 14. I'm writing as the co-developer of the iOS font management app &lt;A href="https://apps.apple.com/us/app/ifont-find-install-any-font/id1173222289" target="_blank" rel="noopener"&gt;iFont.&lt;/A&gt;&amp;nbsp;We've been contacted by a number of users who've lost access to their custom fonts after upgrading to iOS 14, and I thought it might be helpful to share my view on what Sketchbook's developers need to do to fix this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Suggested actions for Sketchbook's developers:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1. Add the Font entitement to the Sketchbook app, making sure to select 'Use Installed Fonts'.&lt;/P&gt;&lt;P&gt;2. Adopt &lt;A href="https://developer.apple.com/documentation/uikit/uifontpickerviewcontroller" target="_blank" rel="noopener"&gt;UIFontPickerViewController&lt;/A&gt;&amp;nbsp;in place of the custom font selection UI included in Sketchbook at present. (Developer team: please note the font picker can be embedded as a child view controller as normal. It doesn't require modal presentation, so your current approach of embedding the font picker in a popover would not need to change).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly, from a compatibility perspective, the system font picker was added in iOS 13, so the existing font picker would need to be kept around for users on iOS 12 and earlier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope the above is clear - and apologies if it seems presumptuous to provide instructions. That the changes needed are fairly straightforward, and iOS 14 has been out for two months, made me wonder if the issue wasn't understood by the development team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The background&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If it's of interest to readers, I've tried to summarise the technical background to this issue below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prior to iOS 13, the situation on iOS was as follows:&lt;/P&gt;&lt;P&gt;1. Apps could request a &lt;A href="https://developer.apple.com/documentation/uikit/uifont/1619040-familynames" target="_blank" rel="noopener"&gt;list of&amp;nbsp;&lt;EM&gt;all&amp;nbsp;&lt;/EM&gt;installed fonts&lt;/A&gt; from the operating system without needing any special entitlements.&lt;/P&gt;&lt;P&gt;2. Users could install new fonts using configuration profiles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In iOS 13, Apple added a new application programming interface (API) for installing fonts. The new API has a critical limitation - namely it can only be used by apps for fonts that come 'bundled' as part of the app. In addition, iOS 13 did not include fonts installed via this API in the list of all installed fonts given to other apps by default. To allow users to select these fonts, apps had to use the new system font picker, which runs in a separate process and &lt;EM&gt;does&lt;/EM&gt; have access to the full list of installed fonts. Fonts installed via configuration profiles were not impacted by this change, so the situation was as follows:&lt;/P&gt;&lt;P&gt;1. Apps could request a &lt;A href="https://developer.apple.com/documentation/uikit/uifont/1619040-familynames" target="_blank" rel="noopener"&gt;list of pre-installed fonts and fonts installed via configuration profiles&lt;/A&gt; from the operating system without needing any special entitlements.&lt;/P&gt;&lt;P&gt;2. Apps could access fonts installed via the new API by adding an 'entitlement' to use installed fonts, and then using the system font picker.&lt;/P&gt;&lt;P&gt;3. Users could install new fonts using configuration profiles or apps that supported the new API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;iOS 14 went further, and now hides fonts installed via configuration profiles from the list of installed fonts&amp;nbsp;&lt;EM&gt;unless&amp;nbsp;&lt;/EM&gt;apps' developers had added the necessary entitlement for their apps to access user-installed fonts. Since Sketchbook presumably hasn't done this, users have lost access to any fonts they'd installed via configuration profiles after updating.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially Sketchbook doesn't appear to have been updated to deal with the changes introduced to fonts in iOS 13 and iOS 14. I'm hopefully it will be soon.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Nov 2020 15:27:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9869417#M10254</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-14T15:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9873412#M10263</link>
      <description>&lt;P&gt;I have alerted our Development team of this post. &amp;nbsp;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 19:34:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9873412#M10263</guid>
      <dc:creator>david.lau</dc:creator>
      <dc:date>2020-11-16T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9873517#M10264</link>
      <description>&lt;P&gt;Great, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One area I omitted to mention is the CTFontManagerRequestFonts() API, which was added to the CoreText framework in iOS 13. Apps can use this API to request access fonts: if the font's installed (by any method), the operating system makes the font available, following which it can be created as normal via the UIFont API. As such it's helpful when opening documents with a custom font set. The best documentation on this API is in the &lt;A href="https://developer.apple.com/videos/play/wwdc2019/227/" target="_blank" rel="noopener"&gt;presentation from WWDC 2019&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 20:22:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9873517#M10264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-16T20:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9969587#M10446</link>
      <description>&lt;P&gt;We're still getting some users contact us about using custom fonts in Sketchbook on iOS 14. Until now we've advised any users who contacted us that Autodesk is working on an update, and that this should be out soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However,&amp;nbsp;this update hasn't materialised yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With respect to the development team, who I appreciate will have other competing commitments, this issue has been apparent for half a year now, so I find the idea that a fix is being worked on with any urgency a little hard to believe. I'm really keen to be proven wrong though, and look forward to the eventual update (and, as per my post above, am happy to provide any assistance if needed). Until then, with regret, we'll advise iFont users that Sketchbook is no longer compatible with custom fonts, and that users should switch to another app if this is a dealbreaker for them.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 16:24:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/9969587#M10446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-12-30T16:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10158934#M10976</link>
      <description>&lt;P&gt;I’m currently in the process of entirely switching over everything I do to another app because of the dev teams failure to fix this relatively simple issue, especially when an iFont developer so kindly posted a literal paint by number with instructions to fix the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 22:10:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10158934#M10976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-15T22:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10172093#M11011</link>
      <description>&lt;P&gt;Any update on this? &amp;nbsp;I want my fonts back!&lt;/P&gt;</description>
      <pubDate>Sat, 20 Mar 2021 09:59:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10172093#M11011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-20T09:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10357427#M11460</link>
      <description>&lt;P&gt;Any updates on that issue? I would really appreciate to see this fix available soon since it hinders me to use Sketchbook for many of my projects &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 06:48:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10357427#M11460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-02T06:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10385714#M11523</link>
      <description>&lt;P&gt;I agree with Peter above. I’m out of here. The dev team, not to mention the preposterously bad customer service front end seem to have no interest in patching this problem and resolving a serious issue with functionality. Seriously, do these guys realize who their competitors are? You might be forgiven for thinking they’d want to resolve relatively simple problems efficiently and quickly. But mistaken you would be. There’s no reason this shouldn’t be rectified by now, and even fewer excuses for the complete lack of updates, at the very least. Anything at all you’d like to add to this discussion, David?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 22:57:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10385714#M11523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-12T22:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10433339#M11635</link>
      <description>&lt;P&gt;I am interested in font development in the context of web design. I have recently started teaching UX and I am constantly looking for good materials, courses or internships. By the way, I want to share with you this site &lt;A href="https://masterbundles.com/best-masculine-fonts/" target="_blank"&gt;https://masterbundles.com/best-masculine-fonts/&lt;/A&gt; (if suddenly there are newbies here like me). This resource helped me a lot with my first practical exercise of fonts design creating.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 19:13:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10433339#M11635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-30T19:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10441515#M11678</link>
      <description>&lt;P&gt;Hi David…Are you still there? &amp;nbsp;Has this issue moved up the priority list yet? &amp;nbsp;It does feel like Autodesk is willing to leave Sketchbook as a dinosaur while other drawing apps move forward. &amp;nbsp;I hope that isn’t the case because I liked sketchbooks interface better.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 01:28:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10441515#M11678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-04T01:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sketchbook, iOS 14 and Custom Fonts</title>
      <link>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10444277#M11697</link>
      <description>&lt;P&gt;Just an FYI! &amp;nbsp;A new company will working on a new update for SketchBook.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/sketchbook-forum/the-future-of-sketchbook/td-p/10411917" target="_blank"&gt;https://forums.autodesk.com/t5/sketchbook-forum/the-future-of-sketchbook/td-p/10411917&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/sketchbook-forum/heads-up-this-forum-will-change-to-read-only-mode/td-p/10438014" target="_blank"&gt;https://forums.autodesk.com/t5/sketchbook-forum/heads-up-this-forum-will-change-to-read-only-mode/td-p/10438014&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 13:08:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/sketchbook-forum/sketchbook-ios-14-and-custom-fonts/m-p/10444277#M11697</guid>
      <dc:creator>david.lau</dc:creator>
      <dc:date>2021-07-05T13:08:19Z</dc:date>
    </item>
  </channel>
</rss>

