[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.AddEudcFont

AddEudcFont Method

AddEudcFont(Font, float?)

Associates user-defined characters from the specified EUDC Font to the current font.

Declaration
public bool AddEudcFont(Font eudcFont, float? scaleFactor = null)
Public Function AddEudcFont(eudcFont As Font, Optional scaleFactor As Single? = Nothing) As Boolean
Parameters
Type Name Description
Font eudcFont

The EUDC Font with missing user-defined characters.

float? scaleFactor

The scale factor applied to size of the base font when the EUDC font is used instead.

Returns
Type Description
bool

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