[]
        
(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)
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)
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)
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)
Parameters
Type Name Description
FontSubSet fss
IEnumerable<GlyphMetrics> metrics
bool includeCMap
Returns
Type Description
byte[]