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