mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
Fixed some font crashing issues, allowed fonts to be 'optional' with a ?
This commit is contained in:
parent
868293f2f2
commit
d6a4b8b62c
3 changed files with 28 additions and 16 deletions
|
@ -354,9 +354,9 @@ namespace IDE
|
|||
{
|
||||
mFonts.Add(new String("fonts/SourceCodePro-Regular.ttf"));
|
||||
mFonts.Add(new String("Segoe UI"));
|
||||
mFonts.Add(new String("Segoe UI Symbol"));
|
||||
mFonts.Add(new String("Segoe UI Historic"));
|
||||
mFonts.Add(new String("Segoe UI Emoji"));
|
||||
mFonts.Add(new String("?Segoe UI Symbol"));
|
||||
mFonts.Add(new String("?Segoe UI Historic"));
|
||||
mFonts.Add(new String("?Segoe UI Emoji"));
|
||||
}
|
||||
|
||||
public void Apply()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue