ycentertext Subroutine

public subroutine ycentertext()

NAME

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

SYNOPSIS

definition:

subroutine ycentertext()

DESCRIPTION

Centers text in the Y direction. The text string will be draw so
that its center line is aligned with the current y position. Top
justification and Bottom justification are turned off.

EXAMPLE

AUTHOR

John S. Urban

LICENSE

Public Domain

Arguments

None

Contents

Source Code


Source Code

subroutine ycentertext()

! ident_42="@(#) M_pixel ycentertext(3f) set text centering mode on for drawstr(3f) and drawc(3f) in Y direction"

   P_X_centertext=.false.
   P_Y_centertext=.true.

end subroutine ycentertext