'Declaration Public Function New( _
ByVal symbolThe text symbol.As System.String, _
ByVal sourceFontThe source font.As IDrawingFont, _
ByVal fallbackFontThe fallback font.As IDrawingFont _
)
public DrawingFontFallbackEventArgs(
System.String symbol,
IDrawingFont sourceFont,
IDrawingFont fallbackFont
)
public: DrawingFontFallbackEventArgs(
System.String symbol,
IDrawingFont* sourceFont,
IDrawingFont* fallbackFont
)
public:
DrawingFontFallbackEventArgs(
System.String symbol,
IDrawingFont^ sourceFont,
IDrawingFont^ fallbackFont
)
Parameters
- symbol
- The text symbol.
- sourceFont
- The source font.
- fallbackFont
- The fallback font.