Struct FontVariant
  
  
  
  Namespace: Ludiq
  
  Syntax
  
    public struct FontVariant
   
  Constructors
  
  
  
  
  FontVariant(FontWeight, FontStyle)
  
  
  Declaration
  
    public FontVariant(FontWeight weight, FontStyle style)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | FontWeight | 
        weight | 
         | 
      
      
        | FontStyle | 
        style | 
         | 
      
    
  
  Fields
  
  
  
  style
  
  
  Declaration
  
    public readonly FontStyle style
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | FontStyle | 
         | 
      
    
  
  
  
  weight
  
  
  Declaration
  
    public readonly FontWeight weight
   
  Field Value
  
  Methods
  
  
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        obj | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Extension Methods