User Guide
D · Appendices

Appendix D: Annotation Tools Reference

Every annotation tool exposed by Tex, with its default parameters and the settings that control them. See section 3 for workflow and usage.

Tool Reference Table

ToolAnnotationTypeDefault ColourDefault ThicknessFillDashDefault OpacitySetting KeyNotes
PenPen#FF00003 px1.0Annotation.DefaultPenColor, Annotation.DefaultThickness, Annotation.DefaultOpacityFree-form stroke; each drag is one undo step
MarkerMarker#FF0000~6 px~0.7Annotation.DefaultPenColorThicker, semi-transparent pen variant
HighlighterHighlighter#FFFF00~12 px0.4Annotation.DefaultHighlightColor, Annotation.HighlightOpacityStacks on overlap; good for text lines
RectangleRectangle#FF00003 pxYesYes1.0Annotation.DefaultPenColor, Annotation.DefaultThicknessSupports rounded-corner variant
EllipseEllipse#FF00003 pxYesYes1.0Annotation.DefaultPenColorShift-drag for a perfect circle
CloudCloud#FF00003 pxYesYes1.0Annotation.DefaultPenColorReview-style cloud-burst bubble
LineLine#FF00003 pxYes1.0Annotation.DefaultPenColorShift-drag constrains to 45-degree angles
ArrowArrow#FF00003 pxYes1.0Annotation.DefaultPenColorSingle arrowhead at release point
DoubleArrowDoubleArrow#FF00003 pxYes1.0Annotation.DefaultPenColorHeads on both ends; use for measurements
TextText#FF0000n/a1.0Annotation.DefaultPenColorFonts: Segoe UI / Arial / Calibri / Consolas / Georgia / Tahoma / Times New Roman / Verdana. Size 10-48 pt. Bold / Italic / Underline
CalloutCallout#FF0000n/a1.0Annotation.DefaultPenColorText inside a speech bubble; same font options as Text
StepStep#FF0000scales with thickness1.0Annotation.DefaultPenColorLabels: Numeric / Alphabetic / Roman. Reset via ResetStepCounterCommand
BlurBlurn/an/aAnnotation.BlurRadius (default 10)Destructive on save; Gaussian blur over dragged rectangle
PixelatePixelaten/an/aAnnotation.PixelateSize (default 10)Destructive on save; mosaic blocks over dragged rectangle
CropCropn/an/aReserved; trims the image to the dragged rectangle

Shared Behaviour

  • Undo stack — up to 50 steps; Ctrl+Z / Ctrl+Y (see 3.7).
  • Clear All — wipes every annotation but does NOT go on the undo stack.
  • Recent colours — the last 10 colours chosen across all sessions are stored in Annotation.RecentColors and appear in the colour-picker swatch.
  • Commit — Apply & Save (Ctrl+S) flattens to history; Apply & Copy (Ctrl+C) flattens to clipboard (AnnotationWindow only).

All annotation defaults live under the Annotation section of %APPDATA%\Tex\settings.json:

KeyTypeDefault
DefaultPenColorstring (hex)#FF0000
DefaultHighlightColorstring (hex)#FFFF00
DefaultThicknessint3
DefaultOpacityfloat1.0
HighlightOpacityfloat0.4
BlurRadiusint10
PixelateSizeint10
RecentColorsstring[] (hex)last 10 chosen

See 10.5 for the Settings window Annotation section.