ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

font.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "wine/debug.h"
#include "msipriv.h"
#include "wine/unicode.h"

Go to the source code of this file.

Data Structures

struct  TT_OFFSET_TABLE
struct  TT_TABLE_DIRECTORY
struct  TT_NAME_TABLE_HEADER
struct  TT_NAME_RECORD

Defines

#define NAME_ID_FULL_FONT_NAME   4
#define NAME_ID_VERSION   5
#define SWAPWORD(x)   MAKEWORD(HIBYTE(x), LOBYTE(x))
#define SWAPLONG(x)   MAKELONG(SWAPWORD(HIWORD(x)), SWAPWORD(LOWORD(x)))

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (msi)
static WCHARload_ttf_name_id (const WCHAR *filename, DWORD id)
static WCHARfont_name_from_file (const WCHAR *filename)
WCHARmsi_font_version_from_file (const WCHAR *filename)
static UINT ITERATE_RegisterFonts (MSIRECORD *row, LPVOID param)
UINT ACTION_RegisterFonts (MSIPACKAGE *package)
static UINT ITERATE_UnregisterFonts (MSIRECORD *row, LPVOID param)
UINT ACTION_UnregisterFonts (MSIPACKAGE *package)

Variables

static const WCHAR regfont1 []
static const WCHAR regfont2 []

Generated on Fri May 25 2012 04:58:46 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.