FontData(Char, RenderContextBase, String, FontStyle) Constructor

Char constructor.
Public Sub New( _ 
ByVal c As Char, _ 
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( 
char c
RenderContextBase renderContext
string fontFamilyName
FontStyle fontStyle 
)
This language is not supported or no code example is available.

Parameters

c
char

renderContext
RenderContextBase

fontFamilyName
string

fontStyle
FontStyle

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition