SerializeToCss

IFontInfo.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

See Also