1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class sun_font_NullFontScaler */
4
5#ifndef _Included_sun_font_NullFontScaler
6#define _Included_sun_font_NullFontScaler
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: sun_font_NullFontScaler
12 * Method: getNullScalerContext
13 * Signature: ()J
14 */
15JNIEXPORT jlong JNICALL Java_sun_font_NullFontScaler_getNullScalerContext
16 (JNIEnv *, jclass);
17
18/*
19 * Class: sun_font_NullFontScaler
20 * Method: getGlyphImage
21 * Signature: (JI)J
22 */
23JNIEXPORT jlong JNICALL Java_sun_font_NullFontScaler_getGlyphImage
24 (JNIEnv *, jobject, jlong, jint);
25
26#ifdef __cplusplus
27}
28#endif
29#endif
30