UNPKG

node-gtk

Version:

GNOME Gtk+ bindings for NodeJS

16 lines (11 loc) 195 B
/* * cairo.js */ const internal = require('../native.js') exports.apply = (cairo) => { internal.Cairo.init(cairo) cairo.FtSynthesize = { BOLD: 1 << 0, OBLIQUE: 1 << 1, } }