meta data for this page
This is an old revision of the document!
Text
The 'text' functions are accessed through the modeling API using the following:
const { vectorChar, vectorText } = require('@jscad/modeling').text
| Expansion | Notes |
|---|---|
| let vectorCharObject = vectorChar({ xOffset: 10, yOffset: 50, height: 18, input: '!' }) | API |