My Win32 application has to load a custom font file from ProgramFiles folder. Is it possible to load a custom font file from custom location? If so how can I load a custom font file?
Please suggest.
Thanks,
My Win32 application has to load a custom font file from ProgramFiles folder. Is it possible to load a custom font file from custom location? If so how can I load a custom font file?
Please suggest.
Thanks,
Copyright © 2021 Jogjafile Inc.
Use AddFontResource or AddFontResourceEx
Note: