home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / FNTPAK32.ZIP / C.EXE / FONT_PAK.H < prev    next >
Text File  |  1995-08-16  |  5KB  |  170 lines

  1. /***********************************************************  Font_Pak.H
  2.  
  3.     C prototypes for Font Pak functions.
  4.  
  5.     All functions are FAR calls.  All function names are UPPER case.
  6.     And all ASSEMBLER functions use the PASCAL calling convention (you
  7.     only need to declare them properly, then call them as usual).
  8.  
  9.      ** Functions in the language-specific ONDISK_?.Obj module
  10.         (written in C) are called using the C calling convention.
  11.  
  12.     Except for one case, pass ALL parameters by VALUE.  The exception
  13.     is rsButtonPressed.  Pass Row and Column by reference so we can
  14.     update and return them to you.
  15.  
  16. ************************************************************************/
  17.  
  18. /*
  19.   Prototype for declaring OBJ fonts you've created with Font2Asm.
  20.  
  21. void extern pascal far [calling name] (int Block);     replace [calling name]
  22.  
  23. */
  24.  
  25. /*=========================== Video-related functions:   Video.Obj */
  26.  
  27. /*
  28.   Determine type of monitor in use.  Returns : : :
  29.     0 = None (no monitor)   1 = Monochrome
  30.     3 = Color (CGA)         4 = EGA (or MultiSync)
  31.     7 = VGA Monochrome      8 = VGA Color (or MultiSync)
  32. */
  33. int extern pascal far GETMONITOR(void);
  34.  
  35. /*
  36.   Needed only for shareware versions
  37. */
  38. void extern pascal far FPINITIALIZE (void);
  39.  
  40. /*
  41.   Select brite backgrounds -or- blinking.
  42. */
  43. void extern pascal far BRIGHTBG (int OnOff);
  44.  
  45. /*
  46.   Switch color palettes to achieve bright backgrounds, preserve blinking colors.
  47. */
  48. void extern pascal far DEFAULTPALETTE (int Which);
  49.  
  50. /*
  51.   Select dark blue background, preserve blinking -- a subset of DefaultPalette.
  52.   NOTE:  In Microsoft C you may get GREY instead of Dark Blue.
  53. */
  54. void extern pascal far DARKBLUE(void);
  55.  
  56. /*
  57.   Set the maximum # of lines on the screen -- based on the size
  58.   of the font you're loading.
  59. */
  60.  
  61. int  extern pascal far SETMAXLINES(int FontHeight);
  62.  
  63. /*
  64.   If you change # of lines beyond the normal 25, 43 or 50, your compiler
  65.   may protest if you try to print to or "locate" beyond 25/43/50.  The
  66.   next 2 routines can help overcome these limitations.
  67. */
  68.  
  69. void extern pascal far WRITECHAR    (int Row, int Col, int AscCode, int Colr);
  70. void extern pascal far SETCURSORPOS (int Row, int Col);
  71.  
  72. /*====================== Text-mode Font-related functions:  Fonts.Obj */
  73.  
  74. /*
  75.   Select 1 or 2 blocks to turn on font(s) you loaded into these blocks.
  76. */
  77. void extern pascal far RSWHICHFONTS (int Block1, int Block2);
  78.  
  79. /*
  80.   Pre-load font blocks, or restore default font.
  81. */
  82. void extern pascal far RSLOADDEFAULT (int FontSize, int Block);
  83.  
  84. /*
  85.   Called by ONDISK... routines, help load font from disk, or a transformed one.
  86. */
  87. void extern pascal far RSLOADFONT (int FontSeg, int FontAddr, int block, int NumChars, int FontHeight, int FirstChr);
  88.  
  89. /*
  90.    To load fonts from disk.  Found in Ondisk_?.C.  Calls RSLOADFONT.
  91. */
  92. int extern LOADFONTFILE (char *Fontfile, int Block);
  93.  
  94.  
  95. /*============================== Mouse-related functions:  Mouse.Obj */
  96.  
  97. /*
  98.   Initialze the mouse and see if there is one.
  99. */
  100. int extern pascal far RSTHEREISAMOUSE(void);
  101.  
  102. /*
  103.   Hide or display mouse cursor.
  104. */
  105. void extern pascal far RSSHOWCURSOR(void);
  106. void extern pascal far RSHIDECURSOR(void);
  107.  
  108. /*
  109.   rsButtonPressed returns which mouse button was pressed, and if so, where.
  110.  
  111.   - NOTE that Row and Column MUST be passed by reference so we can update them.
  112.  
  113.   - GFXorText:  Pass 0 to get text mode Row/Col,
  114.                 or  -1 to get graphics mode pixel coordinates
  115.  
  116.   - returns which button was pressed:  0 (none) 1 (left) 2(right)
  117.                                        3 (both) 4 (middle)
  118. */
  119. int extern pascal far RSBUTTONPRESSED (int *MouseRow, int *MouseCol, int GFXorText);
  120.  
  121.  
  122. /*===================== Text-mode mouse shape functions:  LdCursor.Obj */
  123.  
  124. /*
  125.   To select the ASCII char to be used as mouse cursor shape.
  126.   Also select the colors of mouse cursor.
  127. */
  128. void extern pascal far RSSETTEXTCURSOR  (int ForeGround, int BackGround, int AsciiChar);
  129. void extern pascal far RSSETTEXTCURSORC (int AsciiChar);
  130.  
  131. /*
  132.   To select a mouse cursor shape from our custom library of shapes: 8x16 or 8x8
  133. */
  134. void extern pascal far RSLOADMOUSECURSOR (int Block, int WhichShape, int ASCIICode);
  135. void extern pascal far RSLOADMOUSE8 (int Block, int WhichShape, int ASCIICode);
  136.  
  137. /*
  138.   Determine how many 16- and 8-point mouse shapes are in our libraries
  139. */
  140. int extern pascal far NUM16SHAPES(void);
  141. int extern pascal far NUM8SHAPES(void);
  142.  
  143.  
  144. /*=================================== GRAPHICS-mode mouse shape procedures
  145.  
  146.    To select a GRAPHICS-MODE mouse cursor shape from a library of shapes.
  147. */
  148.  
  149. void extern pascal far RSLOADGFXCURSOR (int WhichShape, int HotSpotX, int HotSpotY);
  150. int  extern pascal far NUMGFXSHAPES (void);
  151.  
  152. /*====================================== TEXT-mode Symbol/Icon procedures
  153.  
  154.    To select the 1- or 2-byte symbols or icons.  Also see rsLoadMouseCursor
  155.    which contains other 1-byte shapes which may be used as symbols/icons.
  156. */
  157. void extern pascal far RSLOADSYMBOL (int Block, int WhichShape, int ASCIICode);
  158. int  extern pascal far NUM16SYMBOLS (void);
  159.  
  160.  
  161. /*================ Graphics-mode Font-related functions:  GFX_FONT.Obj */
  162.  
  163. /*
  164.    In EGA/VGA graphics modes ONLY, select the 8-, 14- or 16-point font
  165.    or restore the default font.
  166. */
  167. void extern pascal far GFXFont08(void);
  168. void extern pascal far GFXFont14(void);
  169. void extern pascal far GFXFont15(void);
  170.