Initializes a new instance of the
ImGearARTTextFromFile class object.
Syntax
public ImGearARTTextFromFile(
IImGearRectangle ,
java.lang.String ,
IImGearRGBQuad ,
java.lang.String ,
float ,
java.util.EnumSet<ImGearARTFontStyles>
)
|
Parameters
- rect
- Mark's rectangle.
- text
- Path to the file to load text from.
- textColor
- Color of the mark's text.
- fontName
- The name of the font.
- fontSize
- The pointSize of the font in points.
- fontStyle
- The style of the font. com.accusoft.imagegear.core.shapes.ImGearRectangleT:com.accusoft.imagegear.art.ImGearARTFontStyles
See Also