Translations:Draft ShapeString/8/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
* {{PropertyData|Position}}: specifies the position of the base point of the compound shape.
* {{PropertyData|Font File|File}}: specifies the path of the font file used to draw the text.
* {{PropertyData|Angle}}: specifies the rotation of the baseline of the shape.
* {{PropertyData|Size|Length}}: specifies the general height of the text.
* {{PropertyData|Axis}}: specifies the axis to use for the rotation.
* {{PropertyData|String|String}}: specifies the text string to display. Unlike a [[Draft_Text|Draft Text]], a Draft ShapeString can only display a single text line.
* {{PropertyData|String}}: specifies the text string to display; unlike the [[Draft_Text|Draft Text]] tool, the [[Draft_ShapeString|Draft ShapeString]] can only display a single line.
* {{PropertyData|Tracking|Length}}: specifies the additional inter-character spacing of the text.
* {{PropertyData|Size}}: specifies the general height of the letters.
* {{PropertyData|Tracking}}: specifies the additional inter-character spacing in the string.
* {{PropertyData|Font File}}: specifies the full path of the font file used to draw the string.

Revision as of 11:22, 4 May 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Draft ShapeString)
* {{PropertyData|Font File|File}}: Font file name.
* {{PropertyData|Fuse|Bool}}: Fuse faces if faces overlap, usually not required (can be very slow). Ignored if {{PropertyData|Make Face}} is {{FALSE}}. {{Version|1.0}}
* {{PropertyData|Justification|Enumeration}}: Horizontal and vertical alignment. Options: {{value|Top-Left}}, {{value|Top-Center}}, {{value|Top-Right}}, {{value|Middle-Left}}, {{value|Middle-Center}}, {{value|Middle-Right}}, {{value|Bottom-Left}}, {{value|Bottom-Center}}, {{value|Bottom-Right}}. {{Version|1.0}}
* {{PropertyData|Justification Reference|Enumeration}}: Height reference used for justification. Options: {{value|Cap Height}}, {{value|Shape Height}}. The shape height depends on the characters in {{PropertyData|String}}. {{Version|1.0}}
* {{PropertyData|Keep Left Margin|Bool}}: Keep left margin and leading white space when justification is left. {{Version|1.0}}
* {{PropertyData|Make Face|Bool}}: Fill letters with faces.
* {{PropertyData|Oblique Angle|Angle}}: Oblique (slant) angle. Must be in the -80° to +80° range. {{Version|1.0}}
* {{PropertyData|Scale To Size|Bool}}: Scale to ensure cap height is equal to size. If set to {{FALSE}}, depending on the font, cap height will not match {{PropertyData|Size}} exactly. {{Version|1.0}}
* {{PropertyData|Size|Length}}: Height of text.
* {{PropertyData|String|String}}: Text string. A ShapeString can only display a single text line.
* {{PropertyData|Tracking|Distance}}: Inter-character spacing. The property type has been updated ({{Version|1.0}}).
  • DataFont File (File): specifies the path of the font file used to draw the text.
  • DataSize (Length): specifies the general height of the text.
  • DataString (String): specifies the text string to display. Unlike a Draft Text, a Draft ShapeString can only display a single text line.
  • DataTracking (Length): specifies the additional inter-character spacing of the text.