thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Unable to load custom loaded font #527

Closed bummoblizard closed 7 months ago

bummoblizard commented 2 years ago

The built in font picker can't show user defined fonts.

tomasyang2020 commented 2 years ago

If the Fira Code font is installed via the Apple Configuration Profile, it will not be possible to select this font via the font picker in the app. This is also the case if you install the Apple Configuration Profile after selecting the font, in which case the selected Fira Code font will render normally.(App Store Version 1.3.4 Build 94,iOS 15.6)

bummoblizard commented 2 years ago

If the Fira Code font is installed via the Apple Configuration Profile, it will not be possible to select this font via the font picker in the app. This is also the case if you install the Apple Configuration Profile after selecting the font, in which case the selected Fira Code font will render normally.(App Store Version 1.3.4 Build 94,iOS 15.6)

Fira Code is embedded in the app. It should show up whether you installed it or not.

excitedplus1s commented 2 years ago

I can repro Before I install the Fira font 8194867D-B5AE-4A32-B2DC-E4DE5F43EDF5

After I install the Fira font DDC14535-2FB9-425E-855A-F91ED76BC896

excitedplus1s commented 2 years ago

I can repro Before I install the Fira font 8194867D-B5AE-4A32-B2DC-E4DE5F43EDF5

After I install the Fira font DDC14535-2FB9-425E-855A-F91ED76BC896

I can repro Before I install the Fira font 8194867D-B5AE-4A32-B2DC-E4DE5F43EDF5

After I install the Fira font DDC14535-2FB9-425E-855A-F91ED76BC896

Apple Configuration Profile https://gist.github.com/excitedplus1s/25fe51c7060ce81a5bf0f866afa97a9b

bummoblizard commented 7 months ago

Fixed in https://github.com/thebaselab/codeapp/issues/1004.