Click or drag to resize
ConverterGenericFontFamilies Property
Public API of XMLmind XSL-FO Converter for .NET
May be used to map generic font families to actual font families.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public string GenericFontFamilies { get; set; }

Property Value

Type: String
Remarks

This specification is a string having this syntax:

map -> entry [',' entry]*
            entry -> generic_family '=' actual_family
            generic_family -> 'serif' | 'sans-serif' | 'monospace'
                              | 'cursive' | 'fantasy'

The default value of this property depends on the output format. Generally it is: serif=Times New Roman,sans-serif=Arial, monospace=Courier New

See Also