XFRX Previewer reduce font size for long text.

XFRX Previewer reduce font size for long text.

KB-20221130-01

Version

XFRX 22.0

Symptoms

  • Used XFRX#LISTENER/XFRX#INIT engine.

  • XFRX previewer ignore trim mode.

  • Text shows all - font size is reduce.

  • Generating page in XFRX Preview is slowly

Cause

XFRX#LISTENER don't store GDI/GDI+ flag.

Workaround

 Modify XFF cursor data (for XFRX#LSITENER):

SELE "xffcursor" REPLACE XFLAGS WITH BITOR(XFLAGS, 2) FOR RCTYPE="T"

Hotfix

.