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.
 
 
 
 
 

90 lines
3.2 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" pixmap="tool_note">
<tooltip>Text Annotation</tooltip>
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool_note" center="true">
<annotation type="Text" color="#FFFF00" />
</engine>
<shortcut>1</shortcut>
</tool>
<tool id="2" name="FreeText" pixmap="text">
<tooltip>Free Text Annotation</tooltip>
<engine type="PickPoint" color="#FFFF00" hoverIcon="tool_note">
<annotation type="FreeText" color="#FFFF00" />
</engine>
<shortcut>2</shortcut>
</tool>
<tool id="3" name="Green Highlighter" pixmap="tool_ink_green">
<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="Pink Highlighter" pixmap="tool_hl_pink">
<tooltip>Pink Ink</tooltip>
<engine type="SmoothLine" color="#FF0080">
<annotation type="Ink" color="#FF0080" width="4" />
</engine>
<shortcut>4</shortcut>
</tool>
<tool id="5" name="Yellow Highlighter" pixmap="tool_hl_yellow">
<tooltip>Yellow Highlight</tooltip>
<engine type="TextSelector" color="#FFFF00">
<annotation type="Highlight" color="#FFFF00" />
</engine>
<shortcut>5</shortcut>
</tool>
<tool id="6" name="Straight Yellow Line" pixmap="tool_hl_yellow">
<tooltip>Straight Yellow Line</tooltip>
<engine type="PolyLine" color="#FFE000" points="2">
<annotation type="Line" width="4" color="#FFE000" />
</engine>
<shortcut>6</shortcut>
</tool>
<tool id="7" name="Blue Polygon" pixmap="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="4" color="#007EEE" />
</engine>
<shortcut>7</shortcut>
</tool>
<tool id="8" name="Stamp" pixmap="stamp">
<tooltip>Put a stamp symbol</tooltip>
<engine type="PickPoint" hoverIcon="okular" center="true" size="64">
<annotation type="Stamp" icon="okular"/>
</engine>
<shortcut>8</shortcut>
</tool>
<tool id="9" name="Black Underlining" pixmap="under">
<tooltip>Underline the text with a black line</tooltip>
<engine type="TextSelector" color="#000000">
<annotation type="Underline" color="#000000" />
</engine>
<shortcut>9</shortcut>
</tool>
<tool id="10" name="Cyan Ellipse" pixmap="ellipse">
<tooltip>A cyan ellipse</tooltip>
<engine type="PickPoint" color="#00ffff">
<annotation type="GeomCircle" color="#00ffff" />
</engine>
<shortcut>10</shortcut>
</tool>
</annotatingTools>