This feature enables to increase or decrease the font size of the selected text in both Word and PowerPoint. It basically follows the native Word functionality, but ensures to cycle through all of the paragraphs selected, and not just the entire shape. Further, it enables to define the interval when increasing or decreasing.
Module is located here:
...\ModuleLibrary\BaseExtensions\01_nocontext_Tools\85_WP_increaseDecreaseFontSize.xml
CMD
<Cmd case="BaseExtensions:increase-decrease-font-size" interval="X"/>
Parameter
interval
Define the number of sizes that the font should increase or decrease. This can only be whole numbers or half numbers, e.g. 0.5
, 1.0
, 1.5
, etc. Positive numbers will increase the font size, while negative numbers decrease font size.
Comments
0 comments
Article is closed for comments.