public void Render() { Font current = (Font)this.poActiveHead; while (current != null) { current.Render(); current = (Font)(current.pNext); } }