PrintDocument for WinForms
AddGlyphs(Int32,Int32) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EmbeddedFont クラス > AddGlyphs メソッド : AddGlyphs(Int32,Int32) メソッド
The first glyph in the range to add.
The last glyph in the range to add.
Adds a range of glyphs to the current EmbeddedFont.
シンタックス
'宣言
 
Public Overloads Sub AddGlyphs( _
   ByVal first As System.Integer, _
   ByVal last As System.Integer _
) 
'使用法
 
Dim instance As EmbeddedFont
Dim first As System.Integer
Dim last As System.Integer
 
instance.AddGlyphs(first, last)
public void AddGlyphs( 
   System.int first,
   System.int last
)

パラメータ

first
The first glyph in the range to add.
last
The last glyph in the range to add.
参照

EmbeddedFont クラス
EmbeddedFont メンバ
オーバーロード一覧