Class Font
  
  
  
  
  
  Assembly: Mapsui.dll
  Syntax
  
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  Font()
  
  
  Declaration
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Font(Font)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Font | font |  | 
    
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Bold
  
  
  Declaration
  
    public bool Bold { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  FontFamily
  
  
  Declaration
  
    public string? FontFamily { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Invalidated
  
  
  Declaration
  
    public bool Invalidated { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Italic
  
  
  Declaration
  
    public bool Italic { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Size
  
  
  Declaration
  
    public double Size { get; set; }
   
  Property Value
  
  Methods
  
    |
    Edit this page
  
  
    View Source
  
  
  Equals(Font)
  
  
  Declaration
  
    protected bool Equals(Font other)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Font | other |  | 
    
  
  Returns
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Equals(object?)
  
  
  Declaration
  
    public override bool Equals(object? obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | object | obj |  | 
    
  
  Returns
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  
    |
    Edit this page
  
  
    View Source
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides