Пример #1
0
 internal static IList <Class908> smethod_2(
     DxfMText mtext,
     Color color,
     short lineWeight)
 {
     return(Class666.smethod_3(mtext, color, lineWeight, Matrix4D.Identity, (Class985)null));
 }
Пример #2
0
 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));
 }
Пример #3
0
        internal static IList <Class908> smethod_5(
            DxfText text,
            Color color,
            short lineWeight,
            Matrix4D insertionTransformation,
            Bounds2D collectBounds)
        {
            Vector2D alignmentTranslation;
            Vector2D alignmentScaling;

            return(Class666.smethod_6(text, color, lineWeight, insertionTransformation, collectBounds, out alignmentTranslation, out alignmentScaling));
        }
Пример #4
0
 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));
 }
Пример #5
0
        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);
        }