'Declaration Public Overloads Function GetFallbackFontName( _
ByVal fontWeightThe weight of fallback font.As FontWeight, _
ByVal fontStretchThe stretch of fallback font.As FontStretch, _
ByVal fontCharacteristicsThe characteristics of fallback font.As FontCharacteristics _
) As System.String
public System.String GetFallbackFontName(
FontWeight fontWeight,
FontStretch fontStretch,
FontCharacteristics fontCharacteristics
)
public: System.String GetFallbackFontName(
FontWeight fontWeight,
FontStretch fontStretch,
FontCharacteristics fontCharacteristics
)
public:
System.String GetFallbackFontName(
FontWeight fontWeight,
FontStretch fontStretch,
FontCharacteristics fontCharacteristics
)
Parameters
- fontWeight
- The weight of fallback font.
- fontStretch
- The stretch of fallback font.
- fontCharacteristics
- The characteristics of fallback font.
Return Value
The name of fallback font.