FontSB.h 9.97 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287
/* 
 * FontSB.h
 *
 * (c) Copyright 1991-1994 Adobe Systems Incorporated.
 * All rights reserved.
 * 
 * Permission to use, copy, modify, distribute, and sublicense this software
 * and its documentation for any purpose and without fee is hereby granted,
 * provided that the above copyright notices appear in all copies and that
 * both those copyright notices and this permission notice appear in
 * supporting documentation and that the name of Adobe Systems Incorporated
 * not be used in advertising or publicity pertaining to distribution of the
 * software without specific, written prior permission.  No trademark license
 * to use the Adobe trademarks is hereby granted.  If the Adobe trademark
 * "Display PostScript"(tm) is used to describe this software, its
 * functionality or for any other purpose, such use shall be limited to a
 * statement that this software works in conjunction with the Display
 * PostScript system.  Proper trademark attribution to reflect Adobe's
 * ownership of the trademark shall be given whenever any such reference to
 * the Display PostScript system is made.
 * 
 * ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR
 * ANY PURPOSE.  IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
 * ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
 * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NON- INFRINGEMENT OF THIRD PARTY RIGHTS.  IN NO EVENT SHALL ADOBE BE LIABLE
 * TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL
 * DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,
 * NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  ADOBE WILL NOT
 * PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE SOFTWARE.
 * 
 * Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
 * Incorporated which may be registered in certain jurisdictions
 * 
 * Author:  Adobe Systems Incorporated
 */
/* $XFree86$ */

#ifndef _FontSelectionBox_h
#define _FontSelectionBox_h

/* New resouce names and classes */

#define XtNcontext "context"
#define XtCContext "Context"
#define XtNpreviewString "previewString"
#define XtCPreviewString "PreviewString"
#define XtNsizes "sizes"
#define XtCSizes "Sizes"
#define XtNsizeCount "sizeCount"
#define XtCSizeCount "SizeCount"
#define XtNdefaultResourcePath "defaultResourcePath"
#define XtCDefaultResourcePath "DefaultResourcePath"
#define XtNresourcePathOverride "resourcePathOverride"
#define XtCResourcePathOverride "ResourcePathOverride"
#define XtNuseFontName "useFontName"
#define XtCUseFontName "UseFontName"
#define XtNfontName "fontName"
#define XtCFontName "FontName"
#define XtNfontFamily "fontFamily"
#define XtCFontFamily "FontFamily"
#define XtNfontFace "fontFace"
#define XtCFontFace "FontFace"
#define XtNfontSize "fontSize"
#define XtCFontSize "FontSize"
#define XtNfontBlend "fontBlend"
#define XtCFontBlend "FontBlend"
#define XtNfontNameMultiple "fontNameMultiple"
#define XtCFontNameMultiple "FontNameMultiple"
#define XtNfontFamilyMultiple "fontFamilyMultiple"
#define XtCFontFamilyMultiple "FontFamilyMultiple"
#define XtNfontFaceMultiple "fontFaceMultiple"
#define XtCFontFaceMultiple "FontFaceMultiple"
#define XtNfontSizeMultiple "fontSizeMultiple"
#define XtCFontSizeMultiple "FontSizeMultiple"
#define XtNgetServerFonts "getServerFonts"
#define XtCGetServerFonts "GetServerFonts"
#define XtNgetAFM "getAFM"
#define XtCGetAFM "GetAFM"
#define XtNautoPreview "autoPreview"
#define XtCAutoPreview "AutoPreview"
#define XtNpreviewOnChange "previewOnChange"
#define XtCPreviewOnChange "PreviewOnChange"
#define XtNundefUnusedFonts "undefUnusedFonts"
#define XtCUndefUnusedFonts "UndefUnusedFonts"
#define XtNmaxPendingDeletes "maxPendingDeletes"
#define XtCMaxPendingDeletes "MaxPendingDeletes"
#define XtNmakeFontsShared "makeFontsShared"
#define XtCMakeFontsShared "MakeFontsShared"
#define XtNshowSampler "showSampler"
#define XtCShowSampler "ShowSampler"
#define XtNshowSamplerButton "showSamplerButton"
#define XtCShowSamplerButton "ShowSamplerButton"
#define XtNtypographicSort "typographicSort"
#define XtCTypographicSort "TypographicSort"
#define XtNokCallback "okCallback"
#define XtNapplyCallback "applyCallback"
#define XtNresetCallback "resetCallback"
#ifndef XtNcancelCallback
#define XtNcancelCallback "cancelCallback"
#endif
#define XtNvalidateCallback "validateCallback"
#define XtNfaceSelectCallback "faceSelectCallback"
#define XtNvalueChangedCallback "valueChangedCallback"
#define XtNcreateSamplerCallback "createSamplerCallback"
#define XtNcreateCreatorCallback "createCreatorCallback"

/* Read-only resources for all the subwidgets */

