Share

AcGiTextStyle Constructor

Overload List

Method Description
AcGiTextStyle::AcGiTextStyle (AcDbDatabase*) The AcGiTextStyle object is initialized as follows:
AcGiTextStyle::AcGiTextStyle (ACHAR*, ACHAR*, double, double, double, double, Adesk::Boolean, Adesk::Boolean, Adesk::Boolean, Adesk::Boolean, Adesk::Boolean, Adesk::Boolean, ACHAR*)fontName must be the name of a font file with the extension .shx, .pfa, .pfb, or .ttf. Otherwise the font is set to NULL in the AcGiTextStyle object.bigFontName must be the name of a font file in big font format or the big font will be set to NULL in the AcGiTextStyle object.If textSize is not greater than 0.0, then textSize is set to 0.2 in the AcGiTextStyle object.If xScale is not greater than 0.0, then xScale is set to 1.0 in the AcGiTextStyle object.If obliqueAngle is not between -OBLIQUEMAX and +OBLIQUEMAX, then the obliquing angle... more

Was this information helpful?