PrintDocument for WinForms
DocumentFont クラス メンバ
プロパティ  メソッド 


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

DocumentFontデータ型で公開されるメンバを以下の表に示します。

パブリック プロパティ
 名前解説
Public プロパティGets a value indicating whether the current font is bold.  
Public プロパティGets the DocumentFont.CodeRanges collection that defines glyphs that were rendered using the current font.  
Public プロパティGets a value indicating whether the underlying physical font is bold.  
Public プロパティGets a value indicating whether the underlying physical font is italic.  
Public プロパティGets the actual font family name. This name may be used in API calls to create the corresponding font.

If C1PrintDocument.FontHandling has been set to FontHandling.BuildActualDocumentFonts or FontHandling.EmbedActualFonts, this name may differ from DocumentFont.FontName.

 
Public プロパティGets the name of the font file installed on the system or embedded in the document, that is actually used to render the glyphs.  
Public プロパティGets the name of the font as specified by the user.

For fonts created automatically due to font substitution, this is still the name of the original specified font, not of the substitute font.

 
Public プロパティGets the System.Drawing.FontStyle of the current font.  
Public プロパティGets the array of glyphs that were rendered using the current font.  
Public プロパティGets a value indicating whether the DocumentFont.CodeRanges collection is not empty.  
Public プロパティGets a value indicating whether the DocumentFont.Glyphs collection is not empty.  
Public プロパティGets a value indicating whether the current font is italic.  
Public プロパティGets the DocumentFontCollection containing the current object.  
トップ
パブリック メソッド
 名前解説
Public メソッドAssigns (copies) properties from another DocumentFont to the current object.  
トップ
参照

DocumentFont クラス
C1.C1Preview 名前空間