In thin client environment, if the font exists on the server and the server has graphical interface, then the font is loaded both client and server side. This allows to use the font also for PDF print jobs created server-side (see WINPRINT-SET-PRINTER-AS for details).
Structure that contains the characteristics of the font to be loaded. All data items it contains should be set properly before calling the function. For your convenience you may INITIALIZE the group item, that way, all subordinate items will be set to a valid value. This group item, defined in isfonts.def, has the following structure:01 wfont-data. Note - members not mentioned below are not used by this function.When wfdevice-console is set to true, the function will load a font for the current screen configuration.When wfdevice-printer is set to true, the function will load a font for the current printer configuration.It is the name of the font that will be loaded. It may not be spaces. Font names are case-sensitive.When wfont-bold is set to true, the font will be bold.When wfont-italic is set to true, the font will be italic.When wfont-underline is set to true, the font will be underlined.When wfont-strikeout is set to true, the font will be stricken out.When wfont-fixed-pitch is set to false, the function will load fonts with both fixed or variable pitch. It is the scale factor on the X coordinate. A value of 0 or 1 means that no scale is performed. This setting should be used only for print fonts (wfont-device = wfdevice-printer) that are not rotated (wfont-angle = 0), otherwise the effects are unpredictable.It is the scale factor on the Y coordinate. A value of 0 or 1 means that no scale is performed. This setting should be used only for print fonts (wfont-device = wfdevice-printer) that are not rotated (wfont-angle = 0), otherwise the effects are unpredictable.returnCode can be any signed numeric data item and provides additional information:
| 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 |