Ignore:
Timestamp:
Aug 14, 2000, 5:51:20 PM (25 years ago)
Author:
cbratschi
Message:

activated WinDrawText

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/oslibgpi.h

    r3705 r4012  
    1 /* $Id: oslibgpi.h,v 1.6 2000-06-14 13:17:51 sandervl Exp $ */
     1/* $Id: oslibgpi.h,v 1.7 2000-08-14 15:51:20 cbratschi Exp $ */
    22
    33/*
     
    139139
    140140VOID calcDimensions(POINTLOS2 box[],PPOINTLOS2 point);
     141
     142#define BMOS_ERROR                      (-1L)
     143#define BMOS_DEFAULT                      0L
     144#define BMOS_OR                           1L
     145#define BMOS_OVERPAINT                    2L
     146#define BMOS_LEAVEALONE                   5L
     147
     148LONG OSLibGpiQueryBackMix(PVOID pHps);
     149
     150#define MMOS_TEXT             1
     151#define MMOS_LOMETRIC         2
     152#define MMOS_HIMETRIC         3
     153#define MMOS_LOENGLISH        4
     154#define MMOS_HIENGLISH        5
     155#define MMOS_TWIPS            6
     156#define MMOS_ISOTROPIC        7
     157#define MMOS_ANISOTROPIC      8
     158
     159BOOL doesYAxisGrowNorth(PVOID pHps);
    141160
    142161#define DTOS_LEFT                    0x00000000
     
    156175#define DTOS_ERASERECT               0x00008000
    157176
    158 #define BMOS_ERROR                      (-1L)
    159 #define BMOS_DEFAULT                      0L
    160 #define BMOS_OR                           1L
    161 #define BMOS_OVERPAINT                    2L
    162 #define BMOS_LEAVEALONE                   5L
    163 
    164 LONG OSLibGpiQueryBackMix(PVOID pHps);
    165 
    166 #define MMOS_TEXT             1
    167 #define MMOS_LOMETRIC         2
    168 #define MMOS_HIMETRIC         3
    169 #define MMOS_LOENGLISH        4
    170 #define MMOS_HIENGLISH        5
    171 #define MMOS_TWIPS            6
    172 #define MMOS_ISOTROPIC        7
    173 #define MMOS_ANISOTROPIC      8
    174 
    175 BOOL doesYAxisGrowNorth(PVOID pHps);
     177#define DTOS_SYSTEMFONT       0x00000001
     178#define DTOS_SINGLELINE       0x00010000
     179#define DTOS_MULTILINE        0x00020000
     180#define DTOS_NOCLIP           0x00040000
     181#define DTOS_OPAQUE           0x00080000
     182#define DTOS_AMPERSAND        0x00100000
     183#define DTOS_VERTICALEXTENT   0x00200000
     184#define DTOS_INVERTCHAR       0x20000000
     185#define DTOS_WORLDRECT        0x40000000
     186#define DTOS_INVERT           0x80000000
    176187
    177188LONG OSLibWinDrawTabbedText(PVOID pHps,LONG cchText,LONG lTabs,LPCSTR lpchText,PVOID prcl,LONG clrFore,LONG clrBack,ULONG flCmd);
Note: See TracChangeset for help on using the changeset viewer.