mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-19 01:47:52 +00:00
7031011: fallbackfont testing failed on OEL 6
Reviewed-by: igor, jgodinez
This commit is contained in:
parent
f3c1d5f3ea
commit
b5141e63fd
@ -256,9 +256,9 @@ public class FcFontConfiguration extends FontConfiguration {
|
||||
}
|
||||
|
||||
if (installedFallbackFontFiles != null) {
|
||||
System.arraycopy(fileNames, index,
|
||||
installedFallbackFontFiles,
|
||||
0, installedFallbackFontFiles.length);
|
||||
System.arraycopy(installedFallbackFontFiles, 0,
|
||||
fileNames, fcFonts.length,
|
||||
installedFallbackFontFiles.length);
|
||||
}
|
||||
|
||||
result[fontIndex * NUM_STYLES + styleIndex]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user