PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / EmbeddedFont Class
Properties Methods


In This Topic
    EmbeddedFont Class Members
    In This Topic

    The following tables list the members exposed by EmbeddedFont.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the EmbeddedFont class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the current embedded font is bold.  
    Public PropertyGets a value indicating whether the license for the current font allows embedding.  
    Public PropertyGets a value indicating whether the license for the current font allows subsetting when embedded.  
    Public PropertyGets the charset of the current embedded font.  
    Public PropertyGets a CodeRanges collection defining set of char codes supported by this EmbeddedFont object. If this collection is empty then glyphs for characters will be embedded.  
    Public PropertyGets an array of bytes containing the embedded font's data. This property can be null if the font was created during document generation, i.e. if the current object represents a font that was not loaded and currently exists in the system.  
    Public PropertyGets the name of the current embedded font.  
    Public PropertyGets a value indicating whether the current object has produced the System.Drawing.FontFamily object.  
    Public PropertyGets a value indicating whether the current embedded font is italic.  
    Public PropertyGets a value indicating whether the license for the current font requires obfuscating when embedded.  
    Public PropertyGets a value indicating whether the license for the current font restricts embedding to print and preview uses.  
    Public PropertyGets a value indicating whether the current embedded should be obfuscated when embedded.  
    Public PropertyGets a style of current embedded font.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. 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 MethodGet the System.Drawing.FontFamily object describing the current EmbeddedFont.  
    Top
    See Also