Font: Fix default fonts for VX+

This commit is contained in:
Mathew Velasquez 2015-11-30 16:19:32 -05:00
parent 53b5b923d4
commit c75edbb83a
2 changed files with 16 additions and 1 deletions

View file

@ -314,6 +314,7 @@ fontBindingInit()
if (rgssVer >= 2)
{
VALUE defNames = rb_ary_new2(3);
rb_ary_push(defNames, rb_str_new2(Font::getDefaultName()));
rb_ary_push(defNames, rb_str_new2("Verdana"));
rb_ary_push(defNames, rb_str_new2("Arial"));
rb_ary_push(defNames, rb_str_new2("Courier New"));