Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / AddEudcFont Method
The EUDC Font with missing user-defined characters.
The scale factor applied to size of the base font when the EUDC font is used instead.

In This Topic
    AddEudcFont Method
    In This Topic
    Associates user-defined characters from the specified EUDC Font to the current font.
    Syntax
    'Declaration
     
    Public Function AddEudcFont( _
       ByVal eudcFont As Font, _
       Optional ByVal scaleFactor As System.Nullable(Of Single) _
    ) As System.Boolean
    public System.bool AddEudcFont( 
       Font eudcFont,
       System.Nullable<float> scaleFactor
    )

    Parameters

    eudcFont
    The EUDC Font with missing user-defined characters.
    scaleFactor
    The scale factor applied to size of the base font when the EUDC font is used instead.

    Return Value

    True if the font was successfully associated, False if the same font is already in the list of linked EUDC fonts.
    See Also