I am looking for help to measure the width of the string in inches using strwidth
. How should I specify font and size of font? (e.g. "ABC%" or "ABIi%" in Times New Roman and font size 11)
strwidth("ABC%", family="Times New Roman", units="inches")
strwidth("ABIi%", family="Times New Roman", units="inches")