UNPKG

@girs/node-freetype2-2.0

Version:

Node.js TypeScript type definitions for freetype2-2.0, generated from library version 2.0.0

48 lines (31 loc) 844 B
/* * Type Definitions for node-gtk (https://github.com/romgrk/node-gtk) * * These type definitions are automatically generated, do not edit them by hand. * If you found a bug fix it in ts-for-gir itself or create a bug report on https://github.com/gjsify/ts-for-gir */ import './node-freetype2-2.0-import.d.ts'; /** * freetype2-2.0 */ import type GObject from '@girs/node-gobject-2.0'; export interface Bitmap { } export class Bitmap { // Own properties of freetype2-2.0.freetype2.Bitmap static name: string } export interface Face { } export class Face { // Own properties of freetype2-2.0.freetype2.Face static name: string } export interface Library { } export class Library { // Own properties of freetype2-2.0.freetype2.Library static name: string } export type Int32 = number // END