7.6

Table Of Contents
Measure value representing the point size for the font. A value of -1 use the default font size of the style specified by style-
name.
styleproperty
Integer value representing the style property for the font:
l 0:Normal
l 1:Underline
l 2:Outline
fontcolor
Colour array that can be expressed using one, three or four values ranging from 0 to 255. For Grayscale, a single value
between 0 and 100 is used in the form [K], representing percentage of gray (100 is black, 0 is white). For the RGB model,
three values are used in the form [R, G, B]. For the CMYK model, four values are used in the form [C, M, Y, K].
fontratio
Integer value representing the percentage by which to shrink or stretch the font spacing. This value adjusts both the width of
each glyph and the spacing between glyphs. This is in contrast to kerning, which modifies the spacing between characters with-
out modifying the width of characters.
Example
setstyleext(&Style2.bi, 25, [100], 100)
Objects
Object $name()... EndObject (procedure)
Creates an object. You can reference the object you create using the $ operator. See "$element (procedure)" (page 612).
This command can only be used from within the PressTalk Before and PressTalk After of a PlanetPress Design doc-
ument, and cannot exist within a page's properties or the PressTalk of any object, including
Syntax
Syntax for an object that does not set its Set snapping point property:
object $name( top, left, width, height, condition, angle, setsnappingpoint, snaptoprevious )
...
endobject()
Syntax for an object that does set its Set snapping point property:
object $name( top, left, width, height, condition, angle, setsnappingpoint, snaptoprevious )
...
moveto( x_value, y_value )
endobject()
©2010 Objectif Lune Inc - 587 -