DioDocs for PDF
CffGlyphsToArray メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > FontWriter クラス : CffGlyphsToArray メソッド
The Font object with PostScript outlines stored in the CFF format.
Glyph indices to be added to the resulting table subset.
Creates a subset of the CFF font table containing the specified glyphs, then serializes the subset to a byte array.
シンタックス
'宣言
 
Public Function CffGlyphsToArray( _
   ByVal font As Font, _
   ByVal glyphIDs As System.Collections.Generic.HashSet(Of UShort) _
) As System.Byte()
public System.byte[] CffGlyphsToArray( 
   Font font,
   System.Collections.Generic.HashSet<ushort> glyphIDs
)

パラメータ

font
The Font object with PostScript outlines stored in the CFF format.
glyphIDs
Glyph indices to be added to the resulting table subset.

戻り値の型

Binary data with the resulting CFF font table.
参照

FontWriter クラス
FontWriter メンバ