H Pos Set Cur

Signature

{hpossetcur(type):[pixel]}

Description

Sets the horizontal position of the next characters in the current line to x pixels.

Arguments

Type

The are a total of 8 types (0 -> 7) which control how the pixel argument is processed.

If its higher than 0, e.g. 2 (common), the pixel value will be directly used. If its 0 (very rare), the pixel value will be used as a reference to a list that holds the real value.

This argument is optional, and will equal the value 2 if non-existent.

Pixel

The position in pixel.

If the type is higher than 0, the number range is -32768 -> 32767. If its 0, the number range is 0 -> 127.

Notes

Last updated