FontData(String, RenderContextBase, String, FontStyle) Constructor

String constructor.
Public Sub New( _ 
ByVal s As String, _ 
ByVal renderContext As RenderContextBase, _ 
ByVal fontFamilyName As String, _ 
ByVal fontStyle As FontStyle
)
This language is not supported or no code example is available.
public FontData( 
string s
RenderContextBase renderContext
string fontFamilyName
FontStyle fontStyle 
)
This language is not supported or no code example is available.

Parameters

s
string

renderContext
RenderContextBase

fontFamilyName
string

The font family name

fontStyle
FontStyle

the font style

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition