freetype2

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LibraryVersion

func LibraryVersion()

LibraryVersion is a wrapper around the C function FT_Library_Version.

Types

type Bitmap

type Bitmap struct {
	// contains filtered or unexported fields
}

Bitmap is a wrapper around the C record FT_Bitmap.

func BitmapNewFromC

func BitmapNewFromC(u unsafe.Pointer) *Bitmap

func (*Bitmap) Equals

func (recv *Bitmap) Equals(other *Bitmap) bool

Equals compares this Bitmap with another Bitmap, and returns true if they represent the same GObject.

func (*Bitmap) ToC

func (recv *Bitmap) ToC() unsafe.Pointer

type Face

type Face struct {
	// contains filtered or unexported fields
}

Face is a wrapper around the C record FT_Face.

func FaceNewFromC

func FaceNewFromC(u unsafe.Pointer) *Face

func (*Face) Equals

func (recv *Face) Equals(other *Face) bool

Equals compares this Face with another Face, and returns true if they represent the same GObject.

func (*Face) ToC

func (recv *Face) ToC() unsafe.Pointer

type Library

type Library struct {
	// contains filtered or unexported fields
}

Library is a wrapper around the C record FT_Library.

func LibraryNewFromC

func LibraryNewFromC(u unsafe.Pointer) *Library

func (*Library) Equals

func (recv *Library) Equals(other *Library) bool

Equals compares this Library with another Library, and returns true if they represent the same GObject.

func (*Library) ToC

func (recv *Library) ToC() unsafe.Pointer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL