On Windows 10, I am trying to write VBA code to list the Unicode code point ranges in a font.
I was able to use GetFontUnicodeRanges in gdi32.dll, but it does not handle code points beyond xFFFF.
Further research uncovered GetUnicodeRanges (as part of DirectWrite), in Dwrite_1.dll, which should handle all Unicode code points, but that is not on my system (although I have Dwrite.dll which does NOT contain GetFontUnicodeRanges.
I searched SO, the internet at large and Microsoft's web sites but could not find that dll.
Question: Does anyone know how/where I can get a copy of Dwrite_1.dll?