DIRECTORY
Convert USING [AppendInt],
Imager USING [black, Context, DoSave, MaskFill, MaskRectangle, SetColor, SetFont, SetGray, SetXY, SetXRel, SetXYRel, SetYRel, Show, TranslateT],
ImagerColor USING [ColorFromRGB, RGBFromHSV],
ImagerBackdoor USING [GetCP, DoIfVisible],
ImagerFont USING [Extents, Find, Font, FontBoundingBox, Modify, Scale, Width, XChar],
ImagerPath USING [PathProc],
ImagerTransformation USING [Rotate],
PressImage USING [DrawPressImage, MakePressImage, PressImage, PressImageError],
PressReader USING [AlternativeProc, ClosePressFile, ColorProc, Dots, DotsFollowProc, DrawCurveProc, DrawToProc, EntityProc, FontDirectoryProc, FontEntryProc, FontFace, FontProc, GetCommands, GetDocumentDirectory, GetDots, GetFonts, GetObject, GetPage, GetParts, Handle, MoveToProc, OpenPressFile, PageProc, PositionProc, PressReaderError, SetCodingProc, SetModeProc, SetSamplingPropertiesProc, SetSizeProc, SetWindowProc, ShowCharactersProc, ShowDotsProc, ShowObjectProc, ShowRectangleProc, SpaceProc, SpacingProc],
Real USING [Round, LargestNumber],
RefText USING [AppendChar, AppendRope, ObtainScratch, ReleaseScratch],
Rope USING [Fetch, FromRefText, Map, ROPE, Size],
ShowPress USING [FontRec, PressFileRec],
Vector2 USING [Add, Div, Mul, Sub, VEC];