Exemplo n.º 1
0
        override protected void DerivedWash(DLink pLink)
        {
            Debug.Assert(pLink != null);
            Glyph pNode = (Glyph)pLink;

            pNode.Wash();
        }
Exemplo n.º 2
0
        public static void Remove(Glyph pNode)
        {
            Debug.Assert(pNode != null);
            FontMan pMan = FontMan.privGetInstance();

            pMan.baseRemove(pNode);
            pNode.Wash();
        }
Exemplo n.º 3
0
        public static void Remove(Glyph pGlyph)
        {
            Debug.Assert(pMan != null);
            Debug.Assert(pGlyph != null);

            pMan.baseRemove(pGlyph);
            pGlyph.Wash();
        }