Click or drag to resize
ConverterEastAsiaFontFamilies Property
Public API of XMLmind XSL-FO Converter for .NET
May be used to map East Asian font families to Western font families.

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

Property Value

Type: String
Remarks

Such East Asian fonts are used to render mainly CJK text, possibly mixed with Western text. Example: MS Mincho=Cambria,Meiryo=Calibri.

This specification is a string having this syntax:

map -> entry [',' entry]*
            entry -> east_asian_family '=' western_family

The default value of this property is (for compatibility with previous versions of XFC) Arial Unicode MS=Arial.

See Also