Hi,
If a run doesn't have a font set, PowerPoint goes up the hierarchy and find the correct font based on the character, language, paragraph, theme...
How can I set the font of all runs in a PPTX presentation implicitly?
In other words, I'm trying to set the find the font that will be used to display the run and set it in the XML so tools that don't have the font selection logic will still be able to display the presentation.
Does RunFontSelector support PPTX or does it only work with Word?
I see WordprocessingML import but nothing related to PresentationML
https://github.com/plutext/docx4j/blob/ ... r.java#L11
Thanks