Class synopsis
   
    
    
     
      final
      UI\Draw\Text\Font\Weight
     
     {
    
    
     const
     integer
     Thin
    ;
    
     const
     integer
     UltraLight
    ;
    
     const
     integer
     Light
    ;
    
     const
     integer
     Book
    ;
    
     const
     integer
     Normal
    ;
    
     const
     integer
     Medium
    ;
    
     const
     integer
     SemiBold
    ;
    
     const
     integer
     Bold
    ;
    
     const
     integer
     UltraBold
    ;
    
     const
     integer
     Heavy
    ;
    
     const
     integer
     UltraHeavy
    ;
   }