https://bz.apache.org/bugzilla/show_bug.cgi?id=59127
--- Comment #1 from Javen O'Neal <[email protected]> --- Would XSSFFont defaultFont = StylesTable.getFonts().get(0); // mutate defaultFont as needed work? StylesTable.getDefaultFont() would be convenient here, returning a reference to the current default font in the styles table replaceDefaultFont(XSSFFont font) would be tricky because XSSFFonts have an immutable index (into the font table?). All the mutable fields could be copied from the passed-in font to the default font. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
