[]
        
(Showing Draft Content)

C1.Util.Font.GetResourceFont

GetResourceFont Method

GetResourceFont(BuildInFont)

Gets a font that embedded (build-in) to this library.

Declaration
public static Font GetResourceFont(BuildInFont buildIn)
Parameters
Type Name Description
BuildInFont buildIn

The embedded (build-in) font type (from Adobe Reader).

Returns
Type Description
Font

The font that embedded to this library or null.

GetResourceFont(string)

Gets a font that embedded (build-in) to this library.

Declaration
public static Font GetResourceFont(string name)
Parameters
Type Name Description
string name

The embedded font name from list: Arial.

Returns
Type Description
Font

The font that embedded to this library or null.