Good Day -
We are currently testing our newly migrated (PB2019 R2) application on Windows Server 2019. We noticed a lot of fonts/symbols we have used for many years simply do not exist on WS2019. Based on MS documentation, we cannot simply distribute the wingdng2.tff and wingdng3.tff files with our application.
Do we need to change the font/symbols we are using or is there some other option? I think I know the answer and I am scared. Has anyone else run into this? We've used Wingdings 3 forever. I will change the symbols if need be, but I thought I'd check with the community in case I am way off... as usual.
Thanks,
Tom
there is a windows api do this.
and if you use powerserver, that is really the only way to get a custom font loaded
function boolean RemoveFontResourceExW( readonly string as_FonfFile, ulong aul_FontCharacteristics, ulong aul_Reserved ) library "GDI32.dll" alias for "RemoveFontResourceExW"