[]
        
(Showing Draft Content)

C1.Util.FontBuilder.GetFontData

GetFontData Method

GetFontData(FontSubSet)

Gets full font data for a font subset object.

Declaration
public byte[] GetFontData(FontSubSet fss)
Public Function GetFontData(fss As FontSubSet) As Byte()
Parameters
Type Name Description
FontSubSet fss

The font subset object.

Returns
Type Description
byte[]

THe full font data.

GetFontData(FontSubSet, CodeRange, bool)

Declaration
public byte[] GetFontData(FontSubSet fss, CodeRange codeRange, bool includeCMap)
Public Function GetFontData(fss As FontSubSet, codeRange As CodeRange, includeCMap As Boolean) As Byte()
Parameters
Type Name Description
FontSubSet fss
CodeRange codeRange
bool includeCMap
Returns
Type Description
byte[]

GetFontData(FontSubSet, CodeRanges, bool)

Declaration
public byte[] GetFontData(FontSubSet fss, CodeRanges codeRanges, bool includeCMap)
Public Function GetFontData(fss As FontSubSet, codeRanges As CodeRanges, includeCMap As Boolean) As Byte()
Parameters
Type Name Description
FontSubSet fss
CodeRanges codeRanges
bool includeCMap
Returns
Type Description
byte[]

GetFontData(FontSubSet, IEnumerable<GlyphMetrics>, bool)

Declaration
public byte[] GetFontData(FontSubSet fss, IEnumerable<GlyphMetrics> metrics, bool includeCMap)
Public Function GetFontData(fss As FontSubSet, metrics As IEnumerable(Of GlyphMetrics), includeCMap As Boolean) As Byte()
Parameters
Type Name Description
FontSubSet fss
IEnumerable<GlyphMetrics> metrics
bool includeCMap
Returns
Type Description
byte[]