|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrinterFont | |
com.sap.ip.me.api.pios.printer | Printer support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services. |
Uses of PrinterFont in com.sap.ip.me.api.pios.printer |
Subinterfaces of PrinterFont in com.sap.ip.me.api.pios.printer | |
interface |
BitmappedFont
The BitmappedFont interface represents a bitmapped printer font. |
interface |
ScalableFont
The ScalableFont interface represents a scalable printer font. |
Methods in com.sap.ip.me.api.pios.printer that return PrinterFont | |
abstract PrinterFont[] |
PrinterConnection.listFonts(float size,
int fontType,
long options)
Returns the list of configured fonts sorted by name, filtered by size, font type, and printer font options. |
abstract PrinterFont |
PrinterConnection.getFont(java.lang.String name)
Returns a PrinterFont object by name. |
Methods in com.sap.ip.me.api.pios.printer with parameters of type PrinterFont | |
abstract void |
LinePrinter.printText(PrinterFont font,
java.lang.String text,
int alignment)
Prints the specified text at the current line position. |
abstract void |
GraphicPrinter.drawText(PrinterFont font,
float x,
float y,
java.lang.String text,
int rotate)
Draws a text field using the particular font at the specified coordinates. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |