mapfile-vers revision 2362
84N/A#
84N/A# Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved.
84N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
84N/A#
84N/A# This code is free software; you can redistribute it and/or modify it
84N/A# under the terms of the GNU General Public License version 2 only, as
84N/A# published by the Free Software Foundation. Oracle designates this
84N/A# particular file as subject to the "Classpath" exception as provided
84N/A# by Oracle in the LICENSE file that accompanied this code.
84N/A#
84N/A# This code is distributed in the hope that it will be useful, but WITHOUT
84N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
84N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
84N/A# version 2 for more details (a copy is included in the LICENSE file that
84N/A# accompanied this code).
84N/A#
84N/A# You should have received a copy of the GNU General Public License version
84N/A# 2 along with this work; if not, write to the Free Software Foundation,
84N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
84N/A#
84N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
84N/A# or visit www.oracle.com if you need additional information or have any
84N/A# questions.
84N/A#
84N/A
84N/A# Define public interface.
84N/A
84N/ASUNWprivate_1.1 {
84N/A global:
84N/A getSunFontIDs;
84N/A newLayoutTableCache;
84N/A freeLayoutTableCache;
84N/A isNullScalerContext;
84N/A Java_sun_font_NullFontScaler_getNullScalerContext;
84N/A Java_sun_font_NullFontScaler_getGlyphImage;
84N/A Java_sun_font_SunFontManager_initIDs;
84N/A Java_sun_font_StrikeCache_getGlyphCacheDescription;
84N/A Java_sun_font_StrikeCache_freeIntPointer;
84N/A Java_sun_font_StrikeCache_freeLongPointer;
84N/A Java_sun_font_StrikeCache_freeIntMemory;
84N/A Java_sun_font_StrikeCache_freeLongMemory;
84N/A Java_sun_font_SunLayoutEngine_initGVIDs;
84N/A Java_sun_font_SunLayoutEngine_nativeLayout;
84N/A Java_sun_font_X11TextRenderer_doDrawGlyphList;
84N/A Java_sun_java2d_loops_DrawGlyphListAA_DrawGlyphListAA;
84N/A Java_sun_java2d_loops_DrawGlyphListLCD_DrawGlyphListLCD;
84N/A Java_sun_java2d_loops_DrawGlyphList_DrawGlyphList;
84N/A Java_sun_font_NativeStrikeDisposer_freeNativeScalerContext;
84N/A Java_sun_font_NativeStrike_createNullScalerContext;
84N/A Java_sun_font_NativeStrike_createScalerContext;
84N/A Java_sun_font_NativeStrike_getMaxGlyph;
84N/A Java_sun_font_NativeFont_fontExists;
84N/A Java_sun_font_NativeFont_haveBitmapFonts;
84N/A Java_sun_font_NativeFont_countGlyphs;
84N/A Java_sun_font_NativeFont_getGlyphAdvance;
84N/A Java_sun_font_NativeFont_getGlyphImage;
84N/A Java_sun_font_NativeFont_getGlyphImageNoDefault;
84N/A Java_sun_font_NativeFont_getFontMetrics;
84N/A local:
84N/A *;
84N/A};
84N/A