Available Fonts

Other General Resources like icon sets, sound files etc.,

Moderator: Rathinagiri

Post Reply
bluebird
Posts: 172
Joined: Wed Sep 28, 2016 3:55 am
DBs Used: DBF

Available Fonts

Post by bluebird »

The samples show use of Ariel and Courier but is there a source of all available fonts when writing code for the HMG compiler?

Thanks ahead:}
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Available Fonts

Post by srvet_claudio »

See GetFontList() function in the doc.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

mol

Post by mol »

bluebird wrote:The samples show use of Ariel and Courier but is there a source of all available fonts when writing code for the HMG compiler?

Thanks ahead:}
List of fonts depends on machine - user can add or remove fonts. So, it's safe to use common fonts as Arial.
You can also embed you font in resources, but, be careful about copyrights.
Post Reply