Inherits TaleWorlds.TwoDimension.ILanguage.
 | 
| bool  | FontMapHasKey (string keyFontName) | 
|   | Returns if given keyFontName is defined in the mapping in this language.  
  | 
|   | 
| Font  | GetMappedFont (string keyFontName) | 
|   | Get mapped font in this language from keyFontName to font in this language.  
  | 
|   | 
◆ FontMapHasKey()
      
        
          | bool TaleWorlds.GauntletUI.Language.FontMapHasKey  | 
          ( | 
          string |           keyFontName | ) | 
           | 
        
      
 
 
◆ GetMappedFont()
      
        
          | Font TaleWorlds.GauntletUI.Language.GetMappedFont  | 
          ( | 
          string |           keyFontName | ) | 
           | 
        
      
 
 
◆ CreateFrom()
  
  
      
        
          | static Language TaleWorlds.GauntletUI.Language.CreateFrom  | 
          ( | 
          XmlNode |           languageNode,  | 
         
        
           | 
           | 
          FontFactory |           fontFactory ) | 
         
       
   | 
  
static   | 
  
 
 
◆ ForbiddenStartOfLineCharacters
  
  
      
        
          | char [] TaleWorlds.GauntletUI.Language.ForbiddenStartOfLineCharacters | 
         
       
   | 
  
get   | 
  
 
 
◆ ForbiddenEndOfLineCharacters
  
  
      
        
          | char [] TaleWorlds.GauntletUI.Language.ForbiddenEndOfLineCharacters | 
         
       
   | 
  
get   | 
  
 
 
◆ LanguageID
  
  
      
        
          | string TaleWorlds.GauntletUI.Language.LanguageID | 
         
       
   | 
  
get   | 
  
 
 
◆ DefaultFontName
  
  
      
        
          | string TaleWorlds.GauntletUI.Language.DefaultFontName | 
         
       
   | 
  
get   | 
  
 
 
◆ DoesFontRequireSpaceForNewline
  
  
      
        
          | bool TaleWorlds.GauntletUI.Language.DoesFontRequireSpaceForNewline = true | 
         
       
   | 
  
get   | 
  
 
 
◆ DefaultFont
  
  
      
        
          | Font TaleWorlds.GauntletUI.Language.DefaultFont | 
         
       
   | 
  
get   | 
  
 
 
◆ LineSeperatorChar
  
  
      
        
          | char TaleWorlds.GauntletUI.Language.LineSeperatorChar | 
         
       
   | 
  
get   |