Skip to content

Latest commit

 

History

History

font

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

font

version

Utility

Some tools for interacting with fonts.

Install

npm install @extendscript/ind.util.font

Include

#include 'node_modules/@extendscript/ind.util.font/font.js'

Use

Load the module by creating a reference.

var font = Sky.getUtil("font")

Test

We can test the code against a range of targets:

npm run test myTarget

We keep a log of test results

More info

Read the docs