> From: Casey Banner <kcban...@gmail.com> > Date: Tue, 10 Sep 2024 14:56:28 -0400 > > > OK, so that's one mystery down. We are left with the HarfBuzz issue; > > please answer the questions I asked about that. > > Ah, yes sorry - I acquired the DLLs from the > mingw64/mingw-w64-x86_64-harfbuzz package. > > $ objdump -x /mingw64/bin/libharfbuzz-0.dll | grep "DLL Name": > DLL Name: libgcc_s_seh-1.dll > DLL Name: GDI32.dll > DLL Name: KERNEL32.dll > DLL Name: msvcrt.dll > DLL Name: RPCRT4.dll > DLL Name: libstdc++-6.dll > DLL Name: USER32.dll > DLL Name: USP10.dll > DLL Name: libfreetype-6.dll > DLL Name: libglib-2.0-0.dll > DLL Name: libgraphite2.dll > DLL Name: libintl-8.dll > > harfbuzz does load correctly now that the pdmp is being loaded correctly - I > believe because now it passes the > `intialized` check and so actually attempts to load them. > > describe-char shows me: harfbuzz:-outline-Iosevka Fixed > SS02-regular-normal-normal-mono-14-*-*-*-c-*-iso8859-1 (#x56)
OK, so I'm now closing this bug.