StyleGrid REALbasic Plugin |
|
StyleGridStyle.Constructor Constructor
A constructor that constructs a StyleGridStyle object from a font name, font size and text color.
Constructor(
fontName as String,
fontSize as Integer,
textColor as Color)
Parameters
- fontName
- The name of the font.
- fontSize
- The size of the font.
- textColor
- The color of the font.
Remarks
See Also
StyleGridStyle Class