https://issues.apache.org/bugzilla/show_bug.cgi?id=54273
Bug ID: 54273
Summary: Altering text properties on a CharacterRun.
Product: POI
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HWPF
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
#It isn't particularly clear how you change the Font name a character run (on
methods inside that class, such that the HWPFDocument is updated correctly to
be written out to file again as a Save).
#There are two functions, called
void setFtcAscii(int ftcAscii)
setFtcFE(int ftcFE)
which have poor names not clear to their function. Are the int values
needed here the supported font names, which reside in a Class.FONTNAME
fashion inside a Class I don't know of?
There needs to be a way to CharacterRun.setFontName(String font),
or a static class with all the supported fonts as int fields.
--
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]