H Pos Min All

Signature

{hposminall(type):[pixel]}

Description

Sets the minimum horizontal position of the next characters in the current and next lines to x pixels.

The further away this tag is used from the first character of a line, the less of an impact will it have, and eventually none (>172 pixel).

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. 1 (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 1 if non-existent.

Pixel

The position in pixel.

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

Notes

If this tag is not used as the start of a line, it will not have an effect on the current line.

This tag overwrites the character alignment set via tags such as Align Left, Align Right and Align Center.

Last updated