Change Font

From NOA Documentation Wiki

Jump to: navigation, search

Source: http://ubion.ion.ag/mainForumFolder/noa_forum/0099/

You should know snippet9:

/*snippet9*/
paragraphPropoerties3.getCharacterProperties().setFontSize(10);
paragraphPropoerties3.getCharacterProperties().setFontUnderline(true); paragraphPropoerties3.getCharacterProperties().setFontColor(300);
/**/ 

Just in case you have asked yourself how to change the font family, it works like this:

paragraphPropoerties3.getCharacterProperties().getXPropertySet().setPropertyValue("CharFontName","Arial";);
Personal tools