[]
        
(Showing Draft Content)

C1.Util.FontSubSet.GetFontSubSet

GetFontSubSet Method

GetFontSubSet(string, bool, bool)

Create FontSubSet object using font name and styles.

Declaration
public static FontSubSet GetFontSubSet(string fontName, bool bold, bool italic)
Parameters
Type Name Description
string fontName

The font name.

bool bold

The bold flag of the font.

bool italic

The italic flag of the font.

Returns
Type Description
FontSubSet

The FontSubSet object.

GetFontSubSet(FontKey)

Create FontSubSet object using font name and styles.

Declaration
public static FontSubSet GetFontSubSet(FontKey fk)
Parameters
Type Name Description
FontKey fk

The font key object.

Returns
Type Description
FontSubSet

The FontSubSet object.