Include files

The following include files are needed for the examples in this chapter. When Taligent's development environment is available, you will not need these files because the development environment will find the files for you.

      #include <Taligent/GUICompoundDocument.h>  //TDocumentComponentView declarations
      #include <Taligent/GrafPens.h>             //TSolidPen declarations
      #include <Taligent/Graphics.h>             //2-D graphics classes declarations
      #include <Taligent/Bundles.h>              //TGrafBundle2D declarations
      #include <Taligent/RGBColor.h>             //TRGBColor declarations
      #include <Taligent/Attribute.h>            //TColorPaint declarations
      #include <Taligent/AreaGeometry.h>         //TGPolygon, TGArea, TGLoop declarations
The glyph run example requires the following include files:

      #include <Taligent/StandardText.h>         //TStandardText declarations
      #include <Taligent/Font.h>                 //TFont declarations
      #include <Taligent/Localization.h>         //TLocale declarations
      #include <Taligent/GlyphRunGeometry.h>     //TGGlyphRun declarations
You may also need to add ConstructorArchiveLib to your PinkMake file.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker