The GetStampFont transaction returns the font used for stamps. The same font is used for all stamps.
Type XTYP_REQUEST
Syntax [GetStampFont(objectID, stampID)]
|
Parameter |
Data type |
Values |
Meaning |
|
objectID |
DWORD |
-1 |
Imagenation |
|
stampID |
WORD |
0 |
all stamps |
|
Reply |
Data type |
Values |
Meaning |
|
"fontName" |
Windows-defined name of the font | ||
|
fontSize |
float |
size of the font | |
|
units |
WORD |
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 |
inches | cm | pixels | feet | mm | m | points | twips | percentage of image size |
|
rgbColor |
WORD |
color of the stamp text | |
Remarks
This transaction is identical to the old GetWatermarkFont. Its name has simply been changed for consistency with the standard Imagenation user interface. GetWatermarkFont will continue to work in existing integrations.
Release information
Added in Release 5.10.
See also