RW_FONT_SIZE


Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RWS_FONT for enhanced functionality.

Purpose

Sets the text size for subsequent text.

Syntax

RW_FONT_SIZE(Size)

Parameters

Size The required font size. Can be any of the following:

  • An absolute value in the range 1 to 7.
  • A relative value in the range 1 to 7, preceded by a plus (+) or minus (-) sign.

Dependencies

Requires a subsequent call to RW_FONT_END.