Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 677 Bytes

File metadata and controls

34 lines (17 loc) · 677 Bytes

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