Esempio n. 1
0
 internal InlineLetterJpWithEmphasysDots(InlineText decoratee)
 {
     _decoratee = decoratee;
 }
Esempio n. 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;
 }
Esempio n. 3
0
 internal InlineLetterJpWithEmphasysDots(InlineText decoratee)
 {
     _decoratee = decoratee;
 }