LaTeX n00b, so please forgive me if this is a stupid question.
I'm trying to follow the answer here: How to pick a specific symbol from a specific font?
My code is currently:
\newfontfamily\wingdingsfont[Path=C:/Windows/Fonts/, Extension=.ttf]{wingding}
\newcommand\wingdings[1]{{\wingdingsfont\symbol{#1}}}
...
\fonttable{wingding}
When I try to generate the file, I get the error:
! error: (file C:/WINDOWS/Fonts/wingding.ttf) (type 2): there are no glyphs in
the subset
! ==> Fatal error occurred, no output PDF file produced!
The name of the font is correct (printed using -ls, and I don't get a font cannot be found error), but I've also tried Wingdings and wingdings.
C:\Windows\Fonts>ls -la
...
-rw-rw-rw- 2 user 0 82180 2019-03-19 05:44 wingding.ttf
If I try a different font - e.g. Inkfree.ttf, the file generates, and glyph table loads and displays correctly.
Am I including Wingdings wrong, or is there something I'm not understanding?
I'm on Windows 10, LuaTeX, Version 1.11.2 (MiKTeX 2.9.7250 64-bit)
Thanks
