I am utilizing the following code to use template in template functionality within Word. However when letter produces the font is increased by one pixel. Is there any way to control the font from the inline request? Or is there a way to insure the fonts with template always produces the same font as the document it is being added to.
<<doc [template1] -build -inline>> (Note: template1 is just a number. Document and template font are set to Arial 11, however when renderer template1 displays as Arial 12)