PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Increased Font Size within pdf file  (Read 844 times)

Shilpa Purushothaman

  • New Member
  • *
  • Posts: 3
    • View Profile
Increased Font Size within pdf file
« on: October 22, 2021, 03:06:33 AM »
03643 PRINT (W0)" "
03644 LET L0=L0+1
03645 LET L$=PAD("Account ID:"+*****+"  "+*****,140,"C")
03650 PRINT (W0)'FONT'(FONT$,-8,"B"),'BLUE',L$
03670 LET L0=L0+1
03680 PRINT (W0)" "
03681 LET L0=L0+1
03690 RETURN

Hello,
This is the code which I am using to print the Account ID and Account Name. When I increase the font size from 8 to 9 or 10 the alignment is getting collapsed. How do I do without any changes in the alignment could you please help me.

Devon Austen

  • Administrator
  • Diamond Member
  • *****
  • Posts: 383
  • Don’t Panic
    • View Profile
    • PVX Plus Technologies
Re: Increased Font Size within pdf file
« Reply #1 on: October 22, 2021, 08:20:04 AM »
To have better control of the alignment maybe you want to use the 'TEXT' mnemonic which allows you to define a rectangle that the text is aligned within

https://manual.pvxplus.com/?mnemonics/text.htm
Principal Software Engineer for PVX Plus Technologies LTD.