SerializeToCss

UsedFontInfo.SerializeToCss method

Serializes this font info as a @font-face at-rule and writes it to the specified text writer

public void SerializeToCss(TextWriter output)
Parameter Type Description
output TextWriter Device, into which the serialized text data should be written

Exceptions

exception condition
ArgumentNullException Output device is null

See Also