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 5: Line 5:
* {{PropertyData|Keep Left Margin|Bool}}: Keep left margin and leading white space when justification is left. {{Version|0.22}}
* {{PropertyData|Keep Left Margin|Bool}}: Keep left margin and leading white space when justification is left. {{Version|0.22}}
* {{PropertyData|Make Face|Bool}}: Fill letters with faces.
* {{PropertyData|Make Face|Bool}}: Fill letters with faces.
* {{PropertyData|Oblique Angle|Angle}}: Oblique (slant) angle. Must be in the -80° to +80° range. This angle is applied after calculating the justification. {{Version|0.22}}
* {{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|0.22}}
* {{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|0.22}}
* {{PropertyData|Size|Length}}: Height of text.
* {{PropertyData|Size|Length}}: Height of text.

Revision as of 10:02, 25 September 2023

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 0.22
  • 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 0.22
  • 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 0.22
  • DataKeep Left Margin (Bool): Keep left margin and leading white space when justification is left. introduced in version 0.22
  • DataMake Face (Bool): Fill letters with faces.
  • DataOblique Angle (Angle): Oblique (slant) angle. Must be in the -80° to +80° range. This angle is applied after calculating the justification. introduced in version 0.22
  • 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 0.22
  • 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 0.22).