- Code: Select all
if (isNotBlank(font)) {
RFonts rf = new RFonts();
rf.setAscii(font);
rPr.setRFonts(rf);
}
How do I allow it to fall back if a font is not available?
In HTML and XSL-FO, I can specify "arial,tahoma,sans-serif" in order of preference. That does not work in Word - I've tried it.
Is such a thing possible?