-
Bug
-
Resolution: Unresolved
-
Later
-
None
-
3.8.3
-
None
-
None
in StyleUtil setRichTextFontTypeOffset():
FontMatcher fontmatcher = new FontMatcher(font); fontmatcher.setTypeOffset(offset); font = book.searchFont(fontmatcher); if (font == null) { font = book.createFont(font,true); font.setTypeOffset(offset); }
When font is null, it should create a font from an existing font, current code will creat from a default one.