Search code examples
ccl

CPI and LPI value for FONT 14 in Cerner Command Language (CCL)


  • What is the equivalent value for FONT 14 in Cerner Command Language's(CCL) character per inch (CPI) and Lines per inch (LPI).

Solution

  • Def don't see a lot of CCL/Cerner Command Language questions on here. From my experience, it usually looks like the below(not sure how to change font):

    "{POS/463/254}{cpi/16}{b}", , "{endb}", ROW + 1

    • POS-position on page
    • cpi-characters per inch
    • b-bold start
    • endb-bold end
    • ROW + 1-to next row, carriage return