Hello, I'm looking for a particular character (a slanted, looped l) and came up with the question of how to explore the FontFamily option?
In the help page for FontFamily only three families are mentioned: "Courier", "Helvetica" and "Times"; however there are more fonts (in the Format -> Fonts...).
Style["AaBbCcDd", FontFamily -> "Symbol"] produces different output than the one with "Courier", "Helvetica" or "Times" as option value, so there are more valid option values.
The specific question is how can I get a list of the valid values that I can put on the right side of the FontFamily option? I'm thinking of something in the lines of the output produced by ElementData["Properties"].
Thanks for your contributions!