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
Function Notes
let vectorCharObject = vectorChar({ xOffset: 10, yOffset: 50, height: 18, input: '!' }) API
let vectorCharObject = vectorText({ xOffset: 10, yOffset: 50, height: 18, input: 'line1\nline2' }) API