]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/producer_pango.yml
Add outline to pango and dynamic text services. Add pad and align to
[mlt] / src / modules / gtk2 / producer_pango.yml
index 889120cdabfaf71d26deac7aabe2286e57c0c853..6de6a04aa65de82e888430d2cd7a179504254e3c 100644 (file)
@@ -72,12 +72,36 @@ parameters:
     mutable: yes
     widget: color
     
+  - identifier: olcolour
+    title: Outline color
+    type: string
+    description: >
+      A color value is a hexadecimal representation of RGB plus alpha channel 
+      as 0xrrggbbaa. Colors can also be the words: white, black, red, green,
+      or blue. You can also use a HTML-style color values #rrggbb or #aarrggbb.
+    readonly: no
+    mutable: yes
+    widget: color
+    
+  - identifier: outline
+    title: Outline Width
+    type: string
+    description: >
+      The width of the outline in pixels.
+    readonly: no
+    default: 0
+    minimum: 0
+    maximum: 3
+    mutable: yes
+    widget: spinner
+    
   - identifier: align
     title: Paragraph alignment
     type: string
     description: >
       left, centre, right (also, numbers 0, 1 and 2 can be used respectively)
     readonly: no
+    default: left
     mutable: yes
     widget: combo