skip to main content

Library Routines : P$ : P$SETFONT

P$SETFONT
The P$SETFONT library routine changes the current font.
Syntax 1
 CALL "P$SETFONT" USING logicalFont
Parameters
01 LogicalFont.
   02  LF-Height          pic S9(5Binary(2).
   02  LF-Width           pic 9(5Binary(2).
   02  LF-Escapement      pic 9(5Binary(2).
   02  LF-Orientation     pic 9(5Binary(2).
   02  LF-WeightValue     pic 9(3Binary(2).
   02  LF-ItalicValue     pic x.
   02  LF-UnderlineValue  pic x.
   02  LF-StrikeoutValue  pic x.
   02  LF-CharSetValue    pic 9(3Binary(2).
   02  LF-OutPrecisValue  pic 9 Binary(2).
   02  LF-ClipPrecisValue pic 9(3Binary(2).
   02  LF-QualityValue    pic 9 Binary(2).
   02  LF-PitchValue      pic 9 Binary(2).
   02  LF-FamilyValue     pic 9 Binary(2).
   02  LF-FaceName        pic x(31).
Note - only these fields are supported:
Syntax 2
 CALL "P$SETFONT" USING settingName1, settingValue1 
Parameters

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left