'Declaration Public Sub SetFallbackFontName( _
ByVal fontWeightThe weight of fallback font.As FontWeight, _
ByVal fontStretchThe stretch of fallback font.As FontStretch, _
ByVal fontCharacteristicsThe characteristics of fallback font.As FontCharacteristics, _
ByVal fontNameThe name of fallback font.As System.String _
)
public void SetFallbackFontName(
FontWeight fontWeight,
FontStretch fontStretch,
FontCharacteristics fontCharacteristics,
System.String fontName
)
public: void SetFallbackFontName(
FontWeight fontWeight,
FontStretch fontStretch,
FontCharacteristics fontCharacteristics,
System.String fontName
)
public:
void SetFallbackFontName(
FontWeight fontWeight,
FontStretch fontStretch,
FontCharacteristics fontCharacteristics,
System.String fontName
)
Parameters
- fontWeight
- The weight of fallback font.
- fontStretch
- The stretch of fallback font.
- fontCharacteristics
- The characteristics of fallback font.
- fontName
- The name of fallback font.