PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DocumentFont Class
Properties Methods


In This Topic
    DocumentFont Class Members
    In This Topic

    The following tables list the members exposed by DocumentFont.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the current font is bold.  
    Public PropertyGets the DocumentFont.CodeRanges collection that defines glyphs that were rendered using the current font.  
    Public PropertyGets a value indicating whether the underlying physical font is bold.  
    Public PropertyGets a value indicating whether the underlying physical font is italic.  
    Public PropertyGets 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 PropertyGets the name of the font file installed on the system or embedded in the document, that is actually used to render the glyphs.  
    Public PropertyGets 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 PropertyGets the System.Drawing.FontStyle of the current font.  
    Public PropertyGets the array of glyphs that were rendered using the current font.  
    Public PropertyGets a value indicating whether the DocumentFont.CodeRanges collection is not empty.  
    Public PropertyGets a value indicating whether the DocumentFont.Glyphs collection is not empty.  
    Public PropertyGets a value indicating whether the current font is italic.  
    Public PropertyGets the DocumentFontCollection containing the current object.  
    Top
    Public Methods
     NameDescription
    Public MethodAssigns (copies) properties from another DocumentFont to the current object.  
    Top
    See Also