Exemple #1
0
        private void _CreateDisplayList()
        {
            var fontSize  = FontSize;
            var appleFont = AppleFontManager.LatinMath(fontSize);

            _displayList = _typesettingContext.CreateLine(_mathList, appleFont, LineStyle.Display);
        }
Exemple #2
0
 void TestOuter(string latex, int rangeMax, double ascent, double descent, double width,
                params System.Action <IDisplay <TFont, TGlyph> >[] inspectors) =>
 TestList(rangeMax, ascent, descent, width, 0, 0, LinePosition.Regular, Range.UndefinedInt, inspectors)
     (_context.CreateLine(MathLists.FromString(latex), _font, LineStyle.Display));