PrintDocument for WinForms
FontProcessingOptions クラス プロパティ


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : FontProcessingOptions クラス

このクラスのメンバの一覧は、FontProcessingOptionsメンバを参照してください。

パブリック プロパティ
 名前解説
Public プロパティGets or sets a value indicating how EmbeddedFont builds lists of glyphs when FontProcessingOptions.FontHandling is set to FontHandling.EmbedActualFonts or FontHandling.BuildActualDocumentFonts.  
Public プロパティGets or sets a value indicating how font embedding and substitution are handled by the current C1PrintDocument.

For details on the available options see members of the FontHandling enumeration.

Note that if this property is set to a value other than FontHandling.EmbedFonts or FontHandling.EmbedActualFonts (i.e. fonts are not embedded automatically), you may manually add certain fonts that you want embedded, to the document's C1PrintDocument.EmbeddedFonts collection.

The default value of this property is FontHandling.None.

 
Public プロパティGets or sets the name of a font used when a document or report cannot find a suitable font to display a text. This property is only used when FontProcessingOptions.FontHandling is set to FontHandling.EmbedActualFonts or FontHandling.BuildActualDocumentFonts, and FontProcessingOptions.UseOldSubstitutionAlgorithm is false.

The default value is "Arial Unicode MS". When setting this property, please specify a font containing symbols for as many Unicode characters as possible.

 
Public プロパティGets or sets a value indicating whether to use the old (prior to 2013v1 release) algorithm of font substitution. This property is only used when FontProcessingOptions.FontHandling is set to FontHandling.EmbedActualFonts or FontHandling.BuildActualDocumentFonts. The default value is false.  
トップ
参照

FontProcessingOptions クラス
C1.C1Preview 名前空間