home *** CD-ROM | disk | FTP | other *** search
-
- File: FontReqClass.Doc
- Description: FontReqClass documentation.
- Copyright: (C) Copyright 1995 Doguet Emmanuel.
- All Rights Reserved.
-
- ------------------------------------------------------------------------------
-
- TABLE OF CONTENTS
-
- FontReqClass/--background--
- FontReqClass/Methods
- FontReqClass/Attributes
-
- FontReqClass/--background-- FontReqClass/--background--
-
- NAME
- Class: FontReqClass
- Superclass:
- Include File "FontReqClass.h"
-
- FUNCTION
-
- To provide you with a very easy way to implement some font requester
- in your programs.
-
- The advantage of this class it that the objects remember their
- complete setting as long as the object remains valid.
-
-
- Also you program must open the following libraries:
-
- asl.library - V37 or better.
- intuition.library - V37 or better.
- utility.library - V37 or better.
-
- The source of this class is based on some sources of Jan Van Den
- Baard, the creator of the famous library: the bgui.library !!!!!
-
-
- FontReqClass/Methods FontReqClass/Methods
-
- NEW_METHODS
- OM_NEW
-
- OM_DISPOSE
-
- OM_GET
-
- CHANGED METHODS
- None.
-
-
-
-
- FontReqClass/Attributes FontReqClass/Attributes
-
- NAME
- FC_TextAttr -- (ULONG)
-
- FUNCTION
- Get TextAttr structure of the requester font.
-
- Default is NULL - Applicability is (G)
-
-
-
- NAME
- FC_FrontPen -- (ULONG)
-
- FUNCTION
- Get selected front pen.
-
- Default is NULL - Applicability is (G)
-
-
-
- NAME
- FC_BackPen -- (ULONG)
-
- FUNCTION
- Get selected back pen.
-
- Default is NULL - Applicability is (G)
-
-
-
- NAME
- FC_DrawMode -- (ULONG)
-
- FUNCTION
- Get the draw mode.
-
- Default is NULL - Applicability is (G)
-
-
-
- NAME
- FC_TTextAttr -- (ULONG)
-
- FUNCTION
- Get TextAttr structure of the returned font.
-
- Default is NULL - Applicability is (G)
-
-
-
-
- NAME
- FC_ReqLeftEdge -- (ULONG)
-
- FUNCTION
- For get the left edge position of the requester.
-
- Default is NULL - Applicability is (G)
-
-
-
- NAME
- FC_ReqTopEdge -- (ULONG)
-
- FUNCTION
- For get the top edge position of the requester.
-
- Default is NULL - Applicability is (G)
-
-
-
- NAME
- FC_ReqWidth -- (ULONG)
-
- FUNCTION
- For get the width of the requester.
-
- Default is NULL - Applicability is (G)
-
-
-
- NAME
- FC_ReqHeight -- (ULONG)
-
- FUNCTION
- For get the height of the requester.
-
- Default is NULL - Applicability is (G)
-
-
-
-
-
-