예제 #1
0
 public TextShapingContext(Typeface typeface, ScriptLang scLang)
 {
     _typeface        = typeface;
     _scLang          = scLang;
     _glyphPlanBuffer = new GlyphPlanBuffer(new GlyphPlanList());
     _glyphPlanSeqSet = new GlyphPlanSeqSet();
 }
예제 #2
0
 public GlyphPlanCacheForTypefaceAndScriptLang(Typeface typeface, ScriptLang scLang)
 {
     _typeface        = typeface;
     _scLang          = scLang;
     _glyphPlanSeqSet = new GlyphPlanSeqSet();
 }