'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.