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.
82 lines
3.0 KiB
82 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" pixmap="tool-note"> |
|
<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" pixmap="tool-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 Highlighter" pixmap="draw-brush"> |
|
<tooltip>Green Ink</tooltip> |
|
<engine type="SmoothLine" color="#00FF00"> |
|
<annotation type="Ink" color="#00FF00" width="2" /> |
|
</engine> |
|
<shortcut>3</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_line_okular"> |
|
<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="tool_polygon_okular"> |
|
<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="tool-stamp"> |
|
<tooltip>Put a stamp symbol</tooltip> |
|
<engine type="PickPoint" hoverIcon="graphics-viewer-document" center="true" size="64"> |
|
<annotation type="Stamp" icon="graphics-viewer-document"/> |
|
</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="tool_ellipse_okular"> |
|
<tooltip>A cyan ellipse</tooltip> |
|
<engine type="PickPoint" color="#00ffff" block="true"> |
|
<annotation type="GeomCircle" color="#00ffff" /> |
|
</engine> |
|
</tool> |
|
</annotatingTools>
|
|
|