xcentertext Subroutine

public subroutine xcentertext()

NAME

xcentertext(3f) - [M_pixel:TEXT] set text centering mode on for
                  drawstr(3f) and drawc(3f) in X direction
(LICENSE:PD)

SYNOPSIS

definition:

subroutine xcentertext()

DESCRIPTION

Set text centering mode on in X direction. Y justification is
turned off.

Centers text in the X direction. The text string will begin at a
point to the notional left of the current position and finish at a
point to the right of the current position. Left justification and
Right justification are turned off.

EXAMPLE

AUTHOR

John S. Urban

LICENSE

Public Domain

Arguments

None

Contents

Source Code


Source Code

subroutine xcentertext()

! ident_43="@(#) M_pixel xcentertext(3f) set text centering mode for drawstr(3f) and drawc(3f) in X direction"

   P_X_CENTERTEXT=.true.
   P_Y_centertext=.false.

end subroutine xcentertext