mirror of https://github.com/apache/poi.git
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3398350f0e
commit
5233b119e4
|
@ -169,7 +169,7 @@ public class FontRecord
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{ // is not compressed unicode
|
{ // is not compressed unicode
|
||||||
field_11_font_name = StringUtil.getFromUnicode(data, 15,
|
field_11_font_name = StringUtil.getFromUnicodeHigh(data, 16,
|
||||||
field_10_font_name_len);
|
field_10_font_name_len);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue