OSDN Git Service

Mac用フォント設定の追加
authorseraphy <seraphy@seraphyware.com>
Tue, 24 Jun 2014 17:05:43 +0000 (02:05 +0900)
committerseraphy <seraphy@seraphyware.com>
Tue, 24 Jun 2014 17:05:43 +0000 (02:05 +0900)
src/charactermanaj/model/AppConfig.java

index d8a1300..39c1295 100644 (file)
@@ -1008,7 +1008,7 @@ public final class AppConfig {
        /**
         * デフォルトのフォントファミリー、カンマ区切り
         */
-       private String fontPriority = "Meiryo, MS UI Gothic, MS Gothic";
+       private String fontPriority = "Lucida Grande, Meiryo, MS UI Gothic, MS Gothic";
        
        public String getFontPriority() {
                return fontPriority;