libxft.go 336 B

123456789
  1. // Copyright 2024 The libXft-go Authors. All rights reserved.
  2. // Use of the source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:generate go run generator.go
  5. // Package libXft is a ccgo/v4 version of libXft.a, the X FreeType interface
  6. // library.
  7. package libxft // import "modernc.org/libXft"