[]
        
(Showing Draft Content)

C1.Util.RawFontSubSet.GetFontSubSet

GetFontSubSet Method

GetFontSubSet(string)

Gets font subset for font file name with path.

Declaration
public static FontSubSet GetFontSubSet(string path)
Parameters
Type Name Description
string path

The path for font file.

Returns
Type Description
FontSubSet

The font subset object.

GetFontSubSet(byte[])

Gets font subset for raw font data.

Declaration
public static FontSubSet GetFontSubSet(byte[] data)
Parameters
Type Name Description
byte[] data

The raw font data.

Returns
Type Description
FontSubSet

The font subset object.