Click here to Skip to main content
15,887,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to use TTF file that's not in the Windows font directory, or how to embed the TTF in my binary file or how to use TTF file in
Application resources folder in DLL if i am using DLL .

What I have tried:

Dim TTFAssembly As Assembly = Assembly.GetExecutingAssembly()
Dim TTFStream As IO.Stream = TTFAssembly.GetManifestResourceStream(TTFAssembly.GetName().Name & ".Resources.Areal.ttf")
Posted
Updated 16-Jun-19 7:06am

1 solution

 
Share this answer
 
Comments
Maciej Los 2-Jul-19 11:18am    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900