Persistate API documentation
PFont Constructor (baseFont, style)
NamespacesPersistate.UIPFontPFont(PFont, PFontStyle)

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

Creates a new PFont based on an existing PFont, with a FontStyle applied to it.
Declaration Syntax
C#
public PFont(
	PFont baseFont,
	PFontStyle style
)
Parameters
baseFont (PFont)
The existing PFont on which to base the new one.
style (PFontStyle)
The FontStyle to apply to the existing PFont to create the new on.

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