Changeset 10182
- Timestamp:
- Jul 28, 2003, 1:25:51 PM (22 years ago)
- Location:
- trunk/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/win/font.h ¶
r4 r10182 1 /* $Id: font.h,v 1. 1 1999-05-24 20:19:12 ktkExp $ */1 /* $Id: font.h,v 1.2 2003-07-28 11:25:51 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 #define __WINE_FONT_H 11 11 12 #include "gdi.h"13 14 12 #include "pshpack1.h" 15 16 /* GDI logical font object */17 typedef struct18 {19 GDIOBJHDR header;20 LOGFONT16 logfont WINE_PACKED;21 } FONTOBJ;22 13 23 14 typedef struct { … … 58 49 #define FONTCACHE 32 /* dynamic font cache size */ 59 50 60 extern BOOL FONT_Init( UINT16* pTextCaps );61 extern INT16 FONT_GetObject16( FONTOBJ * font, INT16 count, LPSTR buffer );62 extern INT FONT_GetObjectA( FONTOBJ * font, INT count, LPSTR buffer );63 extern INT FONT_GetObjectW( FONTOBJ * font, INT count, LPSTR buffer );64 extern void FONT_LogFont32ATo16( const LOGFONTA* font32, LPLOGFONT16 font16 );65 extern void FONT_LogFont32WTo16( const LOGFONTW* font32, LPLOGFONT16 font16 );66 extern void FONT_LogFont16To32A( const LPLOGFONT16 font16, LPLOGFONTA font32 );67 extern void FONT_LogFont16To32W( const LPLOGFONT16 font16, LPLOGFONTW font32 );68 extern void FONT_TextMetric32Ato16(const LPTEXTMETRICA ptm32, LPTEXTMETRIC16 ptm16 );69 extern void FONT_TextMetric32Wto16(const LPTEXTMETRICW ptm32, LPTEXTMETRIC16 ptm16 );70 extern void FONT_TextMetric16to32A(const LPTEXTMETRIC16 ptm16, LPTEXTMETRICA ptm32 );71 extern void FONT_TextMetric16to32W(const LPTEXTMETRIC16 ptm16, LPTEXTMETRICW ptm32 );72 extern void FONT_TextMetric32Ato32W(const LPTEXTMETRICA ptm32A, LPTEXTMETRICW ptm32W );73 51 74 52
Note:
See TracChangeset
for help on using the changeset viewer.