Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ReLogic.Text.StringReaderWrapExtension Class Reference

Package Types

enum  WrapScanMode { Space , NewLine , Word , None }
 

Static Package Functions

static bool IsCultureSupported (CultureInfo culture)
 
static bool IsIgnoredCharacter (char character)
 
static bool CanBreakBetween (char previousChar, char nextChar, CultureInfo culture)
 
static WrapScanMode GetModeForCharacter (char character)
 
static string ReadUntilBreakable (this StringReader reader, CultureInfo culture)
 

Static Private Attributes

static readonly HashSet< char > InvalidCharactersForLineStart
 
static readonly HashSet< char > InvalidCharactersForLineEnd
 
static readonly CultureInfo[] SupportedCultures
 
static readonly CultureInfo SimplifiedChinese = new CultureInfo("zh-Hans")
 

Detailed Description

Definition at line 9 of file StringReaderWrapExtension.cs.


The documentation for this class was generated from the following file: