Global

Members

# PDF_A3_HEIGHT

DIN A3 page height

# PDF_A3_WIDTH

DIN A3 page width

# PDF_A4_HEIGHT

DIN A4 page height

# PDF_A4_WIDTH

DIN A4 page width

# PDF_ALIGN_CENTER

align text center

# PDF_ALIGN_JUSTIFY

align text in the center, with padding to fill the available space

# PDF_ALIGN_JUSTIFY_ALL

Like PDF_ALIGN_JUSTIFY, except even short lines will be fully justified

# PDF_ALIGN_LEFT

align text left

# PDF_ALIGN_NO_WRITE

Fake alignment for only checking wrap height with no writes

# PDF_ALIGN_RIGHT

align text right

# PDF_BARCODE_128A

Produce code-128A style barcodes

# PDF_BARCODE_39

Produce code-39 style barcodes

# PDF_COURIER

PDf font.

# PDF_COURIER_BOLD

PDf font.

# PDF_COURIER_BOLD_OBLIQUE

PDf font.

# PDF_COURIER_OBLIQUE

PDf font.

# PDF_HELVETICA

PDf font.

# PDF_HELVETICA_BOLD

PDf font.

# PDF_HELVETICA_BOLD_OBLIQUE

PDf font.

# PDF_HELVETICA_OBLIQUE

PDf font.

# PDF_LETTER_HEIGHT

LETTER page height

# PDF_LETTER_WIDTH

LETTER page width

# PDF_SYMBOL

PDf font.

# PDF_TIMES

PDf font.

# PDF_TIMES_BOLD

PDf font.

# PDF_TIMES_BOLD_OBLIQUE

PDf font.

# PDF_TIMES_OBLIQUE

PDf font.

# PDF_TOPLEVEL_BOOKMARK

id for top-level bookmark.

# PDF_ZAPF_DINGBATS

PDf font.

# global

Properties:
Name Type Description
global object the global context.

Type Definitions

object

# CpuInfo

complex object containing the state information for all buttons and sticks. "-1" means "not available"
Example
{
	"brand_str": "",
	"cpu_clock": 55,
	"cpu_clock_measure": 62,
	"cpu_codename": "i486 DX-25/33",
	"ext_family": 4,
	"ext_model": 0,
	"family": 4,
	"features": [
		"fpu"
	],
	"l1_data_assoc": -1,
	"l1_data_cache": -1,
	"l1_data_cacheline": -1,
	"l1_instruction_assoc": -1,
	"l1_instruction_cache": -1,
	"l1_instruction_cacheline": -1,
	"l2_assoc": -1,
	"l2_cache": -1,
	"l2_cacheline": -1,
	"l3_assoc": -1,
	"l3_cache": -1,
	"l3_cacheline": -1,
	"l4_assoc": -1,
	"l4_cache": -1,
	"l4_cacheline": -1,
	"model": 0,
	"num_cores": 1,
	"num_logical_cpus": 1,
	"sse_size": -1,
	"stepping": 2,
	"total_logical_cpus": 1,
	"vendor": 0,
	"vendor_str": "GenuineIntel"
}
object

# FreeInfo

Properties:
Name Type Description
availClusters number available clusters on drive.
totalClusters number total clusters on drive.
bytesPerSector number bytes per sector.
bytesPerCluster number sectors per cluster.
object

# HTTPResult

An array with the HTTP result: [code, message, header, data]
object

# IpAdddress

An array with four numbers (e.g. [192.168.1.2]).
object

# IpcAddress

Node addresses are arrays of 6 numbers between 0-255 (e.g. [1, 2, 3, 4, 5, 6]).
object

# IpxPacket

received IPX data packet.
Properties:
Name Type Description
data string the received data.
source IpxAddress address of the sending node.
object

# MemInfo

Properties:
Name Type Description
total number total amount of memory in the system.
remaining number number of available bytes.
object

# StatInfo

Properties:
Name Type Description
atime string file access timestamp.
ctime string file creation time.
mtime string file modification time.
blksize number file size in blocks.
size number file size in bytes.
nlink number number of sub entries.
drive string drive letter for the entry.
is_blockdev boolean true if this is a block device.
is_chardev boolean true if this is a character device.
is_directory boolean true if this is a directory.
is_regular boolean true if this is a regular file.