'宣言 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)
パラメータ
- first
- The first glyph in the range to add.
- last
- The last glyph in the range to add.