Changeset 10182


Ignore:
Timestamp:
Jul 28, 2003, 1:25:51 PM (22 years ago)
Author:
sandervl
Message:

header updates

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 ktk Exp $ */
     1/* $Id: font.h,v 1.2 2003-07-28 11:25:51 sandervl Exp $ */
    22
    33/*
     
    1010#define __WINE_FONT_H
    1111
    12 #include "gdi.h"
    13 
    1412#include "pshpack1.h"
    15 
    16   /* GDI logical font object */
    17 typedef struct
    18 {
    19     GDIOBJHDR   header;
    20     LOGFONT16   logfont WINE_PACKED;
    21 } FONTOBJ;
    2213
    2314typedef struct {
     
    5849#define FONTCACHE       32      /* dynamic font cache size */
    5950
    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 );
    7351
    7452
Note: See TracChangeset for help on using the changeset viewer.