Using XP/PBCC 4.04/HP LaserJet 1200/600 dpi, each is functioning just fine.
Consider: XPRINT FONT ("Arial",12)
The characters: 0,1,2,...,8,9 are 56 points in length
- is 33 points in length
+ is 58 points in length
The above was determined with hardcopy/ruler/pencil/arithmetic. Using these values with some PBCC code, right justifying a column numbers works perfect. The effort to determine the length of each character/font/size is way too labor intensive.
Someplace/somewhere the width of each character must be stored, like a formula/table.
Given Arial, 12, how will PBCC determine the character width?
Sample code/suggestions/referral/push in the right direction is most appreciated. Past assistance/help have been very helpful.
Thanks, Jack
Consider: XPRINT FONT ("Arial",12)
The characters: 0,1,2,...,8,9 are 56 points in length
- is 33 points in length
+ is 58 points in length
The above was determined with hardcopy/ruler/pencil/arithmetic. Using these values with some PBCC code, right justifying a column numbers works perfect. The effort to determine the length of each character/font/size is way too labor intensive.
Someplace/somewhere the width of each character must be stored, like a formula/table.
Given Arial, 12, how will PBCC determine the character width?
Sample code/suggestions/referral/push in the right direction is most appreciated. Past assistance/help have been very helpful.
Thanks, Jack
Comment