Tags:
create new tag
view all tags

.TEXT SET BX SZ

This subroutine sets the size (height and width) of the "current" Text Object .


Usage:

      PASS         <txt_bx_height>            FIELD            SHARE? N
      PASS         <txt_bx_width>             FIELD            SHARE? N
      GOSUB    0CD .TEXT SET BX SZ
      *        Check for error
      IF       0CD .TEXT SET BX SZ            NE


Description:

This subroutine sets the size (height and width) of the "current" Text Object.

The parameters are optional, if blank or not passed it will be reset to the default value. If only one parameter is passed, both height and width will be set to the same value. If passed, the value must be between 0 and 99999, and represents the size in pixels.

See .TEXT SET BX SZ:H to set the height or .TEXT SET BX SZ:W to set the width individually.

Comments:

Read what other users have said about this page or add your own comments.


-- JeanNeron - 2011-11-18

Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2012-02-22 - JeanNeron
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback