i want to add font in my project n make it as embendded resource(i do this because i dont want to doing another job for installing this font to the windows system ) then how can i use this font(that was add to project as embendded resource) in code/application...
if my word still unclear, maybe u right my question is
- How does one embed a font in an assembly?
- How does one extract a font in an assembly during runtime?
- How does one load a font to the system?
thanks,
ivanik