This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Made Times New Roman the default serif font on Windows.
tags/2021-05-28
jules
12 years ago
parent
35f2c94339
commit
05cd003f4b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_graphics/native/juce_win32_Fonts.cpp
+ 1
- 1
modules/juce_graphics/native/juce_win32_Fonts.cpp
View File
@@ -173,7 +173,7 @@ struct DefaultFontNames
else
{
defaultSans = "Verdana";
defaultSerif = "Times";
defaultSerif = "Times
New Roman
";
defaultFixed = "Lucida Console";
defaultFallback = "Tahoma"; // (contains plenty of unicode characters)
}
Write
Preview
Loading…
Cancel
Save