Exemplo n.º 1
0
 public TextShapingContext(Typeface typeface, ScriptLang scLang)
 {
     _typeface        = typeface;
     _scLang          = scLang;
     _glyphPlanBuffer = new GlyphPlanBuffer(new GlyphPlanList());
     _glyphPlanSeqSet = new GlyphPlanSeqSet();
 }
Exemplo n.º 2
0
 public GlyphPlanCacheForTypefaceAndScriptLang(Typeface typeface, ScriptLang scLang)
 {
     _typeface        = typeface;
     _scLang          = scLang;
     _glyphPlanSeqSet = new GlyphPlanSeqSet();
 }