1245124612471248124912501251
/** * Load a new font */ public static long imageloadfont(Path file) { throw new QuercusException("imageloadfont() not implemented"); }
1306130713081309131013111312
public static ArrayValue imagepsbbox(String text, int font, int size, @Optional int space, @Optional int tightness, @Optional float angle) { throw new QuercusException("imagepsbbox() not implemented"); }
1314131513161317131813191320
/** * Make a copy of an already loaded font for further modification */ public static int imagepscopyfont(Value fontIndex) { throw new QuercusException("imagepscopyfont() not implemented"); }
1322132313241325132613271328
/** * Change the character encoding vector of a font */ public static boolean imagepsencodefont(Value fontIndex, Path encodingFile) { throw new QuercusException("imagepsencodefont() not implemented"); }
1330133113321333133413351336
/** * Extend or condense a font */ public static boolean imagepsextendfont(int fontIndex, float extend) { throw new QuercusException("imagepsextendfont() not implemented"); }
1338133913401341134213431344
/** * Free memory used by a PostScript Type 1 font */ public static boolean imagepsfreefont(Value fontIndex) { throw new QuercusException("imagepsfreefont() not implemented"); }
1346134713481349135013511352
/** * Load a PostScript Type 1 font from file */ public static Value imagepsloadfont(Path fontFile) { throw new QuercusException("imagepsloadfont() not implemented"); }
1354135513561357135813591360
/** * Slant a font */ public static boolean imagepsslantfont(Value fontIndex, float slant) { throw new QuercusException("imagepsslantfont() not implemented"); }
1369137013711372137313741375
@Optional int space, @Optional int tightness, @Optional float angle, @Optional int antialias_steps) { throw new QuercusException("imagepstext() not implemented"); }
1615161616171618161916201621
*/ public static void imagewbmp(QuercusImage image, @Optional Path filename, @Optional int threshhold) { throw new QuercusException("not supported"); }