-
Notifications
You must be signed in to change notification settings - Fork 58
Font Family Search Commands
JohnnyWestlake edited this page Jul 11, 2024
·
16 revisions
The font list search box (and collection management view font search box) supports a number of search commands outside of the default font-family name searching, enabled by prefixing your search query with certain keyphrases detailed below.
Tip
The same syntax can be used to create automatically updating Smart Collections
Searches for font families that contain fonts with all of the specified glyphs
Examples:
-
char: abcreturns all font families containing font files that have all the lettersa,bandc -
char: ←↗returns all font families containing font files that have both the glyphs←and↗ -
char: 嘉returns all font families containing the ideograph嘉
Performs partial matching on the file path, if the font has one
Examples:
-
filepath: \APPDATA\LOCAL\MICROSOFT\WINDOWS\FONTS\will find font families containing font files installed to the users local windows account, and not for all windows users -
filepath: C:\WINDOWS\FONTS\will find font families containing font files installed to Windows on the C:\ drive for all users -
filepath: \ROAMING\ADOBE\CORESYNC\will find font families containing font files with\ROAMING\ADOBE\CORESYNC\in their file path. This is useful for finding font families installed by Adobe Creative Cloud. -
filepath: .ttfwill find all font families containing font file with.ttffile extensions
Performs partial matching of the fonts foundry/manufacturer metadata field
Examples:
-
foundry: monotypereturns all font families containing font files that havemonotypeinside their manufacturer metadata field -
foundry: microsoftreturns all font families containing font files that havemicrosoftinside their manufacturer metadata field
Performs partial matching of the fonts designer metadata field
Examples:
-
designer: monotype typereturns all font families containing font files that havemonotype typeinside their designer metadata field