[]
        
Associates user-defined characters from the specified EUDC Font to the current font.
public bool AddEudcFont(Font eudcFont, float? scaleFactor = null)
Public Function AddEudcFont(eudcFont As Font, Optional scaleFactor As Single? = Nothing) As Boolean
| 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.  | 
    
| Type | Description | 
|---|---|
| bool | True if the font was successfully associated, False if the same font is already in the list of linked EUDC fonts.  |