FontSOP
From Odwiki
Contents |
What it does
The Font operation allows you to create text in your model from Adobe Type 1 Postscript fonts or TrueType fonts as polygons or Bezier curves (or both).
How do I?
Install more fonts
- TODO
Read text from a file
- The font SOP expands the text, including expressions enclosed in back-quotes. On *nix, you can use the head command in conjunction with the tail command to extract a single line. For example
`system("cat /etc/passwd | head -$F | tail -1")`
This will show a different line of the file /etc/passwd on each frame.
Back to SOPs
See also FontCOP



