Page 1 of 1

Available Fonts

Posted: Thu Oct 27, 2016 3:13 pm
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:}

Re: Available Fonts

Posted: Thu Oct 27, 2016 4:28 pm
by srvet_claudio
See GetFontList() function in the doc.

mol

Posted: Thu Oct 27, 2016 5:09 pm
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.