ResourceProvider.GetFont

Gets the font based on the font name.

public Font GetFont(string name)
Function GetFont(name As String) As Font

Parameters

name
String

Name of the font.

Returns

Font

Returns a Font object.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Font
ResourceProvider
ceTe.DynamicPDF.LayoutEngine

In this topic