#define XtNpaneChild "paneChild"
#define XtNpreviewChild "previewChild"
#define XtNpanelChild "panelChild"
#define XtNfamilyLabelChild "familyLabelChild"
#define XtNfamilyMultipleLabelChild "familyMultipleLabelChild"
#define XtNfamilyScrolledListChild "familyScrolledListChild"
#define XtNfaceLabelChild "faceLabelChild"
#define XtNfaceMultipleLabelChild "faceMultipleLabelChild"
#define XtNfaceScrolledListChild "faceScrolledListChild"
#define XtNsizeLabelChild "sizeLabelChild"
#define XtNsizeTextFieldChild "sizeTextFieldChild"
#define XtNsizeOptionMenuChild "sizeOptionMenuChild"
#define XtNsizeMultipleLabelChild "sizeMultipleLabelChild"
#define XtNsamplerButtonChild "samplerButtonChild"
#define XtNpreviewButtonChild "previewButtonChild"
#define XtNseparatorChild "separatorChild"
#define XtNokButtonChild "okButtonChild"
#define XtNapplyButtonChild "applyButtonChild"
#define XtNresetButtonChild "resetButtonChild"
#define XtNcancelButtonChild "cancelButtonChild"
#define XtNmultipleMasterButtonChild "multipleMasterButtonChild"

/* New resource types */

#define XtRFloatList "FloatList"
#define XtRDPSContext "DPSContext"

/* Class record constants */

extern WidgetClass fontSelectionBoxWidgetClass;

typedef struct _FontSelectionBoxRec *FontSelectionBoxWidget;

typedef enum {FSBNone, FSBOne, FSBMultiple} FSBSelectionType;
typedef enum {FSBOK, FSBApply, FSBReset, FSBCancel,
	      FSBValueChanged} FSBCallbackReason;

typedef struct {
    FSBCallbackReason reason;
    String family;
    String face;
    float size;
    String name;
    String afm_filename;
    FSBSelectionType family_selection;
    FSBSelectionType face_selection;
    FSBSelectionType size_selection;
    FSBSelectionType name_selection;
    Boolean afm_present;
    Boolean unused;
    String blend;
    String base_name;
    float axis_percent[4];
} FSBCallbackRec;

typedef struct {
    FSBCallbackReason reason;
    String family;
    String face;
    float size;
    String name;
    String afm_filename;
    FSBSelectionType family_selection;
    FSBSelectionType face_selection;
    FSBSelectionType size_selection;
    FSBSelectionType name_selection;
    Boolean afm_present;
    Boolean doit;
    String blend;
    String base_name;
    float axis_percent[4];
} FSBValidateCallbackRec;

typedef struct {
    String *available_faces;
    int num_available_faces;
    String current_face;
    String new_face;
} FSBFaceSelectCallbackRec;

typedef struct {
    Widget sampler;
    Widget sampler_shell;
} FSBCreateSamplerCallbackRec;

typedef struct {
    Widget creator;
    Widget creator_shell;
} FSBCreateCreatorCallbackRec;

typedef enum {FSBAddBlend, FSBReplaceBlend, FSBDeleteBlend} FSBBlendAction;

/* Convenience and info routines */

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif

/* Note use of Bool and double in prototypes:  this makes the library
   work correctly when linked with no-prototype compiled objects */

extern void FSBSetFontName(Widget w,
			   String font_name,
			   Bool font_name_multiple);

extern void FSBSetFontFamilyFace(Widget w,
				 String font_family, String font_face,
				 Bool font_family_multiple,
				 Bool font_face_multiple);

extern void FSBSetFontSize(Widget w, double font_size,
			   Bool font_size_multiple);

extern void FSBRefreshFontList(Widget w);

extern void FSBGetFamilyList(Widget w, int *count_return,
			     String **family_return);

extern void FSBGetFaceList(Widget w, String family, int *count_return,
		      String **face_return, String **font_return);

extern void FSBUndefineUnusedFonts(Widget w);

extern Boolean FSBDownloadFontName(Widget w, String font_name);

extern Boolean FSBMatchFontFace(Widget w, String old_face, String new_family,
				String *new_face);

extern void FSBFontNameToFamilyFace(Widget w, String font_name,
				    String *family, String *face);

extern void FSBFontFamilyFaceToName(Widget w, String family, String face,
				    String *font_name);

extern String FSBFindAFM(Widget w, String font_name);

extern String FSBFindFontFile(Widget w, String font_name);

extern void FSBGetTextDimensions(Widget w, String text, String font,
				 double size, double x, double y,
				 float *dx, float *dy,
				 float *left, float *right,
				 float *top, float *bottom);

extern void FSBSetFontFamilyFaceBlend(Widget w, String family, String face,
				      String blend, Bool family_multiple,
				      Bool face_multiple);

extern void FSBFontNameToFamilyFaceBlend(Widget w, String font_name,
					 String *family, String *face,
					 String *blend);

extern void FSBFontFamilyFaceBlendToName(Widget w, String family, String face,
					 String blend, String *font_name);

extern void FSBGetBlendList(Widget w, String font_name, int *count_return,
			    String **blend_return, String **font_name_return,
			    float **axis_values_return);

extern void FSBGetBlendInfo(Widget w, String name, int *num_axes_return,
			    int *num_designs_return,
			    String **axis_names_return,
			    float **blend_positions_return, 
			    int **blend_map_count_return, 
			    int **blend_design_coords_return,
			    float **blend_normalized_coords_return);

extern Boolean FSBChangeBlends(Widget w, String base_name, String blend_name,
			       FSBBlendAction action, int *axis_values,
			       float *axis_percents);

#if defined(__cplusplus) || defined(c_plusplus)
}
#endif

#endif /* _FontSelectionBox_h */
/* DON'T ADD ANYTHING AFTER THIS #endif */