Specifies font matching flags for SysFont find routine.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearPDESysFontMatchFlags 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearPDESysFontMatchFlags : System.Enum 
             
        
            
            __value public enum ImGearPDESysFontMatchFlags : public System.Enum 
             
        
            
            public enum class ImGearPDESysFontMatchFlags : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| FONT_TYPE | Match the font type. | 
| NAME_AND_CHARSET | Match the font name and character set. | 
| WRITING_MODE | Match the writing mode, that is, horizontal or vertical. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.PDF.ImGearPDESysFontMatchFlags
 
            
            
            See Also