HyperWorks Desktop

*FooterFont()

Specifies the footer font.

*FooterFont()

Specifies the footer font.

Previous topic Next topic No expanding text in this topic  

*FooterFont()

Specifies the footer font.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*FooterFont(name, size, color, vertical alignment, horizontal alignment)

Arguments

Name

Description

name

The font name.

size

The font size.

color

The font color.

vertical alignment

Vertical alignment of the legend footer.

horizontal alignment

Horizontal alignment of the legend footer.

Example

*BeginLegend()

   *LegendType(static)

   *NumCols(9)

   *MinMax(0.141167, 1.28808)

   *FooterFont(Arial, 12, "255 255 255", left, bottom)

   *ColorRGB(0, 0, 200,

             21, 121, 255,

             0, 199, 221,

             40, 255, 185,

             57, 255, 0,

             170, 255, 0,

             255, 227, 0,

             255, 113, 0,

             255, 0, 0

*EndLegend()

Application

HyperView.

Context

*BeginContour()

*BeginTensor()

*BeginVector()

Comments

Captures the font setting applied to the legend footer.

This statement applies to the Contour, Tensor, and Vector panels in HyperView.

See also

 

*BeginLegend() - HyperView

*ColorRGB()

*EndLegend()- HyperView

*FooterText()

*HeaderFont()

*LegendPosition()

*LegendType()

*MinMax()

*NoResultColor()

*Numbers()

*NumbersFont()

*NumCols()

*ShowMax()

*ShowMaxLocal()

*ShowMin()

*ShowMinLocal()

*Title()

*TitleFont()

List of Session Statements