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)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
* {{PropertyData|Position}}: specifies the position of the base point of the compound shape.
* {{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|Angle}}: specifies the rotation of the baseline of the shape.
* {{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|Axis}}: specifies the axis to use for the rotation.
* {{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|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|Size}}: specifies the general height of the letters.
* {{PropertyData|Keep Left Margin|Bool}}: Keep left margin and leading white space when justification is left. {{Version|1.0}}
* {{PropertyData|Tracking}}: specifies the additional inter-character spacing in the string.
* {{PropertyData|Make Face|Bool}}: Fill letters with faces.
* {{PropertyData|Font File}}: specifies the full path of the font file used to draw the string.
* {{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}}).

Latest revision as of 09:48, 21 April 2024

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): Font file name.
  • DataFuse (Bool): Fuse faces if faces overlap, usually not required (can be very slow). Ignored if DataMake Face is false. introduced in version 1.0
  • DataJustification (Enumeration): Horizontal and vertical alignment. Options: Top-Left, Top-Center, Top-Right, Middle-Left, Middle-Center, Middle-Right, Bottom-Left, Bottom-Center, Bottom-Right. introduced in version 1.0
  • DataJustification Reference (Enumeration): Height reference used for justification. Options: Cap Height, Shape Height. The shape height depends on the characters in DataString. introduced in version 1.0
  • DataKeep Left Margin (Bool): Keep left margin and leading white space when justification is left. introduced in version 1.0
  • DataMake Face (Bool): Fill letters with faces.
  • DataOblique Angle (Angle): Oblique (slant) angle. Must be in the -80° to +80° range. introduced in version 1.0
  • DataScale 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 DataSize exactly. introduced in version 1.0
  • DataSize (Length): Height of text.
  • DataString (String): Text string. A ShapeString can only display a single text line.
  • DataTracking (Distance): Inter-character spacing. The property type has been updated (introduced in version 1.0).