[]
        
Draws the text fallback.
public void DrawTextFallback(string[] astrText, float left, float top, float width, float height, string[] astrTextFallback)
| Type | Name | Description | 
|---|---|---|
| string[] | astrText | The astr text.  | 
    
| float | left | The left.  | 
    
| float | top | The top.  | 
    
| float | width | The width.  | 
    
| float | height | The height.  | 
    
| string[] | astrTextFallback | The astr text fallback.  | 
    
Draws the text fallback.
public void DrawTextFallback(string[] astrText, float left, float top, float width, float height, string strLink, string[] astrTextFallback)
| Type | Name | Description | 
|---|---|---|
| string[] | astrText | The astr text.  | 
    
| float | left | The left.  | 
    
| float | top | The top.  | 
    
| float | width | The width.  | 
    
| float | height | The height.  | 
    
| string | strLink | The string link.  | 
    
| string[] | astrTextFallback | The astr text fallback.  |