mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor tweaks to the software renderer, introjucer and vst wrapper.
This commit is contained in:
parent
f73d602b45
commit
e0a38a30db
8 changed files with 28 additions and 19 deletions
|
|
@ -36,13 +36,13 @@ SourceCodeEditor::SourceCodeEditor (OpenDocumentManager::Document* document_,
|
|||
{
|
||||
addAndMakeVisible (&editor);
|
||||
|
||||
#if JUCE_MAC
|
||||
#if JUCE_MAC
|
||||
Font font (10.6f);
|
||||
font.setTypefaceName ("Andale Mono");
|
||||
#else
|
||||
font.setTypefaceName ("Menlo Regular");
|
||||
#else
|
||||
Font font (10.0f);
|
||||
font.setTypefaceName (Font::getDefaultMonospacedFontName());
|
||||
#endif
|
||||
#endif
|
||||
editor.setFont (font);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue