ycentertext(3f) - [M_pixel:TEXT] set text centering mode on for
drawstr(3f) and drawc(3f) in Y direction
(LICENSE:PD)
definition:
subroutine ycentertext()
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.
John S. Urban
Public Domain
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