Description
This tag set the size and the base of characters for the current font.
Parameters and typographical expressions
1.Character size. A positive decimal number of a measure type, or a typographical expression that results in such a number.
2.Flag to change or keep the character width. 0 or 1. If the parameter is not specified or its value is different than 0 the character width is set to the same value of the height , if the parameter is 0 the character width is unchanged.
Tag Effects
Effects are visible in the WYSIWYG pane of the Articles main tab or on a page on the Pages main tab. However, because this tag may change the way how the text lines are justified, its effect is indirectly visible in the source pane of the Articles or Pages main tab.
Type and scope
Can be inserted anywhere in text. Local for the paragraph where is inserted, therefore effects cease on the end of that paragraph. May be globalized, by appending the >default< tag after, but only before any printable character.
>h 9pt< | set the type size and base on 9pt from the point of insertion till the end of the paragraph. |
>h 9pt<>default< | set the type size and base on 9pt from the point of insertion till the end of the text or the next tag >h...<. |
>h 9pt< | set the type size and base on 9pt. |
>h 9pt,0< | set the type size on 9pt. The base is left unchanged |
>h H/2< | set the type size and base on half of the current size. |
>h H-1pt< | set the type size and base on 1dd less of the current size. This may be used for gradual reduce/increase of type size. |
>h W/2< | set the type size and base on half of the current base. |
>h M/10< | set the type size and base on a tenth of the column width. This changes the type size proportionally to the width of column. |
Increase/reduce (absolute)
>h H+1pt< | set the type size for 1pt in respect of current value. |
Increase/reduce (relative)
>h H'1200< | set the type size on 20% in respect of current value. |
>h H'800< | set the type size on 20% in respect on current value. |
Increase/reduce (percentual)
>h H*#1/100< | insert this expression in variable style as the first parametar for the percentual change of the type size. "100%" means "normal type size", "90" means type size "reduced on 90%" and "120" means "enlarged for 20%". |
Increase/reduce optional
>h H*(100+#1)/100< | insert this expression in variable style for the percentual reduction of the type size, making possible to omitt the parameter. For example, "0%" means "normal type size", "-10" means type size "reduced on 90%" i "20" means "type size enlarged for 20%". |
|