In code, there are lots of occurrences where font-family is hardcoded in fo.ftl files. As we have fop.font.family in fop.properties, so all the fop files should use this property instead of hardcoded font-family.
Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Mon, Mar 11, 2019 at 4:03 PM Ankush Upadhyay < [email protected]> wrote: > Hi Fawzi, > It looks like COA screen is not rendering via fop render. > You can set font family in screen to use it in COA screen. > Try to add font family in screen widget like: > <property-to-field resource="fop.properties" field="defaultFontFamily" > property="fop.font.family" default="SimplifiedArabic" /> > Assuming you have already set SimplifiedArabic in fop.properties. > > > > Thanks > -- > Ankush Upadhyay > > > On Sun, Mar 10, 2019 at 4:02 PM fawzi <[email protected]> wrote: > > > any updates?? > > > > > > > > -- > > Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html > > >
