-
Notifications
You must be signed in to change notification settings - Fork 55
Font Family Search Commands
Note: This document contain pre-release information not currently enabled in the released Store build of Character Map UWP.
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.
Searches for font families that contain fonts with the specified glyphs
Examples:
-
char: abc
returns all font families containing font files with the lettersa
,b
andc
-
char: ←↗
returns all font families containing font files that have both the glyphs←
and↗
Performs partial matching on the file path, if the font has one
Note: this search is CPU intensive the first time it is run and will significantly affect the apps memory usage (as file path data must be loaded for every font)
Examples:
-
filepath: \users\
will find font families containing font files installed to the users local windows account, and not for all windows users -
filepath: \windows\fonts
will find font families containing font files installed to windows for all users -
filepath: livetype
will find font families containing font files withlivetype
in their file path. This is useful for finding all fonts installed by Adobe Creative Cloud. -
filepath: .ttf
will find all font families containing font file with.ttf
file extensions
Performs partial matching of the fonts foundry/manufacturer metadata field
Examples:
-
foundry: monotype
returns all font families containing font files that havemonotype
inside their manufacturer metadata field -
foundry: microsoft
returns all font families containing font files that havemicrosoft
inside their manufacturer metadata field
Performs partial matching of the fonts designer metadata field
Examples:
-
designer: monotype type
returns all font families containing font files that havemonotype type
inside their designer metadata field