You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a regular OS X application (like TextEdit), the list of fonts available seems to also include fonts in the user’s home directory under $HOME/Library/Fonts. However, using font-manager seems to make only the fonts in the system folder available.
Is this a limitation of the CTFontCollectionCreateFromAvailableFonts function in CoreText, or am I missing something? It would be great to have all the fonts available, including the ones in the user’s home folder.
The text was updated successfully, but these errors were encountered:
deepakjois
changed the title
Possible to list fonts in user’s home directory
Possible to list fonts in user’s home directory?
Jun 20, 2017
On a regular OS X application (like TextEdit), the list of fonts available seems to also include fonts in the user’s home directory under
$HOME/Library/Fonts
. However, using font-manager seems to make only the fonts in the system folder available.Is this a limitation of the
CTFontCollectionCreateFromAvailableFonts
function in CoreText, or am I missing something? It would be great to have all the fonts available, including the ones in the user’s home folder.The text was updated successfully, but these errors were encountered: