[]
        
(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)
Public Shared Function GetFontSubSet(path As String) As FontSubSet
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)
Public Shared Function GetFontSubSet(data As Byte()) As FontSubSet
Parameters
Type Name Description
byte[] data

The raw font data.

Returns
Type Description
FontSubSet

The font subset object.