You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

83 lines
3.0 KiB

<!DOCTYPE okularAnnotatingTools>
<!--
Engine/Annotation Types [specific attributes]:
[color]
SmoothLine [lowPassFilter{true,false}] [orthoSnap{true,false}]
[color]
[opacity]
Highlight
Ink [width]
PickPoint [hoverIcon{string}]
[color]
Stamp[icon]
Text
TwoPoints [block{true,false}]
[color]
Line[width]
Geom
-->
<annotatingTools>
<tool id="1" name="Note" type="note-linked">
<tooltip>Text Annotation</tooltip>
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool-note">
<annotation type="Text" color="#FFFF00" />
</engine>
<shortcut>1</shortcut>
</tool>
<tool id="2" name="Inline Note" type="note-inline">
<tooltip>Inline Text Annotation (drag to select a zone)</tooltip>
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool-note-inline" block="true">
<annotation type="FreeText" color="#FFFF00" />
</engine>
<shortcut>2</shortcut>
</tool>
<tool id="3" name="Green Freehand Line" type="ink">
<tooltip>Green Ink</tooltip>
<engine type="SmoothLine" color="#00FF00">
<annotation type="Ink" color="#00FF00" width="2" />
</engine>
<shortcut>3</shortcut>
</tool>
<tool id="4" name="Yellow Highlighter" type="highlight">
<tooltip>Yellow Highlight</tooltip>
<engine type="TextSelector" color="#FFFF00">
<annotation type="Highlight" color="#FFFF00" />
</engine>
<shortcut>4</shortcut>
</tool>
<tool id="5" name="Straight Yellow Line" type="straight-line">
<tooltip>Straight Yellow Line</tooltip>
<engine type="PolyLine" color="#FFE000" points="2">
<annotation type="Line" width="1" color="#FFE000" />
</engine>
<shortcut>5</shortcut>
</tool>
<tool id="6" name="Blue Polygon" type="polygon">
<tooltip>Draw a polygon (click on the first point to close it)</tooltip>
<engine type="PolyLine" color="#007EEE" points="-1">
<annotation type="Line" width="1" color="#007EEE" />
</engine>
<shortcut>6</shortcut>
</tool>
<tool id="7" name="Stamp" type="stamp">
<tooltip>Put a stamp symbol</tooltip>
<engine type="PickPoint" hoverIcon="okular" size="64" block="true">
<annotation type="Stamp" icon="okular"/>
</engine>
<shortcut>7</shortcut>
</tool>
<tool id="8" name="Black Underlining" type="underline">
<tooltip>Underline the text with a black line</tooltip>
<engine type="TextSelector" color="#000000">
<annotation type="Underline" color="#000000" />
</engine>
<shortcut>8</shortcut>
</tool>
<tool id="9" name="Cyan Ellipse" type="ellipse">
<tooltip>A cyan ellipse</tooltip>
<engine type="PickPoint" color="#00ffff" block="true">
<annotation type="GeomCircle" width="5" color="#00ffff" />
</engine>
<shortcut>9</shortcut>
</tool>
</annotatingTools>