I am using a specific font in a program, and am stuck as to how I can easily use it on another computer without the font already installed. Can anyone tell me how to do so, preferably without telling me to make each label into a graphic.

The two thoughts I have had are as follows:

A) Embed the font I am using into the program
B) Include the font in the zip pack, and include a statement in the Form_Load section that searches if the computer has the font, and if not, copies it from the AppPath to any directories named "font" on the computer.

Any help would be greatly appreciated!!!

Sincerely,
VitaeThief