Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / FontProcessingOptions Class
Properties Methods


In This Topic
    FontProcessingOptions Class Members
    In This Topic

    The following tables list the members exposed by FontProcessingOptions.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating how C1.C1Preview.EmbeddedFont builds lists of glyphs when C1.C1Preview.FontProcessingOptions.FontHandling is set to C1.C1Preview.FontHandling.EmbedActualFonts or C1.C1Preview.FontHandling.BuildActualDocumentFonts. (Inherited from C1.C1Preview.FontProcessingOptions)
    Public PropertyGets or sets a value indicating how font embedding and substitution are handled by the current C1.C1Preview.C1PrintDocument or C1.C1Report.

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

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

    The default value of this property is C1.C1Preview.FontHandling.None.

    (Inherited from C1.C1Preview.FontProcessingOptions)
    Public PropertyGets 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 C1.C1Preview.FontProcessingOptions.FontHandling is set to C1.C1Preview.FontHandling.EmbedActualFonts or C1.C1Preview.FontHandling.BuildActualDocumentFonts, and C1.C1Preview.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.

    (Inherited from C1.C1Preview.FontProcessingOptions)
    Public PropertyGets or sets a value indicating whether to use the old (prior to 2013v1 release) algorithm of font substitution. This property is only used when C1.C1Preview.FontProcessingOptions.FontHandling is set to C1.C1Preview.FontHandling.EmbedActualFonts or C1.C1Preview.FontHandling.BuildActualDocumentFonts. The default value is false. (Inherited from C1.C1Preview.FontProcessingOptions)
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another object into this object. (Inherited from C1.C1Preview.FontProcessingOptions)
    Public MethodResets properties of this object to default values. (Inherited from C1.C1Preview.FontProcessingOptions)
    Top
    See Also