Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-12-01 01:58:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-01 02:43:38 +0300
commit1d91e8c12a25618c308fcd25108bf36af0f27094 (patch)
tree362f198e4a2d891cffdcd38d9b8c8463cc160c65 /io_import_dxf
parent7aa99631512454831c639353bb1ed9886a7d0694 (diff)
Cleanup: trailing space & tabs to spaces
Diffstat (limited to 'io_import_dxf')
-rw-r--r--io_import_dxf/dxfgrabber/dxfentities.py40
1 files changed, 20 insertions, 20 deletions
diff --git a/io_import_dxf/dxfgrabber/dxfentities.py b/io_import_dxf/dxfgrabber/dxfentities.py
index 61ff351c..ea2eb9d0 100644
--- a/io_import_dxf/dxfgrabber/dxfentities.py
+++ b/io_import_dxf/dxfgrabber/dxfentities.py
@@ -739,24 +739,24 @@ def normalized(vector):
##################################################
# MTEXT inline codes
-# \L Start underline
-# \l Stop underline
-# \O Start overstrike
-# \o Stop overstrike
-# \K Start strike-through
-# \k Stop strike-through
-# \P New paragraph (new line)
-# \pxi Control codes for bullets, numbered paragraphs and columns
-# \X Paragraph wrap on the dimension line (only in dimensions)
-# \Q Slanting (obliquing) text by angle - e.g. \Q30;
-# \H Text height - e.g. \H3x;
-# \W Text width - e.g. \W0.8x;
-# \F Font selection
+# \L Start underline
+# \l Stop underline
+# \O Start overstrike
+# \o Stop overstrike
+# \K Start strike-through
+# \k Stop strike-through
+# \P New paragraph (new line)
+# \pxi Control codes for bullets, numbered paragraphs and columns
+# \X Paragraph wrap on the dimension line (only in dimensions)
+# \Q Slanting (obliquing) text by angle - e.g. \Q30;
+# \H Text height - e.g. \H3x;
+# \W Text width - e.g. \W0.8x;
+# \F Font selection
#
# e.g. \Fgdt;o - GDT-tolerance
# e.g. \Fkroeger|b0|i0|c238|p10 - font Kroeger, non-bold, non-italic, codepage 238, pitch 10
#
-# \S Stacking, fractions
+# \S Stacking, fractions
#
# e.g. \SA^B:
# A
@@ -768,13 +768,13 @@ def normalized(vector):
# e.g. \S1#4:
# 1/4
#
-# \A Alignment
+# \A Alignment
#
# \A0; = bottom
# \A1; = center
# \A2; = top
#
-# \C Color change
+# \C Color change
#
# \C1; = red
# \C2; = yellow
@@ -784,10 +784,10 @@ def normalized(vector):
# \C6; = magenta
# \C7; = white
#
-# \T Tracking, char.spacing - e.g. \T2;
-# \~ Non-wrapping space, hard space
-# {} Braces - define the text area influenced by the code
-# \ Escape character - e.g. \\ = "\", \{ = "{"
+# \T Tracking, char.spacing - e.g. \T2;
+# \~ Non-wrapping space, hard space
+# {} Braces - define the text area influenced by the code
+# \ Escape character - e.g. \\ = "\", \{ = "{"
#
# Codes and braces can be nested up to 8 levels deep