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

<default>

renderContext
RenderContextBase

<default>

fontFamilyName
string

<default>

fontStyle
FontStyle

<default>

.NET Framework

Supported in: 4.8

In this article

Definition