'宣言 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 )
パラメータ
- 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.
戻り値の型
True if the font was successfully associated, False if the same font is already in the list of linked EUDC fonts.