1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Initial commit of font style access, providing access to the styles available for each font family.

This commit is contained in:
jules 2012-05-01 12:10:05 +01:00
parent 9c21813960
commit 941907a3d1
14 changed files with 824 additions and 348 deletions

View file

@ -38,7 +38,7 @@ SourceCodeEditor::SourceCodeEditor (OpenDocumentManager::Document* document_,
#if JUCE_MAC
Font font (10.6f);
font.setTypefaceName ("Menlo Regular");
font.setTypefaceName ("Menlo");
#else
Font font (10.0f);
font.setTypefaceName (Font::getDefaultMonospacedFontName());