Custom Font configuration using xml in java

Dear support,

< FontFallbackSettings xmlns = "Aspose.Words" >
</ FontFallbackSettings >

Do we have XML based default font configuration based on character unicode in java.
Please share the configuration details if any.

My requirement is simple. I am not going to use MS Core fonts at all. Still I need to render the fonts on selective basis.

@ganesh.sv

Thanks for your inquiry. Please note that Aspose.Words requires TrueType fonts when rendering document to fixed-page formats (JPEG, PNG, PDF or XPS). Aspose.Words does not use any XML based configuration. We suggest you please read the following article.
How Aspose.Words Uses True Type Fonts

Moreover, you can use the FontSettings class to set the font settings while rendering document to fixed page formats.