Persistate API documentation
PFont Constructor (fontData)
NamespacesPersistate.UIPFontPFont(String)

[This is preliminary documentation and is subject to change.]

Creates a new PFont from a string representation, such as that produced by the ToString method.
Declaration Syntax
C#
public PFont(
	string fontData
)
Parameters
fontData (String)
The font data string to convert.
Remarks
The font data format is "family;size;unit;style". Unit is one of "Pixel", "Point", "Inch" or "Millimeter". Style is one of the names of the PFontStyle enum values. For example Arial;12;Point;BoldItalic.

Assembly: Persistate.UI (Module: Persistate.UI) Version: 0.6.1.20 (0.6.1.20)