Property | Type | Description | |
---|---|---|---|
Interval | float | ||
color | Color | ||
colorStr | string | ||
rubyStr | string | ||
size | int | ||
speed | float |
Method | Description | |
---|---|---|
ClearOnNextChar ( ) : void | ||
Clone ( ) : CustomCharaInfo | ||
GetCustomedColor ( Color defaultColor ) : Color | ||
GetCustomedSize ( int defaultSize ) : int | ||
GetCustomedStyle ( FontStyle defaultFontStyle ) : FontStyle | ||
IsBeginBold ( CustomCharaInfo lastCustomInfo ) : bool | ||
IsBeginColor ( CustomCharaInfo lastCustomInfo ) : bool | ||
IsBeginItalic ( CustomCharaInfo lastCustomInfo ) : bool | ||
IsBeginSize ( CustomCharaInfo lastCustomInfo ) : bool | ||
IsEndBold ( CustomCharaInfo lastCustomInfo ) : bool | ||
IsEndColor ( CustomCharaInfo lastCustomInfo ) : bool | ||
IsEndItalic ( CustomCharaInfo lastCustomInfo ) : bool | ||
IsEndSize ( CustomCharaInfo lastCustomInfo ) : bool | ||
ResetBold ( ) : void | ||
ResetColor ( ) : void | ||
ResetEmphasisMark ( ) : void | ||
ResetGroup ( ) : void | ||
ResetItalic ( ) : void | ||
ResetLink ( ) : void | ||
ResetRuby ( ) : void | ||
ResetSize ( ) : void | ||
ResetStrike ( ) : void | ||
ResetSubScript ( ) : void | ||
ResetSuperScript ( ) : void | ||
ResetTips ( ) : void | ||
ResetUnderLine ( ) : void | ||
TryParseBold ( string arg ) : bool | ||
TryParseColor ( string arg ) : bool | ||
TryParseEmphasisMark ( string arg ) : bool | ||
TryParseGroup ( string arg ) : bool | ||
TryParseItalic ( string arg ) : bool | ||
TryParseLink ( string arg ) : bool | ||
TryParseRuby ( string arg ) : bool | ||
TryParseSize ( string arg ) : bool | ||
TryParseStrike ( string arg ) : bool | ||
TryParseSubScript ( string arg ) : bool | ||
TryParseSuperScript ( string arg ) : bool | ||
TryParseTips ( string arg ) : bool | ||
TryParseUnderLine ( string arg ) : bool |
Method | Description | |
---|---|---|
ResetSound ( ) : void | ||
ResetSpeed ( ) : void | ||
TryParseInterval ( string arg ) : bool | ||
TryParseSound ( string arg ) : bool | ||
TryParseSpeed ( string arg ) : bool |
public GetCustomedColor ( Color defaultColor ) : Color | ||
defaultColor | Color | |
return | Color |
public GetCustomedSize ( int defaultSize ) : int | ||
defaultSize | int | |
return | int |
public GetCustomedStyle ( FontStyle defaultFontStyle ) : FontStyle | ||
defaultFontStyle | FontStyle | |
return | FontStyle |
public IsBeginBold ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public IsBeginColor ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public IsBeginItalic ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public IsBeginSize ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public IsEndBold ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public IsEndColor ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public IsEndItalic ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public IsEndSize ( CustomCharaInfo lastCustomInfo ) : bool | ||
lastCustomInfo | CustomCharaInfo | |
return | bool |
public TryParseEmphasisMark ( string arg ) : bool | ||
arg | string | |
return | bool |
public TryParseSubScript ( string arg ) : bool | ||
arg | string | |
return | bool |
public TryParseSuperScript ( string arg ) : bool | ||
arg | string | |
return | bool |
public TryParseUnderLine ( string arg ) : bool | ||
arg | string | |
return | bool |