Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jun 7, 2020
1 parent 094953b commit 880bb03
Show file tree
Hide file tree
Showing 2 changed files with 1,294 additions and 1,288 deletions.
10 changes: 8 additions & 2 deletions Documentation/source/plugins/net.fxarena.openfx.Text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Text node

|pluginIcon| 
*This documentation is for version 6.12 of Text (net.fxarena.openfx.Text).*
*This documentation is for version 6.13 of Text (net.fxarena.openfx.Text).*

Description
-----------
Expand Down Expand Up @@ -93,12 +93,18 @@ Controls
| | | | | **Center** |
| | | | | **Bottom** |
+---------------------------------------------+---------+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Font family / ``name`` | Choice |   | The name of the font to be used. |
| Select font / ``name`` | Choice |   | | Select font family to be used. |
| | | | | |
| | | | | This parameter is only used to set font family in the ‘font’ parameter. This parameter does not support animation, use the ‘font’ parameter for animation. |
+---------------------------------------------+---------+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Custom font(s) / ``custom`` | N/A |   | | Add custom font(s) to the font list. This can be a font file or a directory with fonts. |
| | | | | |
| | | | | If you want a portable project copy all used fonts to [Project]/fonts (or similar) and reference them here. |
+---------------------------------------------+---------+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Font family / ``font`` | String | Arial | | The name of the font to be used. |
| | | | | |
| | | | | This parameter can also be used to animate the font family. |
+---------------------------------------------+---------+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Font size / ``size`` | Integer | 64 | The height of the characters to render in pixels. Should not be used for animation, see the scale param. |
+---------------------------------------------+---------+---------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Font color / ``color`` | Color | r: 1 g: 1 b: 1 a: 1 | The fill color of the text to render. |
Expand Down
Loading

0 comments on commit 880bb03

Please sign in to comment.