1\documentclass[a4paper,12pt]{article}
2\usepackage[a4paper, total={180mm, 272mm}]{geometry}
3
4\usepackage{fontspec}
5\setmainfont[Path=fonts/, Extension=.ttf]{ipaexm}
6
7\setlength\parindent{3.5em}
8\setlength\parskip{0em}
9\renewcommand{\baselinestretch}{1.247}
10
11\begin{document}
12
13\thispagestyle{empty}
14
15\Large
16\noindent \\
17Lighten Ino\medskip
18\par
19\normalsize
20Lightens the image\par
21Increases the values (RGB individually) of the Fore and Back images.\\
22\\
23-{-}- \ Inputs \ -{-}-\par
24When both input ports are connected, they will be combined in the process.\par
25When the node Visibility switch is OFF it will display the Back port content.\par
26If there is only one port connected, it will display its content.\\
27Fore\par
28Connect the image that will be overlaid on top.\\
29Back\par
30Connect the base image.\\
31\\
32-{-}- \ Settings \ -{-}-\\
33Opacity\par
34Specifies the opacity of the image overlaid on top.\par
35When 0 the Fore image will be transparent.\par
36With the default value \textquotedbl 1.0\textquotedbl \ , the Fore image will be composed as opaque.\par
37Usually specified values range from 0 to 1.0.\par
38You can also specify larger values from 1 to 10.0\\
39\\
40Clipping Mask\par
41When ON, it will take the Back port alpha information to define the alpha of the\par
42resulting image, leaving areas where the Alpha value is zero as transparent.\par
43The default value is OFF.
44
45\end{document}