cull(engine-cleanup): pass-9 cascade round 1 after NGUIText stub
This commit is contained in:
@@ -31,14 +31,6 @@ public static class RubyText
|
||||
return true;
|
||||
}
|
||||
|
||||
public static bool ParseSymbol(string text, ref int index, BetterList<Color> colors, bool premultiply, ref int sub, ref bool bold, ref bool italic, ref bool underline, ref bool strike, ref bool ignoreColor)
|
||||
{
|
||||
float rubyTotalAdvanceRaw = 0f;
|
||||
float charWithRubyTotalAdvance = 0f;
|
||||
bool isDot = false;
|
||||
return ParseSymbol(text, ref index, colors, premultiply, ref sub, ref bold, ref italic, ref underline, ref strike, ref ignoreColor, ref rubyTotalAdvanceRaw, ref charWithRubyTotalAdvance, isRuby: false, ref isDot);
|
||||
}
|
||||
|
||||
private static bool ParseSymbol(string text, ref int index, BetterList<Color> colors, bool premultiply, ref int sub, ref bool bold, ref bool italic, ref bool underline, ref bool strike, ref bool ignoreColor, ref float rubyTotalAdvanceRaw, ref float charWithRubyTotalAdvance, bool isRuby, ref bool isDot)
|
||||
{
|
||||
int length = text.Length;
|
||||
|
||||
Reference in New Issue
Block a user