DrawingStyleExtensionsCreateFont Method TIBCO Spotfire 7.6 API Reference
Creates a font from current settings.

Namespace: Spotfire.Dxp.Framework.Styles
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public static Font CreateFont(
	this StyleProperties styleProperties
)

Parameters

styleProperties
Type: Spotfire.Dxp.Framework.StylesStyleProperties
The style properties.

Return Value

Type: Font
A font. Caller is responsible for disposing it when done.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StyleProperties. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Version Information

Supported in: 7.6, 7.5
See Also

Reference