ソースを参照

Update InstalledFontCollection.java

pull/61/head
Mikael Andersen 4年前
コミット
7ea100b3ca
コミッターのメールアドレスに関連付けられたアカウントが存在しません

+ 1
- 1
fop-core/src/main/java/org/apache/fop/render/java2d/InstalledFontCollection.java ファイルの表示

@@ -91,7 +91,7 @@ public class InstalledFontCollection implements FontCollection {
+ ", Style: " + f.getStyle());
}

String searchName = FontUtil.stripWhiteSpace(f.getName()).toLowerCase();
String searchName = FontUtil.stripWhiteSpace(f.getFontName(Locale.ENGLISH)).toLowerCase();
String guessedStyle = FontUtil.guessStyle(searchName);
int guessedWeight = FontUtil.guessWeight(searchName);


読み込み中…
キャンセル
保存