287N/A/*
287N/A * FontSBI.h
287N/A *
287N/A * (c) Copyright 1991-1994 Adobe Systems Incorporated.
493N/A * All rights reserved.
287N/A *
287N/A * Permission to use, copy, modify, distribute, and sublicense this software
287N/A * and its documentation for any purpose and without fee is hereby granted,
287N/A * provided that the above copyright notices appear in all copies and that
287N/A * both those copyright notices and this permission notice appear in
287N/A * supporting documentation and that the name of Adobe Systems Incorporated
287N/A * not be used in advertising or publicity pertaining to distribution of the
287N/A * software without specific, written prior permission. No trademark license
287N/A * to use the Adobe trademarks is hereby granted. If the Adobe trademark
287N/A * "Display PostScript"(tm) is used to describe this software, its
287N/A * functionality or for any other purpose, such use shall be limited to a
287N/A * statement that this software works in conjunction with the Display
287N/A * PostScript system. Proper trademark attribution to reflect Adobe's
287N/A * ownership of the trademark shall be given whenever any such reference to
287N/A * the Display PostScript system is made.
287N/A *
287N/A * ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR
287N/A * ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
287N/A * ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
287N/A * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
287N/A * NON- INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE
287N/A * TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL
287N/A * DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,
287N/A * NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN
287N/A * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT
287N/A * PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE SOFTWARE.
287N/A *
287N/A * Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
287N/A * Incorporated which may be registered in certain jurisdictions
287N/A *
287N/A * Author: Adobe Systems Incorporated
493N/A */
287N/A/* $XFree86$ */
287N/A
493N/A#ifndef _FontSelectionBoxI_H
287N/A#define _FontSelectionBoxI_H
287N/A
493N/Aextern Widget _FSBCreateFontSampler(FontSelectionBoxWidget fsb);
287N/Aextern Boolean _FSBDownloadFontIfNecessary(FontRec *f,
287N/A FontSelectionBoxWidget fsb);
287N/Aextern XmString _FSBCreateSharedCS(String str, Widget w);
287N/Aextern void _FSBSetCreatorFamily(Widget w, FontFamilyRec *ff);
287N/Aextern void _FSBSetUpFaceList(FontSelectionBoxWidget fsb, Bool redisplay);
287N/Aextern void _FSBBogusFont(FontSelectionBoxWidget fsb, FontRec *f);
287N/Aextern void _FSBFlushFont(FontSelectionBoxWidget fsb, FontRec *f);
287N/Aextern void _FSBSetCurrentFont(FontSelectionBoxWidget fsb, String name);
287N/Aextern float _FSBNormalize(int val, BlendDataRec *bd, int i);
287N/Aextern int _FSBUnnormalize(double val, BlendDataRec *bd, int i);
493N/Aextern String _FSBGenFontName(String name, int *val, BlendDataRec *bd);
287N/A
287N/A#endif /* _FontSelectionBoxI_H */
493N/A/* DON'T ADD ANYTHING AFTER THIS #endif */
287N/A