Function ansi_control_codes::control_sequences::PFS
source · pub fn PFS(s: Option<PageFormat>) -> ControlFunction
Expand description
Page Format Selection
PFS
is used to establish the available area for the imaging of pages of text based on paper size. The pages are
introduced by the subsequent occurrence of FORM FEED (FF
) in the data stream.
The established image area remains in effect until the next occurrence of PFS
in the data stream.
The page home position is established by the parameter value of SET PAGE HOME (SPH
), the page limit position is
established by the parameter value of SET PAGE LIMIT (SPL
).
The default value for s
is PageFormat::TallBasicText
.