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:
parent
9c21813960
commit
941907a3d1
14 changed files with 824 additions and 348 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue