Changeset 222 for trunk/src


Ignore:
Timestamp:
Nov 9, 2009, 1:09:17 PM (16 years ago)
Author:
lpino
Message:
  • Added Innotek Font Engine support (just basic stuff)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT PI/pm/library/swt.c

    r209 r222  
    1818#include "structs.h"
    1919#include "editcol.h"
     20#include "ft2lib.h"
    2021#include <malloc.h>
    2122#include <memory.h>
     
    16821683}
    16831684
     1685JNIEXPORT void JNICALL Java_org_eclipse_swt_internal_pm_OS_Ft2EnableFontEngine
     1686        (JNIEnv *env, jclass that, jboolean fEnable)
     1687{
     1688    DEBUG_CALL("Ft2EnableFontEngine\n")
     1689
     1690    Ft2EnableFontEngine((BOOL)fEnable);
     1691}
     1692
    16841693JNIEXPORT jboolean JNICALL Java_org_eclipse_swt_internal_pm_OS_PrfQueryProfileSize
    16851694        (JNIEnv *env, jclass that, jint hini, jobject pszApp, jobject pszKey,
Note: See TracChangeset for help on using the changeset viewer.