示例#1
0
 internal InlineLetterJpWithEmphasysDots(InlineText decoratee)
 {
     _decoratee = decoratee;
 }
示例#2
0
 internal InlineTextWithRuby(double length, InlineText[] baseText, InlineText[] rubyText)
 {
     _appendingLength = (float)(length - (baseText.Aggregate(0.0, (lhs, rhs) => lhs + rhs.Length)));
     _baseText = baseText;
     _rubyText = rubyText;
 }
示例#3
0
 internal InlineLetterJpWithEmphasysDots(InlineText decoratee)
 {
     _decoratee = decoratee;
 }