PrintDocument for WinForms
AddGlyphs(String,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EmbeddedFont クラス > AddGlyphs メソッド : AddGlyphs(String,Boolean) メソッド
The string to add the glyphs from.
If true, for each unique glyph in text, the whole Unicode range containing the glyph (such as "Basic Latin" or "Cyrillic") is added. If false, only the glyph itself is added.
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 text As System.String, _
   ByVal includeUnicodeRanges 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 text,
   System.bool includeUnicodeRanges
)

パラメータ

text
The string to add the glyphs from.
includeUnicodeRanges
If true, for each unique glyph in text, the whole Unicode range containing the glyph (such as "Basic Latin" or "Cyrillic") is added. If false, only the glyph itself is added.
参照

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