
/*******************************************************************************

Copyright (c) 1996 Microsoft Corporation

Abstract:

    Context for accumlating information and rendering text as bitmaps
    to an image.

*******************************************************************************/

#include "headers.h"
#include "privinc/textctx.h"
#include "privinc/imgdev.h"

// -- Yes, the _WHOLE_ textCtx class is implemented in
// -- privinc/textctx.h.

/*
TextCtx
BitmapTextCtx(ImageDisplayDevImpl& dev,
              Real resolution)
{
    return TextCtx(dev, resolution);
}
*/
