Adds unique glyphs or glyph ranges from the specified string to the current
EmbeddedFont. The ranges recognized by this method are represented by the
UnicodeRangeEnum enumeration.
シンタックス
'宣言
Public Overloads Sub AddGlyphs( _
ByVal As System.String, _
ByVal As System.Boolean _
)
'使用法
Dim instance As EmbeddedFont
Dim text As System.String
Dim includeUnicodeRanges As System.Boolean
instance.AddGlyphs(text, includeUnicodeRanges)
public void AddGlyphs(
System.string ,
System.bool
)
パラメータ
- text
- The string to add the glyphs from.
- includeUnicodeRanges
- If true, for each unique glyph in , the whole Unicode range containing the glyph (such as "Basic Latin" or "Cyrillic") is added. If false, only the glyph itself is added.
参照