protected override void derivedPrint(DLink pLink) { Debug.Assert(pLink != null); Font pNode = (Font)pLink; pNode.Print(); }