printFontTable | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies the PostScript fonts that are substituted for screen fonts when you print on a PostScript printer. | ||||||
Introduced | 1.0 | ||||||
OS | linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: items, line Property: textFont, printColors, postScript Command: print Glossary: property, font | ||||||
Security | printing | ||||||
Description | Use the printFontTable property to specify substitution mappings for nonstandard fonts you use, or to change the standard font substitutions for better results. Each line of the printFontTable corresponds to one screen font and contains the following items, separated by commas:
By default, the printFontTable property uses a mapping between the standard MIT X11R4 fonts and the PS35 font set. The setting of this property has no effect on Mac OS and Windows systems. | ||||||
Tags | printing |