internal static IList <Class908> smethod_3( DxfMText mtext, Color color, short lineWeight, Matrix4D insertionTransformation, Class985 mtextLayoutInfo) { return(Class666.smethod_1(mtext.Text, mtext.ReferenceRectangleWidth, mtext.Height, mtext.AttachmentPoint, mtext.LineSpacingFactor, mtext.LineSpacingStyle, mtext.Style, mtext.Style.WidthFactor, color, mtext.DrawingDirection, lineWeight, insertionTransformation * mtext.Transform, mtextLayoutInfo, Enum24.flag_3)); }
internal static IList <Class908> smethod_0( string text, double height, DxfTextStyle style, double widthFactor, Color color, short lineWeight, Matrix4D insertionTransformation, Class985 resultLayoutInfo, Enum24 whiteSpaceHandlingFlags) { return(Class666.smethod_1(text, 0.0, height, AttachmentPoint.MiddleLeft, 1.0, LineSpacingStyle.Exact, style, widthFactor, color, DrawingDirection.LeftToRight, lineWeight, insertionTransformation, resultLayoutInfo, whiteSpaceHandlingFlags)); }
internal static IList <Class908> smethod_4( DxfMText mtext, Color color, short lineWeight, Matrix4D insertionTransformation, Bounds2D collectBounds) { Class985 resultLayoutInfo = collectBounds == null ? (Class985)null : new Class985(); IList <Class908> class908List = Class666.smethod_1(mtext.Text, mtext.ReferenceRectangleWidth, mtext.Height, mtext.AttachmentPoint, mtext.LineSpacingFactor, mtext.LineSpacingStyle, mtext.Style, mtext.Style.WidthFactor, color, mtext.DrawingDirection, lineWeight, insertionTransformation * mtext.Transform, resultLayoutInfo, Enum24.flag_3); collectBounds?.Update(resultLayoutInfo.Bounds); return(class908List); }