webfontsubstitutes
DATABASE

The webfontsubstitutes statement generates an array of standard font substitutions for web browsers.


Parameters

This statement has one parameter:

database – field or variable to receive the list of font substitutions.


Description

This statement generates an array of standard font substitutions for web browsers (for use with MakeFormWebTemplate). Each line is a comma separated list of substitutions for an individual font, for example

"Arial","Helvetica",sans-serif

This example loads the list of font substitutions into a local variable.

local fontTable
webfontsubstitutes fontTable

See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.