Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
2334196b
Unverified
Commit
2334196b
authored
Apr 15, 2020
by
Hamid Nazari
Committed by
GitHub
Apr 14, 2020
Browse files
Added new default font location for OSX Catalina (fixes #117) (#135)
parent
55c24f74
Changes
1
Show whitespace changes
Inline
Side-by-side
src/platform_osx/Misc.mm
View file @
2334196b
...
...
@@ -118,6 +118,7 @@ const char * Misc::GetDefaultFontPath()
const
char
*
fontPaths
[]
=
{
"/Library/Fonts/Courier New.ttf"
,
"/System/Library/Fonts/Supplemental/Courier New.ttf"
,
NULL
};
for
(
int
i
=
0
;
fontPaths
[
i
];
++
i
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment