S
SharpCoderMP
hi,
can someone provide me with some clues about fonts? i need to ship my
own fonts with the app i'm working on. what is the best approach for
this scenario? should i install these fonts on a target machine during
setup of my application? if so, what if the fonts are removed? do i need
to verify their existence on every startup?
the most resonable solution that i can think of is to embed these fonts
as a resource, but then can i use them in my app directly from resource
file?
can someone provide me with some clues about fonts? i need to ship my
own fonts with the app i'm working on. what is the best approach for
this scenario? should i install these fonts on a target machine during
setup of my application? if so, what if the fonts are removed? do i need
to verify their existence on every startup?
the most resonable solution that i can think of is to embed these fonts
as a resource, but then can i use them in my app directly from resource
file?