The cl-freetype2 Reference Manual

This is the cl-freetype2 Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:13:17 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-freetype2

Wrapper for the Freetype2 library

Author

Ryan Pavlik <>

License

New BSD, LLGPL

Dependencies
  • alexandria (system).
  • cffi (system).
  • trivial-garbage (system).
Source

cl-freetype2.asd.

Child Components

3 Modules

Modules are listed depth-first from the system components tree.


3.1 cl-freetype2/freetype2-ffi

Dependency

package.lisp (file).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Child Components

3.2 cl-freetype2/freetype2-ffi/freetype2-grovel

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 cl-freetype2/cl-freetype2.asd

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

ASDF Systems

cl-freetype2.


4.1.2 cl-freetype2/package.lisp

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Packages

4.1.3 cl-freetype2/freetype2-ffi/freetype2-grovel/grovel-freetype2.lisp

Source

cl-freetype2.asd.

Parent Component

freetype2-grovel (module).


4.1.4 cl-freetype2/freetype2-ffi/cffi-cwrap.lisp

Dependency

freetype2-grovel (module).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface
Internals

4.1.5 cl-freetype2/freetype2-ffi/cffi-defs.lisp

Dependency

cffi-cwrap.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface
Internals

4.1.6 cl-freetype2/freetype2-ffi/ft2-lib.lisp

Dependency

cffi-defs.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).


4.1.7 cl-freetype2/freetype2-ffi/ft2-init.lisp

Dependency

ft2-lib.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface

4.1.8 cl-freetype2/freetype2-ffi/ft2-basic-types.lisp

Dependency

ft2-init.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface

4.1.9 cl-freetype2/freetype2-ffi/ft2-face.lisp

Dependency

ft2-basic-types.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface

4.1.10 cl-freetype2/freetype2-ffi/ft2-glyph.lisp

Dependency

ft2-face.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface

4.1.11 cl-freetype2/freetype2-ffi/ft2-size.lisp

Dependency

ft2-glyph.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface

4.1.12 cl-freetype2/freetype2-ffi/ft2-outline.lisp

Dependency

ft2-size.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface

4.1.13 cl-freetype2/freetype2-ffi/ft2-bitmap.lisp

Dependency

ft2-outline.lisp (file).

Source

cl-freetype2.asd.

Parent Component

freetype2-ffi (module).

Public Interface

4.1.14 cl-freetype2/init.lisp

Dependency

freetype2-ffi (module).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Public Interface

4.1.15 cl-freetype2/face.lisp

Dependency

init.lisp (file).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Public Interface

4.1.16 cl-freetype2/bitmap.lisp

Dependency

face.lisp (file).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Public Interface
Internals

4.1.17 cl-freetype2/glyph.lisp

Dependency

bitmap.lisp (file).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Public Interface

4.1.18 cl-freetype2/render.lisp

Dependency

glyph.lisp (file).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Public Interface

4.1.19 cl-freetype2/outline.lisp

Dependency

render.lisp (file).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Public Interface
Internals

4.1.20 cl-freetype2/toy.lisp

Dependency

outline.lisp (file).

Source

cl-freetype2.asd.

Parent Component

cl-freetype2 (system).

Public Interface

print-with-face (function).

Internals

4.2 Static


4.2.1 cl-freetype2/freetype2-ffi/freetype2-grovel/grovel-freetype.h

Source

cl-freetype2.asd.

Parent Component

freetype2-grovel (module).


5 Packages

Packages are listed by definition order.


5.1 freetype2-types

FreeType 2 types and type interface. This is separate to avoid requiring FREETYPE2-FFI imports.

Source

package.lisp.

Nickname

ft2-types

Use List
  • cffi.
  • common-lisp.
Used By List
Public Interface
Internals

5.2 freetype2

This is a general Freetype 2 wrapper for Common Lisp using CFFI. It’s geared toward both using Freetype directly by providing a simplified API, as well as providing access to the underlying C structures and functions for use with other libraries which may also use Freetype.

Source

package.lisp.

Nickname

ft2

Use List
Public Interface
Internals

5.3 freetype2-ffi

Foreign Function definitions only.

Source

package.lisp.

Use List
Used By List

freetype2.

Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Special variables

Special Variable: *library*

The default library handle. This is initialized when cl-freetype2 loads. No locking or other precautions are taken, so multithreaded code should take care to block or use separate instances.

Package

freetype2.

Source

init.lisp.


6.1.2 Macros

Macro: do-char-decompose ((face char-or-code) decompose-lambda &body body)

Load ‘CHAR-OR-CODE‘ in ‘FACE‘, and iterate the outline, passing the operation, a point, and up to two more points to ‘BODY‘. ‘DECOMPOSE-LAMBDA‘ should be specified as per ‘DO-OUTLINE-DECOMPOSE‘.

Package

freetype2.

Source

outline.lisp.

Macro: do-outline-decompose (outline decompose-lambda &body body)

Iterate ‘OUTLINE‘, passing the operation, a point, and up to two more points to ‘BODY‘.

‘DECOMPOSE-LAMBDA‘ must support passing up to four arguments, e.g., ‘(OP POINT POINT2 POINT3)‘, ‘(OP POINT &rest POINTS)‘, etc. ‘OP‘ will be one of ‘:moveto‘, ‘:lineto‘, ‘:conicto‘, or ‘:cubicto‘. ‘POINT‘ will always be the endpoint. In the case of ‘:conicto‘, ‘POINT2‘ is the control point. In the case of ‘:cubicto‘, ‘POINT2‘ is the first control point, and ‘POINT3‘ is the second control point.

Package

freetype2.

Source

outline.lisp.

Macro: do-string-render ((face string bitmap-var x-var y-var &key direction load-function baseline-y-p offsets-p with-char) &body body)

Load, render, and compute metrics for each character in STRING in an optimal manner. ‘FACE‘ should be set up appropriately (e.g., size). ‘BITMAP-VAR‘ is passed to the block as an ft-bitmap, ‘X-VAR‘ and ‘Y-VAR‘ are coordinates for each glyph. ‘DIRECTION‘ may be specified as ‘:left-right‘, ‘:right-left‘, ‘:up-down‘, or ‘:down-up‘. ‘LOAD-FUNCTION‘ by default loads and renders a glyph, returning an ‘FT-BITMAP‘. A custom function may be used in place to assist in caching. cl-freetype2 does not do any caching itself. See the documentation for [‘DEFAULT-LOAD-RENDER‘](#DEFAULT-LOAD-RENDER) for details.

‘BASELINE-Y-P‘, if set (not default), will give ‘Y‘ in terms of *baseline* rather than an offset to the upper edge. ‘OFFSETS-P‘, if set (default), will calculate ‘LEFT‘ offset into ‘X‘. This is critical for correct inter-glyph spacing, but some things (e.g. Cairo) calculate this separately.

Package

freetype2.

Source

render.lisp.

Macro: ft-error (form &body cleanup)

Handle the value of ‘FORM‘ as a freetype return; if the value is not ‘:OK‘, raise an error, and run ‘CLEANUP‘. Otherwise, take no further action.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Macro: ft-face-face-flags-test (instance flags)
Package

freetype2-types.

Source

cffi-defs.lisp.

Macro: ft-face-style-flags-test (instance flags)
Package

freetype2-types.

Source

cffi-defs.lisp.

Macro: ft-facerec-face-flags-test (instance flags)
Package

freetype2-types.

Source

cffi-defs.lisp.

Macro: ft-facerec-style-flags-test (instance flags)
Package

freetype2-types.

Source

cffi-defs.lisp.

Macro: ft-open-args-flags-test (instance flags)
Package

freetype2-types.

Source

cffi-defs.lisp.

Macro: ft-outline-flags-test (instance flags)
Package

freetype2-types.

Source

cffi-defs.lisp.

Macro: make-wrapper ((handle-var ptr-var foreign-type &optional foreign-name) init-form free-form)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Macro: with-open-face ((var pathname &optional index library) &body body)

Make a new ‘FT-FACE‘ on the stack from ‘PATHNAME‘, closing and freeing at the end of ‘BODY‘

Package

freetype2.

Source

face.lisp.


6.1.3 Ordinary functions

Function: %make-ft-alloc-func (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-bbox (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-bitmap (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-bitmap-size (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-bitmapglyph (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-bitmapglyphrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-charmap (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-charmaprec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-data (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-driver (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-face (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-face-internal (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-facerec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-free-func (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-generic (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-generic-finalizer (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-glyph (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-glyph-metrics (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-glyphrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-glyphslot (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-glyphslotrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-library (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-list (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-list-destructor (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-list-iterator (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-listnode (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-listnoderec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-listrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-matrix (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-memory (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-memoryrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-module (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-open-args (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-outline (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-outline-funcs (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-outlineglyph (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-outlineglyphrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-parameter (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-pointer (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-realloc-func (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-renderer (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-size (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-size-internal (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-size-metrics (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-size-request (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-size-requestrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-sizerec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-slot-internal (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-stream (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-stream-closefunc (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-stream-iofunc (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-streamdesc (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-streamrec (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-subglyph (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-unitvector (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %make-ft-vector (&key ptr)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: & (wrapper)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: attach-file (face pathname)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: bitmap-convert (bitmap alignment &optional library)

=> NEW-BITMAP

Convert ‘BITMAP‘ to an 8bpp bitmap with ‘ALIGNMENT‘-byte alignment.

Package

freetype2.

Source

bitmap.lisp.

Function: bitmap-new (&optional library)

=> BITMAP

Create a new FT_Bitmap.

Package

freetype2.

Source

bitmap.lisp.

Function: bitmap-to-array (bitmap)

=> ARRAY

Convert ‘BITMAP‘ from internal ‘FT_Bitmap‘’s internal representation to
a native array. This is specified for a ‘FT-BITMAP-PIXEL-FORMAT‘ of ‘:MONO‘, ‘:GRAY‘, ‘:LCD‘, and ‘:LCD-V‘.

Note that for :LCD and :LCD-V, the result is a either 3\*width or 3\*height, respectively. This may change in the future.

Package

freetype2.

Source

bitmap.lisp.

Function: check-font-file (pathname &optional library)

=> NUM-FACES or NIL
Verify ‘PATHNAME‘ is a supported format by calling ‘FT_Open_Face‘ with a negative face index. If the face is supported, return the number of faces in the file. Otherwise, NIL.

Package

freetype2.

Source

face.lisp.

Function: convert-matrix (matrix)

Convert ‘MATRIX‘ into an ‘FT-MATRIX‘ pointer. If it is already an ‘FT-MATRIX‘, simply return the pointer. Otherwise it may be specified as a 2x2 array or flat 4-element array. Specifying ‘NIL‘ will return (‘NULL-POINTER‘), which is also useful in some cases.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: convert-vector (vector)

Convert ‘VECTOR‘ into an ‘FT-VECTOR‘ pointer. If ‘VECTOR‘ is already an ‘FT-VECTOR‘, simply return the address. Otherwise, ‘VECTOR‘ may be specified as a flat 2-dimensional array. Specifying ‘NIL‘ will return ‘(NULL-POINTER)‘, which is also useful in some cases.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: default-load-render (face char vertical-p)

=> BITMAP, ADVANCE, TOP, LEFT

This is the default ‘LOAD-FUNCTION‘ for ‘DO-STRING-RENDER‘. It is also called in the case that a custom ‘LOAD-FUNCTION‘ returns ‘NIL‘, convenient for caching.

Custom functions must be compatible, though any (non-‘NIL‘) value may be returned in the place of ‘BITMAP‘. Note that cl-freetype2 does nothing else for you. If you want your cache populated, you must do this yourself, for instance, within the [‘DO-STRING-RENDER‘](#DO-STRING-RENDER) loop.

Package

freetype2.

Source

render.lisp.

Function: extract-freetype (library)

=> LIBRARY
When retrieving an ‘FT-LIBRARY‘ handle from an object, using the resulting wrapper is unsafe because it’s dependent on the object. Instead, use ‘EXTRACT-FREETYPE‘ to create a separate version. Note that this does **not** make it safe to discard the original handle, only extract references to it.

Package

freetype2.

Source

init.lisp.

Function: face-ascender-pixels (face)

Return the max ascender for FACE, in pixels.

Package

freetype2.

Source

bitmap.lisp.

Function: face-descender-pixels (face)

Return the max descender for FACE, in pixels.

Package

freetype2.

Source

bitmap.lisp.

Function: face-metrics (face)

=> x-ppem, y-ppem, x-scale, y-scale, ascender, descender, height, max-advance

Return the *face* metrics for ‘FACE‘ as floating point values. If a
size has not been selected for ‘FACE‘, the results are undefined.

Package

freetype2.

Source

face.lisp.

Function: finalize (object function)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: fixed-face-p (face)

=> boolean
Check if ‘FACE‘ is fixed-width according to its flags

Package

freetype2.

Source

face.lisp.

Function: freetype-version (&optional library)

=> version-major, version-minor, version-patch
Return the version of the library according to ‘FT_Library_Version‘. This may differ from the constants acquired at compile-time.

Package

freetype2.

Source

init.lisp.

Function: ft-16dot16-to-float (f)

Convert an ‘FT_16dot16‘ to a native float.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: ft-26dot6-to-float (f)

Convert an ‘FT_26dot6‘ to a native float.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: ft-26dot6-to-int (f)

Convert an ‘FT_26dot6‘ to a native integer. This may be more efficient than truncating the value returned by ‘FT-26DOT6-TO-FLOAT‘.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: ft-activate-size (size)
Package

freetype2-ffi.

Source

ft2-size.lisp.

Function: ft-bbox-xmax (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bbox-xmax) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bbox-xmin (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bbox-xmin) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bbox-ymax (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bbox-ymax) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bbox-ymin (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bbox-ymin) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-buffer (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-buffer) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-convert (library source target alignment)
Package

freetype2-ffi.

Source

ft2-bitmap.lisp.

Function: ft-bitmap-copy (library source target)
Package

freetype2-ffi.

Source

ft2-bitmap.lisp.

Function: ft-bitmap-done (library bitmap)
Package

freetype2-ffi.

Source

ft2-bitmap.lisp.

Function: ft-bitmap-embolden (library bitmap x-strength y-strength)
Package

freetype2-ffi.

Source

ft2-bitmap.lisp.

Function: ft-bitmap-new (abitmap)
Package

freetype2-ffi.

Source

ft2-bitmap.lisp.

Function: ft-bitmap-num-grays (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-num-grays) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-palette (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-palette) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-palette-mode (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-palette-mode) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-pitch (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-pitch) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-pixel-mode (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-pixel-mode) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-rows (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-rows) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-size-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-size-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-size-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-size-size) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-size-width (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-size-width) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-size-x-ppem (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-size-x-ppem) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-size-y-ppem (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-size-y-ppem) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-width (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-width) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyph-bitmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyph-bitmap) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyph-left (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyph-left) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyph-root (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyph-root) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyph-top (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyph-top) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyphrec-bitmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyphrec-bitmap) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyphrec-left (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyphrec-left) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyphrec-root (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyphrec-root) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyphrec-top (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyphrec-top) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmap-encoding (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmap-encoding) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmap-encoding-id (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmap-encoding-id) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmap-face (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmap-face) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmap-platform-id (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmap-platform-id) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmaprec-encoding (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmaprec-encoding) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmaprec-encoding-id (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmaprec-encoding-id) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmaprec-face (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmaprec-face) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmaprec-platform-id (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmaprec-platform-id) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-data-length (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-data-length) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-data-pointer (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-data-pointer) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-done-face (face)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-done-freetype (library)
Package

freetype2-ffi.

Source

ft2-init.lisp.

Function: ft-done-glyph (glyph)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-done-size (size)
Package

freetype2-ffi.

Source

ft2-size.lisp.

Function: ft-face-ascender (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-ascender) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-autohint (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-autohint) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-available-sizes (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-bbox (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-bbox) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-charmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-charmap) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-charmaps (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-descender (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-descender) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-driver (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-driver) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-extensions (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-extensions) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-face-flags (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-face-flags) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-face-index (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-face-index) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-family-name (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-family-name) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-generic (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-generic) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-getcharsofvariant (face variant-selector)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-face-getcharvariantindex (face charcode variant-selector)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-face-getcharvariantisdefault (face charcode variant-selector)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-face-getvariantselectors (face)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-face-getvariantsofchar (face charcode)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-face-glyph (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-glyph) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-internal) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-max-advance-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-max-advance-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-max-advance-width (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-max-advance-width) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-memory (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-memory) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-num-charmaps (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-num-charmaps) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-num-faces (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-num-faces) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-num-fixed-sizes (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-num-fixed-sizes) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-num-glyphs (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-num-glyphs) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-size) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-sizes-list (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-sizes-list) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-stream (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-stream) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-style-flags (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-style-flags) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-style-name (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-style-name) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-underline-position (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-underline-position) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-underline-thickness (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-underline-thickness) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-units-per-em (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-units-per-em) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-ascender (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-ascender) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-autohint (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-autohint) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-available-sizes (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-bbox (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-bbox) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-charmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-charmap) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-charmaps (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-descender (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-descender) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-driver (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-driver) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-extensions (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-extensions) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-face-flags (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-face-flags) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-face-index (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-face-index) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-family-name (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-family-name) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-generic (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-generic) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-glyph (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-glyph) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-internal) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-max-advance-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-max-advance-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-max-advance-width (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-max-advance-width) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-memory (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-memory) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-num-charmaps (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-num-charmaps) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-num-faces (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-num-faces) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-num-fixed-sizes (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-num-fixed-sizes) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-num-glyphs (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-num-glyphs) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-size) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-sizes-list (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-sizes-list) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-stream (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-stream) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-style-flags (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-style-flags) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-style-name (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-style-name) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-underline-position (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-underline-position) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-underline-thickness (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-underline-thickness) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-units-per-em (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-units-per-em) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-generic-data (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-generic-data) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-generic-finalizer (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-generic-finalizer) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-get-advance (face gindex load-flags padvance)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-advances (face start count load-flags padvances)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-char-index (face charcode)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-charmap-index (charmap)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-first-char (face agindex)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-glyph (slot aglyph)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-get-glyph-name (face glyph-index buffer buffer-max)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-kerning (face left-glyph right-glyph kern-mode akerning)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-next-char (face char-code agindex)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-get-subglyph-info (glyph sub-index p-index p-flags p-arg1 p-arg2 p-transform)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-get-track-kerning (face point-size degree akerning)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-glyph-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-clazz (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-clazz) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-copy (source target)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-glyph-format (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-format) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-get-cbox (glyph bbox-mode acbox)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-glyph-library (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-library) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-hori-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-hori-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-hori-bearing-x (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-hori-bearing-x) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-hori-bearing-y (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-hori-bearing-y) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-vert-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-vert-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-vert-bearing-x (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-vert-bearing-x) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-vert-bearing-y (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-vert-bearing-y) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-width (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-width) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-to-bitmap (the-glyph render-mode origin destroy)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-glyph-transform (glyph matrix delta)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-glyphrec-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphrec-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphrec-clazz (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphrec-clazz) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphrec-format (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphrec-format) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphrec-library (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphrec-library) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-bitmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-bitmap) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-bitmap-left (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-bitmap-left) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-bitmap-top (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-bitmap-top) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-control-data (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-control-data) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-control-len (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-control-len) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-face (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-face) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-format (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-format) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-generic (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-generic) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-internal) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-library (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-library) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-linear-hori-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-linear-hori-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-linear-vert-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-linear-vert-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-lsb-delta (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-lsb-delta) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-metrics (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-metrics) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-next (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-next) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-num-subglyphs (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-num-subglyphs) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-other (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-other) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-outline (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-outline) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-own-bitmap (slot)
Package

freetype2-ffi.

Source

ft2-bitmap.lisp.

Function: ft-glyphslot-reserved (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-reserved) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-rsb-delta (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-rsb-delta) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-subglyphs (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-subglyphs) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-bitmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-bitmap) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-bitmap-left (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-bitmap-left) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-bitmap-top (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-bitmap-top) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-control-data (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-control-data) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-control-len (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-control-len) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-face (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-face) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-format (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-format) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-generic (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-generic) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-internal) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-library (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-library) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-linear-hori-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-linear-hori-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-linear-vert-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-linear-vert-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-lsb-delta (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-lsb-delta) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-metrics (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-metrics) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-next (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-next) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-num-subglyphs (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-num-subglyphs) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-other (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-other) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-outline (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-outline) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-reserved (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-reserved) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-rsb-delta (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-rsb-delta) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-subglyphs (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-subglyphs) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-init-freetype (library)
Package

freetype2-ffi.

Source

ft2-init.lisp.

Function: ft-library-version (library amajor aminor apatch)
Package

freetype2-ffi.

Source

ft2-init.lisp.

Function: ft-list-head (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-list-head) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-list-tail (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-list-tail) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnode-data (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnode-data) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnode-next (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnode-next) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnode-prev (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnode-prev) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnoderec-data (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnoderec-data) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnoderec-next (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnoderec-next) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnoderec-prev (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnoderec-prev) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listrec-head (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listrec-head) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listrec-tail (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listrec-tail) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-load-glyph (face glyph-index load-flags)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-matrix-xx (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-matrix-xx) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-matrix-xy (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-matrix-xy) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-matrix-yx (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-matrix-yx) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-matrix-yy (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-matrix-yy) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memory-alloc (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memory-alloc) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memory-free (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memory-free) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memory-realloc (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memory-realloc) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memory-user (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memory-user) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memoryrec-alloc (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memoryrec-alloc) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memoryrec-free (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memoryrec-free) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memoryrec-realloc (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memoryrec-realloc) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memoryrec-user (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memoryrec-user) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-new-face (library pathname face-index aface)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-new-memory-face (library file-base file-size face-index aface)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-new-size (face asize)
Package

freetype2-ffi.

Source

ft2-size.lisp.

Function: ft-open-args-driver (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-driver) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-flags (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-flags) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-memory-base (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-memory-base) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-memory-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-memory-size) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-num-params (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-num-params) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-params (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-params) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-pathname (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-pathname) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-stream (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-stream) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-face (library args face-index face)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-outline-check (outline)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-contours (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-contours) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-copy (source target)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-decompose (outline func-interface user)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-done (library outline)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-embolden (outline strength)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-flags (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-flags) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-conic-to (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-funcs-conic-to) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-cubic-to (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-funcs-cubic-to) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-delta (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-funcs-delta) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-line-to (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-funcs-line-to) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-move-to (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-funcs-move-to) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-shift (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-funcs-shift) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-get-bbox (outline abbox)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-get-cbox (outline acbox)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-get-orientation (outline)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-n-contours (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-n-contours) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-n-points (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-n-points) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-new (library num-points num-contours anoutline)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-points (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-points) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-reverse (outline)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-tags (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-tags) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-transform (outline matrix)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outline-translate (outline x-offset y-offset)
Package

freetype2-ffi.

Source

ft2-outline.lisp.

Function: ft-outlineglyph-outline (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outlineglyph-outline) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outlineglyph-root (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outlineglyph-root) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outlineglyphrec-outline (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outlineglyphrec-outline) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outlineglyphrec-root (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outlineglyphrec-root) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-parameter-data (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-parameter-data) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-parameter-tag (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-parameter-tag) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-reference-face (face)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-render-glyph (slot render-mode)
Package

freetype2-ffi.

Source

ft2-glyph.lisp.

Function: ft-request-size (face req)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-select-size (face strike-index)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-set-char-size (face char-width char-height horz-resolution vert-resolution)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-set-charmap (face charmap)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-set-pixel-sizes (face pixel-width pixel-height)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-set-transform (face matrix delta)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: ft-size-face (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-face) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-generic (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-generic) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-internal) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-ascender (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-ascender) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-descender (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-descender) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-max-advance (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-max-advance) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-x-ppem (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-x-ppem) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-x-scale (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-x-scale) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-y-ppem (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-y-ppem) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-y-scale (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-y-scale) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-request-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-request-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-request-hori-resolution (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-request-hori-resolution) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-request-type (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-request-type) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-request-vert-resolution (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-request-vert-resolution) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-request-width (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-request-width) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-requestrec-height (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-requestrec-height) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-requestrec-hori-resolution (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-requestrec-hori-resolution) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-requestrec-type (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-requestrec-type) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-requestrec-vert-resolution (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-requestrec-vert-resolution) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-requestrec-width (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-requestrec-width) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-sizerec-face (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-sizerec-face) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-sizerec-generic (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-sizerec-generic) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-sizerec-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-sizerec-internal) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-sizerec-metrics (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-sizerec-metrics) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-base (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-base) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-close (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-close) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-cursor (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-cursor) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-descriptor (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-descriptor) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-limit (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-limit) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-memory (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-memory) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-pathname (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-pathname) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-pos (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-pos) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-read (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-read) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-size) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamdesc-pointer (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamdesc-pointer) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamdesc-value (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamdesc-value) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-base (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-base) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-close (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-close) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-cursor (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-cursor) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-descriptor (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-descriptor) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-limit (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-limit) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-memory (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-memory) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-pathname (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-pathname) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-pos (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-pos) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-read (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-read) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-size) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-unitvector-x (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-unitvector-x) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-unitvector-y (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-unitvector-y) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-vector-x (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-vector-x) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-vector-y (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-vector-y) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Reader: fw-ptr (instance)
Writer: (setf fw-ptr) (instance)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Target Slot

ptr.

Function: get-advance (face char-or-code &optional load-flags)

=> advance-float
Get the advance in ‘FACE‘ for ‘CHAR-OR-CODE‘, optionally specifying ‘LOAD-FLAGS‘.

This attempts to use ‘FT_Get_Advance‘ to efficiently retrieve an advance. In this case, ‘LOAD-FLAGS‘ are not used.

Failing this, this will load the glyph and retrieve the advance using ‘GET-LOADED-ADVANCE‘, specifying ‘VERTICAL-P‘ by whether the :vertical-layout face-flag is set. This is generally slower, but many fonts do not have a facility for fast advance retrieval.

Package

freetype2.

Source

face.lisp.

Function: get-char-index (face char-or-code)

=> index
Get the index in ‘FACE‘ for ‘CHAR-OR-CODE‘, which may be either a character, or an integer code.

Package

freetype2.

Source

face.lisp.

Function: get-fstype-flags (face)

=> flags

Get the fsType flags for ‘FACE‘.

Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: get-glyph (face-or-glyphslot)

=> GLYPH
Get the ‘FT_Glyph‘ from ‘FACE-OR-GLYPHSLOT‘.

Package

freetype2.

Source

glyph.lisp.

Function: get-glyph-name (face char-or-code)

=> name-string
Get the symbolic name and length in ‘FACE‘ for ‘CHAR-OR-CODE‘.

Package

freetype2.

Source

face.lisp.

Function: get-kerning (face char1 char2 &optional mode)

=> kerning-float
Get the kerning between ‘CHAR1‘ and ‘CHAR2‘ for ‘FACE‘, optionally specifying the kerning mode ‘MODE‘.

By default this returns the kerning in *pixels*. If ‘MODE‘ is specified, an untranslated value is returned as per ‘FT‘_Get_Kerning with the given flags.

Package

freetype2.

Source

face.lisp.

Function: get-loaded-advance (face vertical-p)

=> advance-float
Get the glyph advance value in ‘FACE‘ for the already-loaded glyph. If ‘VERTICAL-P‘ is true, get the vertical advance, otherwise, get the horizontal advance.

Package

freetype2.

Source

face.lisp.

Function: get-name-index (face glyph-name)

=> index

Get the index for the glyph named ‘GLYPH-NAME‘ for ‘FACE‘.

Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: get-outline (face-or-glyphslot &optional char-or-code)

=> OUTLINE-COPY

Retrieve an outline *copy* from ‘FACE-OR-GLYPHSLOT‘. If ‘CHAR-OR-CODE‘ is not nil, it will be loaded, and its outline retrieved. In this case, ‘FACE-OR-GLYPHSLOT‘ must be an ‘FT-FACE‘.

If you wish to retrieve the original outline, you may use ‘GET-GLYPH‘ and ‘FT-OUTLINEGLYPH-OUTLINE‘, but you *must* retain the glyph for the outline to remain valid.

Package

freetype2.

Source

outline.lisp.

Function: get-postscript-name (face)

=> name-string

Get the PostScript name for the Type1 or TrueType font ‘FACE‘.

Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: get-string-advances (face string &optional load-flags)

=> ARRAY
Get an array of advances for the string ‘STRING‘ for face ‘FACE‘, optionally specifying ‘LOAD-FLAGS‘.

Package

freetype2.

Source

face.lisp.

Function: get-string-kerning (face string &optional mode)

=> ARRAY
Return an array of kerning values for each pair of characters in ‘STRING‘, for ‘FACE‘, optionally specifying the kerning mode ‘MODE‘. The results are as per ‘GET-KERNING‘.

Package

freetype2.

Source

face.lisp.

Function: get-track-kerning (face point-size degree)

=> ARRAY
Return the track kerning at ‘POINT-SIZE‘ for ‘FACE‘ given ‘DEGREE‘. See the documentation for ‘FT_Get_Track_Kerning‘. It seems that only a few Type 1 fonts use this.

Package

freetype2.

Source

face.lisp.

Function: libc-calloc (nmemb size)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: libc-free (ptr)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: load-char (face char-or-code &optional load-flags)

Load a glyph in ‘FACE‘ for ‘CHAR-OR-CODE‘, optionally specifying ‘LOAD-FLAGS‘. ‘CHAR-OR-CODE‘ may be specified as per [‘GET-CHAR-INDEX‘](#GET-CHAR-INDEX).

Package

freetype2.

Source

face.lisp.

Function: load-glyph (face glyph-index &optional load-flags)

Load a glyph in ‘FACE‘ for ‘GLYPH-INDEX‘, optionally specifying ‘LOAD-FLAGS‘. Note that this requires a *glyph index*. To directly load a character
or code, use [‘LOAD-CHAR‘](#LOAD-CHAR).

Package

freetype2.

Source

face.lisp.

Function: make-collected-foreign (type &optional foreign-name alloc-fn free-fn)
Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: make-freetype ()

=> LIBRARY
Create and initialize an ‘FT_Library‘ handle. This will warn if the library version differs from what cl-freetype2 was compiled with.

Package

freetype2.

Source

init.lisp.

Function: make-matrix (xx xy yx yy)

Make an ‘FT-MATRIX‘ given ‘XX‘, ‘XY‘, ‘YX‘, and ‘YY‘. This may be passed directly to ‘SET-TRANSFORM‘, and may be more efficient than converting from native forms.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: make-vector (x y)

Make an ‘FT-VECTOR‘ given ‘X‘ and ‘Y‘. This may be passed directly to ‘SET-TRANSFORM‘, and may be more efficient than converting from native forms.

Package

freetype2-types.

Source

ft2-basic-types.lisp.

Function: new-face (pathname &optional index library)

Make a new ‘FT-FACE‘ from ‘PATHNAME‘, optionally specifying ‘INDEX‘ as the face index.

Package

freetype2.

Source

face.lisp.

Function: outline-check (outline)

=> boolean Validate ‘OUTLINE‘.

Package

freetype2.

Source

outline.lisp.

Function: outline-copy (library outline)

=> OUTLINE-COPY

Make a copy of ‘OUTLINE‘. Make sure ‘LIBRARY‘ is going to be valid for the life of the resulting copy. This means that if you got the value from an ‘FT_Face‘, ‘FT_Glyph‘, or similar parent, **that parent** must be valid, _along with_ the library itself, or use ‘EXTRACT-LIBRARY‘ to get a fresh handle.

Package

freetype2.

Source

outline.lisp.

Function: outline-embolden (outline strength)

Embolden ‘OUTLINE‘ by at most 4\*‘STRENGTH‘ pixels.

Package

freetype2.

Source

outline.lisp.

Function: outline-get-bbox (outline)

=> BBOX
Get an exact bounding box for ‘OUTLINE‘. This may differ from the CBox; refer to the FreeType2 API Reference for ‘FT_Outline_Get_BBox‘.

Package

freetype2.

Source

outline.lisp.

Function: outline-get-cbox (outline)

=> BBOX
Get the control box for ‘OUTLINE‘. This may differ from the BBox; refer to the FreeType2 API Reference for ‘FT_Outline_Get_CBox‘.

Package

freetype2.

Source

outline.lisp.

Function: outline-get-orientation (outline)

=> [:fill-left | :fill-right | :none] Return the fill orientation for ‘OUTLINE‘.

Package

freetype2.

Source

outline.lisp.

Function: outline-reverse (outline)

Reverse the drawing direction of ‘OUTLINE‘. See [OUTLINE-GET-ORIENTATION](#OUTLINE-GET-ORIENTATION) and the FreeType API Reference for ‘FT_Outline_Reverse‘.

Package

freetype2.

Source

outline.lisp.

Function: outline-transform (outline matrix)

Transform ‘OUTLINE‘ using the 2x2 matrix ‘MATRIX‘.

Package

freetype2.

Source

outline.lisp.

Function: outline-translate (outline x y)

Translate ‘OUTLINE‘ by ‘X‘,‘Y‘.

Package

freetype2.

Source

outline.lisp.

Function: p* (ptr &optional type-cast)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: print-with-face (face string &optional direction)

This is a toy function to render ‘STRING‘ using ‘FACE‘, optionally specifying ‘DIRECTION‘ as one of ‘:left-right‘, ‘:right-left‘, ‘:up-down‘, or ‘:down-up‘. Some glyphs may cut off or wrap strangely depending on
their metrics. This is also not guaranteed to be a particularly efficient implementation.

Package

freetype2.

Source

toy.lisp.

Function: render-glyph (face-or-glyphslot &optional render-mode)

Render the loaded glyph in ‘FACE-OR-GLYPHSLOT‘, optionally specifying ‘RENDER-MODE‘. Return the rendered glyphslot.

Package

freetype2.

Source

glyph.lisp.

Function: select-charmap (face encoding)
Package

freetype2-ffi.

Source

ft2-face.lisp.

Function: set-char-size (face char-width char-height horz-resolution vert-resolution)

Set the size for ‘FACE‘ to ‘CHAR-WIDTH‘ and ‘CHAR-HEIGHT‘, specified in 1/64 **points**. ‘HORZ-RESOLUTION‘ and ‘VERT-RESOLUTION‘ specify the DPI.

If either ‘CHAR-WIDTH‘ or ‘CHAR-HEIGHT‘ are 0, the other value is used.

Package

freetype2.

Source

face.lisp.

Function: set-pixel-sizes (face pixel-width pixel-height)

Set the size for ‘FACE‘ in **pixels** to ‘PIXEL-WIDTH‘ and ‘PIXEL-HEIGHT‘. Especially useful for fixed-size bitmap fonts.

Package

freetype2.

Source

face.lisp.

Function: set-transform (face matrix delta)

Set the tranformation matrix for ‘FACE‘ to ‘MATRIX‘, a 2x2
transformation matrix specified as per [‘CONVERT-MATRIX‘](cl-freetype2-types.html#CONVERT-MATRIX), and ‘DELTA‘, a translation vector specified as per [‘CONVERT-VECTOR‘](cl-freetype2-types.html#CONVERT-VECTOR).

Package

freetype2.

Source

face.lisp.

Function: string-pixel-height (face string &optional load-flags)

Get the pixel height of STRING in FACE given LOAD-FLAGS.

Package

freetype2.

Source

bitmap.lisp.

Function: string-pixel-width (face string &optional load-flags)

Get the pixel width of STRING in FACE given LOAD-FLAGS.

Package

freetype2.

Source

bitmap.lisp.

Function: w* (wrapper)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: w[] (wrapper index type-cast)
Package

freetype2-types.

Source

cffi-cwrap.lisp.


6.1.4 Standalone methods

Method: expand-from-foreign (ptr (type ft-charmap-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-list-destructor-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-bitmapglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-memory-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-renderer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-stream-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-driver-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-outlineglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-list-iterator-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-glyphslot-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-library-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-slot-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-pointer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-face-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-stream-iofunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-module-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-size-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-realloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-glyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-list-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-size-request-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-alloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-face-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-size-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-subglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-generic-finalizer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-stream-closefunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-free-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type ft-listnode-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-unitvector-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-streamrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-streamdesc-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-glyphrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-listnoderec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-outline-funcs-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-sizerec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-parameter-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-bitmap-size-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-outline-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-glyphslotrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-memoryrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-open-args-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-data-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-facerec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-vector-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-bbox-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-glyph-metrics-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-bitmap-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-generic-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-size-metrics-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-charmaprec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-matrix-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-size-requestrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-outlineglyphrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-bitmapglyphrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-from-foreign (ptr (type foreign-ft-listrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-bitmapglyphrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-listrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-streamdesc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-open-args-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-charmap-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-list-destructor-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-bitmapglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-memory-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-renderer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-stream-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-driver-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-outlineglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-memoryrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-glyphslotrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-generic-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-list-iterator-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-glyphslot-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-sizerec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-library-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-slot-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-vector-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-pointer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-bitmap-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-face-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-stream-iofunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-module-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-parameter-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-size-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-realloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-matrix-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-charmaprec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-size-metrics-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-glyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-list-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-facerec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-size-requestrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-unitvector-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-bbox-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-size-request-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-outlineglyphrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-alloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-face-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-size-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-glyph-metrics-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-subglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-streamrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-bitmap-size-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-listnoderec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-outline-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-generic-finalizer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-data-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-stream-closefunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-free-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-glyphrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-listnode-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: expand-to-foreign (wrapper (type ft-outline-funcs-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: print-object ((object ft-bbox) stream)
Source

ft2-basic-types.lisp.

Method: print-object ((object ft-face) stream)
Source

face.lisp.

Method: print-object ((object ft-library) stream)
Source

init.lisp.

Method: print-object ((object foreign-wrapper) stream)
Source

cffi-cwrap.lisp.

Method: translate-from-foreign (ptr (type ft-charmap-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-list-destructor-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-bitmapglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-memory-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-renderer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-stream-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-driver-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-outlineglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-list-iterator-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-glyphslot-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-library-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-slot-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-pointer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-face-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-stream-iofunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-module-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-size-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-realloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-glyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-list-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-size-request-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-alloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-face-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-size-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-subglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-generic-finalizer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-stream-closefunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-free-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type ft-listnode-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-unitvector-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-streamrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-streamdesc-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-glyphrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-listnoderec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-outline-funcs-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-sizerec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-parameter-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-bitmap-size-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-outline-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-glyphslotrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-memoryrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-open-args-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-data-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-facerec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-vector-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-bbox-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-glyph-metrics-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-bitmap-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-generic-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-size-metrics-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-charmaprec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-matrix-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-size-requestrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-outlineglyphrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type pointer-to-type))
Package

cffi.

Source

cffi-cwrap.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-bitmapglyphrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-from-foreign (ptr (type foreign-ft-listrec-tclass))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-bitmapglyphrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-listrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-streamdesc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-open-args-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-charmap-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-list-destructor-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-bitmapglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-memory-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-renderer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-stream-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-driver-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-outlineglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-memoryrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-glyphslotrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-generic-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-list-iterator-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-glyphslot-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-sizerec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-library-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-slot-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-vector-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-pointer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-bitmap-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-face-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-stream-iofunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-module-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-parameter-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-size-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-realloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-matrix-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-charmaprec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-size-metrics-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-glyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-list-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-facerec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-size-requestrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-unitvector-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-bbox-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-size-request-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-outlineglyphrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-alloc-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-face-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-size-internal-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-glyph-metrics-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-subglyph-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-streamrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-bitmap-size-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-listnoderec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-outline-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-generic-finalizer-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-data-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-stream-closefunc-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-free-func-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-glyphrec-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-listnode-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type ft-outline-funcs-cffitype))
Package

cffi.

Source

cffi-defs.lisp.

Method: translate-to-foreign (wrapper (type pointer-to-type))
Package

cffi.

Source

cffi-cwrap.lisp.


6.1.5 Structures

Structure: ft-alloc-func
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-bbox
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Direct methods

print-object.

Structure: ft-bitmap
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-bitmap-size
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-bitmapglyph
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-bitmapglyphrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-charmap
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-charmaprec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-data
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-driver
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-face
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Direct methods

print-object.

Structure: ft-face-internal
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-facerec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-free-func
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-generic
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-generic-finalizer
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-glyph
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-glyph-metrics
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-glyphrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-glyphslot
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-glyphslotrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-library
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Direct methods

print-object.

Structure: ft-list
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-list-destructor
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-list-iterator
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-listnode
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-listnoderec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-listrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-matrix
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-memory
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-memoryrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-module
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-open-args
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-outline
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-outline-funcs
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-outlineglyph
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-outlineglyphrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-parameter
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-pointer
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-realloc-func
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-renderer
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-size
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-size-internal
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-size-metrics
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-size-request
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-size-requestrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-sizerec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-slot-internal
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-stream
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-stream-closefunc
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-stream-iofunc
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-streamdesc
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-streamrec
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-subglyph
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-unitvector
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.

Structure: ft-vector
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

foreign-wrapper.


6.1.6 Classes

Class: ft-alloc-func-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-alloc-func))
Class: ft-bbox-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-bbox))
Class: ft-bitmap-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-bitmap))
Class: ft-bitmap-size-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-bitmap-size))
Class: ft-bitmapglyph-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-bitmapglyph))
Class: ft-bitmapglyphrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-bitmapglyphrec))
Class: ft-charmap-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-charmap))
Class: ft-charmaprec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-charmaprec))
Class: ft-data-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-data))
Class: ft-driver-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-driver))
Class: ft-face-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-face))
Class: ft-face-internal-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-face-internal))
Class: ft-facerec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-facerec))
Class: ft-free-func-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-free-func))
Class: ft-generic-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-generic))
Class: ft-generic-finalizer-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-generic-finalizer))
Class: ft-glyph-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-glyph))
Class: ft-glyph-metrics-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-glyph-metrics))
Class: ft-glyphrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-glyphrec))
Class: ft-glyphslot-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-glyphslot))
Class: ft-glyphslotrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-glyphslotrec))
Class: ft-library-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-library))
Class: ft-list-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-list))
Class: ft-list-destructor-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-list-destructor))
Class: ft-list-iterator-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-list-iterator))
Class: ft-listnode-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-listnode))
Class: ft-listnoderec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-listnoderec))
Class: ft-listrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-listrec))
Class: ft-matrix-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-matrix))
Class: ft-memory-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-memory))
Class: ft-memoryrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-memoryrec))
Class: ft-module-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-module))
Class: ft-open-args-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-open-args))
Class: ft-outline-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-outline))
Class: ft-outline-funcs-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-outline-funcs))
Class: ft-outlineglyph-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-outlineglyph))
Class: ft-outlineglyphrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-outlineglyphrec))
Class: ft-parameter-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-parameter))
Class: ft-pointer-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-pointer))
Class: ft-realloc-func-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-realloc-func))
Class: ft-renderer-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-renderer))
Class: ft-size-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-size))
Class: ft-size-internal-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-size-internal))
Class: ft-size-metrics-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-size-metrics))
Class: ft-size-request-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-size-request))
Class: ft-size-requestrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-size-requestrec))
Class: ft-sizerec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-sizerec))
Class: ft-slot-internal-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-slot-internal))
Class: ft-stream-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-stream))
Class: ft-stream-closefunc-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-stream-closefunc))
Class: ft-stream-iofunc-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-stream-iofunc))
Class: ft-streamdesc-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-streamdesc))
Class: ft-streamrec-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-streamrec))
Class: ft-subglyph-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-subglyph))
Class: ft-unitvector-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-unitvector))
Class: ft-vector-cffitype
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses

wrapped-cffitype.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (foreign-ft-vector))

6.2 Internals


6.2.1 Special variables

Special Variable: *decompose-callback*
Package

freetype2.

Source

outline.lisp.

Special Variable: *outline-funcs*
Package

freetype2.

Source

outline.lisp.


6.2.2 Macros

Macro: defcwrap (name slots &optional wrapper-slots)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Macro: defcwraptype (name type)
Package

freetype2-types.

Source

cffi-cwrap.lisp.


6.2.3 Ordinary functions

Function: %ft-bbox-xmax (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bbox-xmax) (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bbox-xmin (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bbox-xmin) (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bbox-ymax (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bbox-ymax) (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bbox-ymin (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bbox-ymin) (pointer-to-foreign-ft-bbox)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-buffer (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-buffer) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-num-grays (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-num-grays) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-palette (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-palette) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-palette-mode (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-palette-mode) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-pitch (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-pitch) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-pixel-mode (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-pixel-mode) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-rows (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-rows) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-size-height (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-size-height) (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-size-size (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-size-size) (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-size-width (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-size-width) (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-size-x-ppem (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-size-x-ppem) (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-size-y-ppem (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-size-y-ppem) (pointer-to-foreign-ft-bitmap-size)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmap-width (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmap-width) (pointer-to-foreign-ft-bitmap)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmapglyphrec-bitmap (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmapglyphrec-bitmap) (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmapglyphrec-left (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmapglyphrec-left) (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmapglyphrec-root (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmapglyphrec-root) (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-bitmapglyphrec-top (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-bitmapglyphrec-top) (pointer-to-foreign-ft-bitmapglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-charmaprec-encoding (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-charmaprec-encoding) (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-charmaprec-encoding-id (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-charmaprec-encoding-id) (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-charmaprec-face (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-charmaprec-face) (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-charmaprec-platform-id (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-charmaprec-platform-id) (pointer-to-foreign-ft-charmaprec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-data-length (pointer-to-foreign-ft-data)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-data-length) (pointer-to-foreign-ft-data)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-data-pointer (pointer-to-foreign-ft-data)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-data-pointer) (pointer-to-foreign-ft-data)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-ascender (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-ascender) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-autohint (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-autohint) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-available-sizes (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-available-sizes) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-bbox (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-bbox) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-charmap (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-charmap) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-charmaps (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-charmaps) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-descender (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-descender) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-driver (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-driver) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-extensions (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-extensions) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-face-flags (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-face-flags) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-face-index (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-face-index) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-family-name (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-family-name) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-generic (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-generic) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-glyph (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-glyph) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-height (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-height) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-internal (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-internal) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-max-advance-height (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-max-advance-height) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-max-advance-width (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-max-advance-width) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-memory (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-memory) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-num-charmaps (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-num-charmaps) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-num-faces (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-num-faces) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-num-fixed-sizes (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-num-fixed-sizes) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-num-glyphs (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-num-glyphs) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-size (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-size) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-sizes-list (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-sizes-list) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-stream (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-stream) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-style-flags (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-style-flags) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-style-name (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-style-name) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-underline-position (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-underline-position) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-underline-thickness (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-underline-thickness) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-facerec-units-per-em (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-facerec-units-per-em) (pointer-to-foreign-ft-facerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-generic-data (pointer-to-foreign-ft-generic)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-generic-data) (pointer-to-foreign-ft-generic)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-generic-finalizer (pointer-to-foreign-ft-generic)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-generic-finalizer) (pointer-to-foreign-ft-generic)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-height (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-height) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-hori-advance (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-hori-advance) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-hori-bearing-x (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-hori-bearing-x) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-hori-bearing-y (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-hori-bearing-y) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-vert-advance (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-vert-advance) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-vert-bearing-x (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-vert-bearing-x) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-vert-bearing-y (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-vert-bearing-y) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyph-metrics-width (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyph-metrics-width) (pointer-to-foreign-ft-glyph-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphrec-advance (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphrec-advance) (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphrec-clazz (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphrec-clazz) (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphrec-format (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphrec-format) (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphrec-library (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphrec-library) (pointer-to-foreign-ft-glyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-advance (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-advance) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-bitmap (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-bitmap) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-bitmap-left (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-bitmap-left) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-bitmap-top (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-bitmap-top) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-control-data (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-control-data) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-control-len (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-control-len) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-face (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-face) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-format (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-format) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-generic (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-generic) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-internal (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-internal) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-library (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-library) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-linear-hori-advance (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-linear-hori-advance) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-linear-vert-advance (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-linear-vert-advance) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-lsb-delta (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-lsb-delta) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-metrics (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-metrics) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-next (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-next) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-num-subglyphs (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-num-subglyphs) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-other (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-other) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-outline (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-outline) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-reserved (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-reserved) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-rsb-delta (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-rsb-delta) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-glyphslotrec-subglyphs (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-glyphslotrec-subglyphs) (pointer-to-foreign-ft-glyphslotrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-listnoderec-data (pointer-to-foreign-ft-listnoderec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-listnoderec-data) (pointer-to-foreign-ft-listnoderec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-listnoderec-next (pointer-to-foreign-ft-listnoderec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-listnoderec-next) (pointer-to-foreign-ft-listnoderec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-listnoderec-prev (pointer-to-foreign-ft-listnoderec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-listnoderec-prev) (pointer-to-foreign-ft-listnoderec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-listrec-head (pointer-to-foreign-ft-listrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-listrec-head) (pointer-to-foreign-ft-listrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-listrec-tail (pointer-to-foreign-ft-listrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-listrec-tail) (pointer-to-foreign-ft-listrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-matrix-xx (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-matrix-xx) (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-matrix-xy (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-matrix-xy) (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-matrix-yx (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-matrix-yx) (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-matrix-yy (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-matrix-yy) (pointer-to-foreign-ft-matrix)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-memoryrec-alloc (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-memoryrec-alloc) (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-memoryrec-free (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-memoryrec-free) (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-memoryrec-realloc (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-memoryrec-realloc) (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-memoryrec-user (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-memoryrec-user) (pointer-to-foreign-ft-memoryrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-driver (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-driver) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-flags (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-flags) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-memory-base (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-memory-base) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-memory-size (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-memory-size) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-num-params (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-num-params) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-params (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-params) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-pathname (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-pathname) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-open-args-stream (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-open-args-stream) (pointer-to-foreign-ft-open-args)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-contours (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-contours) (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-flags (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-flags) (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-funcs-conic-to (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-funcs-conic-to) (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-funcs-cubic-to (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-funcs-cubic-to) (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-funcs-delta (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-funcs-delta) (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-funcs-line-to (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-funcs-line-to) (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-funcs-move-to (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-funcs-move-to) (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-funcs-shift (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-funcs-shift) (pointer-to-foreign-ft-outline-funcs)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-n-contours (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-n-contours) (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-n-points (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-n-points) (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-points (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-points) (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outline-tags (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outline-tags) (pointer-to-foreign-ft-outline)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outlineglyphrec-outline (pointer-to-foreign-ft-outlineglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outlineglyphrec-outline) (pointer-to-foreign-ft-outlineglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-outlineglyphrec-root (pointer-to-foreign-ft-outlineglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-outlineglyphrec-root) (pointer-to-foreign-ft-outlineglyphrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-parameter-data (pointer-to-foreign-ft-parameter)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-parameter-data) (pointer-to-foreign-ft-parameter)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-parameter-tag (pointer-to-foreign-ft-parameter)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-parameter-tag) (pointer-to-foreign-ft-parameter)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-ascender (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-ascender) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-descender (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-descender) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-height (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-height) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-max-advance (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-max-advance) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-x-ppem (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-x-ppem) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-x-scale (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-x-scale) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-y-ppem (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-y-ppem) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-metrics-y-scale (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-metrics-y-scale) (pointer-to-foreign-ft-size-metrics)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-requestrec-height (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-requestrec-height) (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-requestrec-hori-resolution (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-requestrec-hori-resolution) (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-requestrec-type (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-requestrec-type) (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-requestrec-vert-resolution (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-requestrec-vert-resolution) (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-size-requestrec-width (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-size-requestrec-width) (pointer-to-foreign-ft-size-requestrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-sizerec-face (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-sizerec-face) (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-sizerec-generic (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-sizerec-generic) (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-sizerec-internal (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-sizerec-internal) (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-sizerec-metrics (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-sizerec-metrics) (pointer-to-foreign-ft-sizerec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamdesc-pointer (pointer-to-foreign-ft-streamdesc)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamdesc-pointer) (pointer-to-foreign-ft-streamdesc)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamdesc-value (pointer-to-foreign-ft-streamdesc)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamdesc-value) (pointer-to-foreign-ft-streamdesc)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-base (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-base) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-close (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-close) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-cursor (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-cursor) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-descriptor (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-descriptor) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-limit (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-limit) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-memory (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-memory) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-pathname (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-pathname) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-pos (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-pos) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-read (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-read) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-streamrec-size (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-streamrec-size) (pointer-to-foreign-ft-streamrec)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-unitvector-x (pointer-to-foreign-ft-unitvector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-unitvector-x) (pointer-to-foreign-ft-unitvector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-unitvector-y (pointer-to-foreign-ft-unitvector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-unitvector-y) (pointer-to-foreign-ft-unitvector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-vector-x (pointer-to-foreign-ft-vector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-vector-x) (pointer-to-foreign-ft-vector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: %ft-vector-y (pointer-to-foreign-ft-vector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf %ft-vector-y) (pointer-to-foreign-ft-vector)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ablit (arr1 arr2 &key x y)

Destructivly copy arr2 into arr1 for 2- and 3-dimensional (Y:X, Y:X:RGB(A)) arrays. X and Y may be specified as a 2D offset into ARR1.

Package

freetype2.

Source

bitmap.lisp.

Function: ablit-from-nonzero (arr1 arr2 &key x y)

Destructivly copy arr2 into arr1 for 2- and 3-dimensional (Y:X, Y:X:RGB(A)) arrays. X and Y may be specified as a 2D offset into ARR1. Copying is started from the first nonzero element in each row. This is a hack to make kerned fonts render properly with the toy interface.

Package

freetype2.

Source

bitmap.lisp.

Function: accessor-name (type slot)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: bitfield-test-name (type slot)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: copy-foreign-wrapper (instance)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: copy-ft-alloc-func (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-bbox (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-bitmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-bitmap-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-bitmapglyph (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-bitmapglyphrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-charmap (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-charmaprec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-data (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-driver (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-face (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-face-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-facerec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-free-func (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-generic (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-generic-finalizer (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-glyph (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-glyph-metrics (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-glyphrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-glyphslot (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-glyphslotrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-library (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-list (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-list-destructor (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-list-iterator (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-listnode (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-listnoderec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-listrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-matrix (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-memory (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-memoryrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-module (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-open-args (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-outline (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-outline-funcs (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-outlineglyph (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-outlineglyphrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-parameter (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-pointer (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-realloc-func (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-renderer (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-size (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-size-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-size-metrics (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-size-request (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-size-requestrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-sizerec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-slot-internal (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-stream (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-stream-closefunc (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-stream-iofunc (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-streamdesc (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-streamrec (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-subglyph (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-unitvector (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: copy-ft-vector (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: flat-array (arr)
Package

freetype2.

Source

bitmap.lisp.

Function: foreign-wrapper-p (object)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: ft-alloc-func-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-alloc-func-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-alloc-func-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bbox-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bbox-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bbox-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-size-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmap-size-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmap-size-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyph-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyph-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyph-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyphrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-bitmapglyphrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-bitmapglyphrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmap-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmap-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmap-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmaprec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-charmaprec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-charmaprec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-data-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-data-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-data-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-driver-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-driver-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-driver-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-internal-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-internal-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-internal-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-face-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-face-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-facerec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-facerec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-free-func-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-free-func-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-free-func-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-generic-finalizer-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-generic-finalizer-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-generic-finalizer-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-generic-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-generic-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-generic-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-metrics-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-metrics-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyph-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyph-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslot-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslot-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-glyphslotrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-glyphslotrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-library-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-library-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-library-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-list-destructor-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-list-destructor-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-list-destructor-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-list-iterator-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-list-iterator-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-list-iterator-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-list-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-list-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-list-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnode-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnode-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnode-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnoderec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listnoderec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listnoderec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-listrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-listrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-matrix-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-matrix-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-matrix-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memory-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memory-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memory-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memoryrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-memoryrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-memoryrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-module-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-module-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-module-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-open-args-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-open-args-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-funcs-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-funcs-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outline-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outline-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outlineglyph-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outlineglyph-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outlineglyph-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outlineglyphrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-outlineglyphrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-outlineglyphrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-parameter-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-parameter-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-parameter-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-pointer-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-pointer-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-pointer-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-realloc-func-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-realloc-func-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-realloc-func-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-renderer-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-renderer-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-renderer-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-internal-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-internal-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-internal-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-metrics-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-metrics-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-request-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-request-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-request-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-requestrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-size-requestrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-size-requestrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-sizerec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-sizerec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-sizerec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-slot-internal-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-slot-internal-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-slot-internal-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-closefunc-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-closefunc-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-closefunc-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-iofunc-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-iofunc-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-iofunc-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-stream-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-stream-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamdesc-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamdesc-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamdesc-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-streamrec-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-streamrec-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-subglyph-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-subglyph-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-subglyph-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-unitvector-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-unitvector-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-unitvector-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-vector-p (object)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: ft-vector-ptr (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: (setf ft-vector-ptr) (instance)
Package

freetype2-types.

Source

cffi-defs.lisp.

Function: make-accessor (type slot handle-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-accessors (type slots handle-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-c-conc-name (symbol-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-foreign-name (symbol-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-foreign-wrapper (&key ptr)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-handle-conc-name (handle-type)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-make-name (symbol-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-s-conc-name (symbol-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-tclass-name (symbol-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: make-type-name (symbol-name)
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Function: nth-gray-pixel (row n)
Package

freetype2.

Source

bitmap.lisp.

Function: nth-mono-pixel (row n)
Package

freetype2.

Source

bitmap.lisp.

Function: print-greys (array)
Package

freetype2.

Source

toy.lisp.

Function: print-mono (array)
Package

freetype2.

Source

toy.lisp.

Function: row-width (arr)
Package

freetype2.

Source

bitmap.lisp.

Function: toy-string-to-array (face string direction)
Package

freetype2.

Source

toy.lisp.

Function: trgrey (i)
Package

freetype2.

Source

toy.lisp.


6.2.4 Generic functions

Generic Reader: pointer-array-size (object)
Package

freetype2-types.

Methods
Reader Method: pointer-array-size ((pointer-to-type pointer-to-type))

automatically generated reader method

Source

cffi-cwrap.lisp.

Target Slot

array-size.

Generic Reader: pointer-type (object)
Package

freetype2-types.

Methods
Reader Method: pointer-type ((pointer-to-type pointer-to-type))

automatically generated reader method

Source

cffi-cwrap.lisp.

Target Slot

type.


6.2.6 Classes

Class: foreign-ft-bbox-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-bitmap-size-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-bitmap-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-bitmapglyphrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-charmaprec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-data-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-facerec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-generic-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-glyph-metrics-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-glyphrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-glyphslotrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-listnoderec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-listrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-matrix-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-memoryrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-open-args-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-outline-funcs-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-outline-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-outlineglyphrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-parameter-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-size-metrics-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-size-requestrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-sizerec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-streamdesc-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-streamrec-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-unitvector-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: foreign-ft-vector-tclass
Package

freetype2-types.

Source

cffi-defs.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Direct methods
Class: pointer-to-type
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Direct superclasses

enhanced-foreign-type.

Direct methods
Direct Default Initargs
InitargValue
:actual-type(quote (pointer))
Direct slots
Slot: type
Package

common-lisp.

Initargs

:type

Readers

pointer-type.

Writers

This slot is read-only.

Slot: array-size
Initargs

:array-size

Readers

pointer-array-size.

Writers

This slot is read-only.

Class: wrapped-cffitype
Package

freetype2-types.

Source

cffi-cwrap.lisp.

Direct superclasses

enhanced-foreign-type.

Direct subclasses

Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   &   (  
A   B   C   D   E   F   G   L   M   N   O   P   R   S   T   W  
Index Entry  Section

%
%ft-bbox-xmax: Private ordinary functions
%ft-bbox-xmin: Private ordinary functions
%ft-bbox-ymax: Private ordinary functions
%ft-bbox-ymin: Private ordinary functions
%ft-bitmap-buffer: Private ordinary functions
%ft-bitmap-num-grays: Private ordinary functions
%ft-bitmap-palette: Private ordinary functions
%ft-bitmap-palette-mode: Private ordinary functions
%ft-bitmap-pitch: Private ordinary functions
%ft-bitmap-pixel-mode: Private ordinary functions
%ft-bitmap-rows: Private ordinary functions
%ft-bitmap-size-height: Private ordinary functions
%ft-bitmap-size-size: Private ordinary functions
%ft-bitmap-size-width: Private ordinary functions
%ft-bitmap-size-x-ppem: Private ordinary functions
%ft-bitmap-size-y-ppem: Private ordinary functions
%ft-bitmap-width: Private ordinary functions
%ft-bitmapglyphrec-bitmap: Private ordinary functions
%ft-bitmapglyphrec-left: Private ordinary functions
%ft-bitmapglyphrec-root: Private ordinary functions
%ft-bitmapglyphrec-top: Private ordinary functions
%ft-charmaprec-encoding: Private ordinary functions
%ft-charmaprec-encoding-id: Private ordinary functions
%ft-charmaprec-face: Private ordinary functions
%ft-charmaprec-platform-id: Private ordinary functions
%ft-data-length: Private ordinary functions
%ft-data-pointer: Private ordinary functions
%ft-facerec-ascender: Private ordinary functions
%ft-facerec-autohint: Private ordinary functions
%ft-facerec-available-sizes: Private ordinary functions
%ft-facerec-bbox: Private ordinary functions
%ft-facerec-charmap: Private ordinary functions
%ft-facerec-charmaps: Private ordinary functions
%ft-facerec-descender: Private ordinary functions
%ft-facerec-driver: Private ordinary functions
%ft-facerec-extensions: Private ordinary functions
%ft-facerec-face-flags: Private ordinary functions
%ft-facerec-face-index: Private ordinary functions
%ft-facerec-family-name: Private ordinary functions
%ft-facerec-generic: Private ordinary functions
%ft-facerec-glyph: Private ordinary functions
%ft-facerec-height: Private ordinary functions
%ft-facerec-internal: Private ordinary functions
%ft-facerec-max-advance-height: Private ordinary functions
%ft-facerec-max-advance-width: Private ordinary functions
%ft-facerec-memory: Private ordinary functions
%ft-facerec-num-charmaps: Private ordinary functions
%ft-facerec-num-faces: Private ordinary functions
%ft-facerec-num-fixed-sizes: Private ordinary functions
%ft-facerec-num-glyphs: Private ordinary functions
%ft-facerec-size: Private ordinary functions
%ft-facerec-sizes-list: Private ordinary functions
%ft-facerec-stream: Private ordinary functions
%ft-facerec-style-flags: Private ordinary functions
%ft-facerec-style-name: Private ordinary functions
%ft-facerec-underline-position: Private ordinary functions
%ft-facerec-underline-thickness: Private ordinary functions
%ft-facerec-units-per-em: Private ordinary functions
%ft-generic-data: Private ordinary functions
%ft-generic-finalizer: Private ordinary functions
%ft-glyph-metrics-height: Private ordinary functions
%ft-glyph-metrics-hori-advance: Private ordinary functions
%ft-glyph-metrics-hori-bearing-x: Private ordinary functions
%ft-glyph-metrics-hori-bearing-y: Private ordinary functions
%ft-glyph-metrics-vert-advance: Private ordinary functions
%ft-glyph-metrics-vert-bearing-x: Private ordinary functions
%ft-glyph-metrics-vert-bearing-y: Private ordinary functions
%ft-glyph-metrics-width: Private ordinary functions
%ft-glyphrec-advance: Private ordinary functions
%ft-glyphrec-clazz: Private ordinary functions
%ft-glyphrec-format: Private ordinary functions
%ft-glyphrec-library: Private ordinary functions
%ft-glyphslotrec-advance: Private ordinary functions
%ft-glyphslotrec-bitmap: Private ordinary functions
%ft-glyphslotrec-bitmap-left: Private ordinary functions
%ft-glyphslotrec-bitmap-top: Private ordinary functions
%ft-glyphslotrec-control-data: Private ordinary functions
%ft-glyphslotrec-control-len: Private ordinary functions
%ft-glyphslotrec-face: Private ordinary functions
%ft-glyphslotrec-format: Private ordinary functions
%ft-glyphslotrec-generic: Private ordinary functions
%ft-glyphslotrec-internal: Private ordinary functions
%ft-glyphslotrec-library: Private ordinary functions
%ft-glyphslotrec-linear-hori-advance: Private ordinary functions
%ft-glyphslotrec-linear-vert-advance: Private ordinary functions
%ft-glyphslotrec-lsb-delta: Private ordinary functions
%ft-glyphslotrec-metrics: Private ordinary functions
%ft-glyphslotrec-next: Private ordinary functions
%ft-glyphslotrec-num-subglyphs: Private ordinary functions
%ft-glyphslotrec-other: Private ordinary functions
%ft-glyphslotrec-outline: Private ordinary functions
%ft-glyphslotrec-reserved: Private ordinary functions
%ft-glyphslotrec-rsb-delta: Private ordinary functions
%ft-glyphslotrec-subglyphs: Private ordinary functions
%ft-listnoderec-data: Private ordinary functions
%ft-listnoderec-next: Private ordinary functions
%ft-listnoderec-prev: Private ordinary functions
%ft-listrec-head: Private ordinary functions
%ft-listrec-tail: Private ordinary functions
%ft-matrix-xx: Private ordinary functions
%ft-matrix-xy: Private ordinary functions
%ft-matrix-yx: Private ordinary functions
%ft-matrix-yy: Private ordinary functions
%ft-memoryrec-alloc: Private ordinary functions
%ft-memoryrec-free: Private ordinary functions
%ft-memoryrec-realloc: Private ordinary functions
%ft-memoryrec-user: Private ordinary functions
%ft-open-args-driver: Private ordinary functions
%ft-open-args-flags: Private ordinary functions
%ft-open-args-memory-base: Private ordinary functions
%ft-open-args-memory-size: Private ordinary functions
%ft-open-args-num-params: Private ordinary functions
%ft-open-args-params: Private ordinary functions
%ft-open-args-pathname: Private ordinary functions
%ft-open-args-stream: Private ordinary functions
%ft-outline-contours: Private ordinary functions
%ft-outline-flags: Private ordinary functions
%ft-outline-funcs-conic-to: Private ordinary functions
%ft-outline-funcs-cubic-to: Private ordinary functions
%ft-outline-funcs-delta: Private ordinary functions
%ft-outline-funcs-line-to: Private ordinary functions
%ft-outline-funcs-move-to: Private ordinary functions
%ft-outline-funcs-shift: Private ordinary functions
%ft-outline-n-contours: Private ordinary functions
%ft-outline-n-points: Private ordinary functions
%ft-outline-points: Private ordinary functions
%ft-outline-tags: Private ordinary functions
%ft-outlineglyphrec-outline: Private ordinary functions
%ft-outlineglyphrec-root: Private ordinary functions
%ft-parameter-data: Private ordinary functions
%ft-parameter-tag: Private ordinary functions
%ft-size-metrics-ascender: Private ordinary functions
%ft-size-metrics-descender: Private ordinary functions
%ft-size-metrics-height: Private ordinary functions
%ft-size-metrics-max-advance: Private ordinary functions
%ft-size-metrics-x-ppem: Private ordinary functions
%ft-size-metrics-x-scale: Private ordinary functions
%ft-size-metrics-y-ppem: Private ordinary functions
%ft-size-metrics-y-scale: Private ordinary functions
%ft-size-requestrec-height: Private ordinary functions
%ft-size-requestrec-hori-resolution: Private ordinary functions
%ft-size-requestrec-type: Private ordinary functions
%ft-size-requestrec-vert-resolution: Private ordinary functions
%ft-size-requestrec-width: Private ordinary functions
%ft-sizerec-face: Private ordinary functions
%ft-sizerec-generic: Private ordinary functions
%ft-sizerec-internal: Private ordinary functions
%ft-sizerec-metrics: Private ordinary functions
%ft-streamdesc-pointer: Private ordinary functions
%ft-streamdesc-value: Private ordinary functions
%ft-streamrec-base: Private ordinary functions
%ft-streamrec-close: Private ordinary functions
%ft-streamrec-cursor: Private ordinary functions
%ft-streamrec-descriptor: Private ordinary functions
%ft-streamrec-limit: Private ordinary functions
%ft-streamrec-memory: Private ordinary functions
%ft-streamrec-pathname: Private ordinary functions
%ft-streamrec-pos: Private ordinary functions
%ft-streamrec-read: Private ordinary functions
%ft-streamrec-size: Private ordinary functions
%ft-unitvector-x: Private ordinary functions
%ft-unitvector-y: Private ordinary functions
%ft-vector-x: Private ordinary functions
%ft-vector-y: Private ordinary functions
%make-ft-alloc-func: Public ordinary functions
%make-ft-bbox: Public ordinary functions
%make-ft-bitmap: Public ordinary functions
%make-ft-bitmap-size: Public ordinary functions
%make-ft-bitmapglyph: Public ordinary functions
%make-ft-bitmapglyphrec: Public ordinary functions
%make-ft-charmap: Public ordinary functions
%make-ft-charmaprec: Public ordinary functions
%make-ft-data: Public ordinary functions
%make-ft-driver: Public ordinary functions
%make-ft-face: Public ordinary functions
%make-ft-face-internal: Public ordinary functions
%make-ft-facerec: Public ordinary functions
%make-ft-free-func: Public ordinary functions
%make-ft-generic: Public ordinary functions
%make-ft-generic-finalizer: Public ordinary functions
%make-ft-glyph: Public ordinary functions
%make-ft-glyph-metrics: Public ordinary functions
%make-ft-glyphrec: Public ordinary functions
%make-ft-glyphslot: Public ordinary functions
%make-ft-glyphslotrec: Public ordinary functions
%make-ft-library: Public ordinary functions
%make-ft-list: Public ordinary functions
%make-ft-list-destructor: Public ordinary functions
%make-ft-list-iterator: Public ordinary functions
%make-ft-listnode: Public ordinary functions
%make-ft-listnoderec: Public ordinary functions
%make-ft-listrec: Public ordinary functions
%make-ft-matrix: Public ordinary functions
%make-ft-memory: Public ordinary functions
%make-ft-memoryrec: Public ordinary functions
%make-ft-module: Public ordinary functions
%make-ft-open-args: Public ordinary functions
%make-ft-outline: Public ordinary functions
%make-ft-outline-funcs: Public ordinary functions
%make-ft-outlineglyph: Public ordinary functions
%make-ft-outlineglyphrec: Public ordinary functions
%make-ft-parameter: Public ordinary functions
%make-ft-pointer: Public ordinary functions
%make-ft-realloc-func: Public ordinary functions
%make-ft-renderer: Public ordinary functions
%make-ft-size: Public ordinary functions
%make-ft-size-internal: Public ordinary functions
%make-ft-size-metrics: Public ordinary functions
%make-ft-size-request: Public ordinary functions
%make-ft-size-requestrec: Public ordinary functions
%make-ft-sizerec: Public ordinary functions
%make-ft-slot-internal: Public ordinary functions
%make-ft-stream: Public ordinary functions
%make-ft-stream-closefunc: Public ordinary functions
%make-ft-stream-iofunc: Public ordinary functions
%make-ft-streamdesc: Public ordinary functions
%make-ft-streamrec: Public ordinary functions
%make-ft-subglyph: Public ordinary functions
%make-ft-unitvector: Public ordinary functions
%make-ft-vector: Public ordinary functions

&
&: Public ordinary functions

(
(setf %ft-bbox-xmax): Private ordinary functions
(setf %ft-bbox-xmin): Private ordinary functions
(setf %ft-bbox-ymax): Private ordinary functions
(setf %ft-bbox-ymin): Private ordinary functions
(setf %ft-bitmap-buffer): Private ordinary functions
(setf %ft-bitmap-num-grays): Private ordinary functions
(setf %ft-bitmap-palette): Private ordinary functions
(setf %ft-bitmap-palette-mode): Private ordinary functions
(setf %ft-bitmap-pitch): Private ordinary functions
(setf %ft-bitmap-pixel-mode): Private ordinary functions
(setf %ft-bitmap-rows): Private ordinary functions
(setf %ft-bitmap-size-height): Private ordinary functions
(setf %ft-bitmap-size-size): Private ordinary functions
(setf %ft-bitmap-size-width): Private ordinary functions
(setf %ft-bitmap-size-x-ppem): Private ordinary functions
(setf %ft-bitmap-size-y-ppem): Private ordinary functions
(setf %ft-bitmap-width): Private ordinary functions
(setf %ft-bitmapglyphrec-bitmap): Private ordinary functions
(setf %ft-bitmapglyphrec-left): Private ordinary functions
(setf %ft-bitmapglyphrec-root): Private ordinary functions
(setf %ft-bitmapglyphrec-top): Private ordinary functions
(setf %ft-charmaprec-encoding): Private ordinary functions
(setf %ft-charmaprec-encoding-id): Private ordinary functions
(setf %ft-charmaprec-face): Private ordinary functions
(setf %ft-charmaprec-platform-id): Private ordinary functions
(setf %ft-data-length): Private ordinary functions
(setf %ft-data-pointer): Private ordinary functions
(setf %ft-facerec-ascender): Private ordinary functions
(setf %ft-facerec-autohint): Private ordinary functions
(setf %ft-facerec-available-sizes): Private ordinary functions
(setf %ft-facerec-bbox): Private ordinary functions
(setf %ft-facerec-charmap): Private ordinary functions
(setf %ft-facerec-charmaps): Private ordinary functions
(setf %ft-facerec-descender): Private ordinary functions
(setf %ft-facerec-driver): Private ordinary functions
(setf %ft-facerec-extensions): Private ordinary functions
(setf %ft-facerec-face-flags): Private ordinary functions
(setf %ft-facerec-face-index): Private ordinary functions
(setf %ft-facerec-family-name): Private ordinary functions
(setf %ft-facerec-generic): Private ordinary functions
(setf %ft-facerec-glyph): Private ordinary functions
(setf %ft-facerec-height): Private ordinary functions
(setf %ft-facerec-internal): Private ordinary functions
(setf %ft-facerec-max-advance-height): Private ordinary functions
(setf %ft-facerec-max-advance-width): Private ordinary functions
(setf %ft-facerec-memory): Private ordinary functions
(setf %ft-facerec-num-charmaps): Private ordinary functions
(setf %ft-facerec-num-faces): Private ordinary functions
(setf %ft-facerec-num-fixed-sizes): Private ordinary functions
(setf %ft-facerec-num-glyphs): Private ordinary functions
(setf %ft-facerec-size): Private ordinary functions
(setf %ft-facerec-sizes-list): Private ordinary functions
(setf %ft-facerec-stream): Private ordinary functions
(setf %ft-facerec-style-flags): Private ordinary functions
(setf %ft-facerec-style-name): Private ordinary functions
(setf %ft-facerec-underline-position): Private ordinary functions
(setf %ft-facerec-underline-thickness): Private ordinary functions
(setf %ft-facerec-units-per-em): Private ordinary functions
(setf %ft-generic-data): Private ordinary functions
(setf %ft-generic-finalizer): Private ordinary functions
(setf %ft-glyph-metrics-height): Private ordinary functions
(setf %ft-glyph-metrics-hori-advance): Private ordinary functions
(setf %ft-glyph-metrics-hori-bearing-x): Private ordinary functions
(setf %ft-glyph-metrics-hori-bearing-y): Private ordinary functions
(setf %ft-glyph-metrics-vert-advance): Private ordinary functions
(setf %ft-glyph-metrics-vert-bearing-x): Private ordinary functions
(setf %ft-glyph-metrics-vert-bearing-y): Private ordinary functions
(setf %ft-glyph-metrics-width): Private ordinary functions
(setf %ft-glyphrec-advance): Private ordinary functions
(setf %ft-glyphrec-clazz): Private ordinary functions
(setf %ft-glyphrec-format): Private ordinary functions
(setf %ft-glyphrec-library): Private ordinary functions
(setf %ft-glyphslotrec-advance): Private ordinary functions
(setf %ft-glyphslotrec-bitmap): Private ordinary functions
(setf %ft-glyphslotrec-bitmap-left): Private ordinary functions
(setf %ft-glyphslotrec-bitmap-top): Private ordinary functions
(setf %ft-glyphslotrec-control-data): Private ordinary functions
(setf %ft-glyphslotrec-control-len): Private ordinary functions
(setf %ft-glyphslotrec-face): Private ordinary functions
(setf %ft-glyphslotrec-format): Private ordinary functions
(setf %ft-glyphslotrec-generic): Private ordinary functions
(setf %ft-glyphslotrec-internal): Private ordinary functions
(setf %ft-glyphslotrec-library): Private ordinary functions
(setf %ft-glyphslotrec-linear-hori-advance): Private ordinary functions
(setf %ft-glyphslotrec-linear-vert-advance): Private ordinary functions
(setf %ft-glyphslotrec-lsb-delta): Private ordinary functions
(setf %ft-glyphslotrec-metrics): Private ordinary functions
(setf %ft-glyphslotrec-next): Private ordinary functions
(setf %ft-glyphslotrec-num-subglyphs): Private ordinary functions
(setf %ft-glyphslotrec-other): Private ordinary functions
(setf %ft-glyphslotrec-outline): Private ordinary functions
(setf %ft-glyphslotrec-reserved): Private ordinary functions
(setf %ft-glyphslotrec-rsb-delta): Private ordinary functions
(setf %ft-glyphslotrec-subglyphs): Private ordinary functions
(setf %ft-listnoderec-data): Private ordinary functions
(setf %ft-listnoderec-next): Private ordinary functions
(setf %ft-listnoderec-prev): Private ordinary functions
(setf %ft-listrec-head): Private ordinary functions
(setf %ft-listrec-tail): Private ordinary functions
(setf %ft-matrix-xx): Private ordinary functions
(setf %ft-matrix-xy): Private ordinary functions
(setf %ft-matrix-yx): Private ordinary functions
(setf %ft-matrix-yy): Private ordinary functions
(setf %ft-memoryrec-alloc): Private ordinary functions
(setf %ft-memoryrec-free): Private ordinary functions
(setf %ft-memoryrec-realloc): Private ordinary functions
(setf %ft-memoryrec-user): Private ordinary functions
(setf %ft-open-args-driver): Private ordinary functions
(setf %ft-open-args-flags): Private ordinary functions
(setf %ft-open-args-memory-base): Private ordinary functions
(setf %ft-open-args-memory-size): Private ordinary functions
(setf %ft-open-args-num-params): Private ordinary functions
(setf %ft-open-args-params): Private ordinary functions
(setf %ft-open-args-pathname): Private ordinary functions
(setf %ft-open-args-stream): Private ordinary functions
(setf %ft-outline-contours): Private ordinary functions
(setf %ft-outline-flags): Private ordinary functions
(setf %ft-outline-funcs-conic-to): Private ordinary functions
(setf %ft-outline-funcs-cubic-to): Private ordinary functions
(setf %ft-outline-funcs-delta): Private ordinary functions
(setf %ft-outline-funcs-line-to): Private ordinary functions
(setf %ft-outline-funcs-move-to): Private ordinary functions
(setf %ft-outline-funcs-shift): Private ordinary functions
(setf %ft-outline-n-contours): Private ordinary functions
(setf %ft-outline-n-points): Private ordinary functions
(setf %ft-outline-points): Private ordinary functions
(setf %ft-outline-tags): Private ordinary functions
(setf %ft-outlineglyphrec-outline): Private ordinary functions
(setf %ft-outlineglyphrec-root): Private ordinary functions
(setf %ft-parameter-data): Private ordinary functions
(setf %ft-parameter-tag): Private ordinary functions
(setf %ft-size-metrics-ascender): Private ordinary functions
(setf %ft-size-metrics-descender): Private ordinary functions
(setf %ft-size-metrics-height): Private ordinary functions
(setf %ft-size-metrics-max-advance): Private ordinary functions
(setf %ft-size-metrics-x-ppem): Private ordinary functions
(setf %ft-size-metrics-x-scale): Private ordinary functions
(setf %ft-size-metrics-y-ppem): Private ordinary functions
(setf %ft-size-metrics-y-scale): Private ordinary functions
(setf %ft-size-requestrec-height): Private ordinary functions
(setf %ft-size-requestrec-hori-resolution): Private ordinary functions
(setf %ft-size-requestrec-type): Private ordinary functions
(setf %ft-size-requestrec-vert-resolution): Private ordinary functions
(setf %ft-size-requestrec-width): Private ordinary functions
(setf %ft-sizerec-face): Private ordinary functions
(setf %ft-sizerec-generic): Private ordinary functions
(setf %ft-sizerec-internal): Private ordinary functions
(setf %ft-sizerec-metrics): Private ordinary functions
(setf %ft-streamdesc-pointer): Private ordinary functions
(setf %ft-streamdesc-value): Private ordinary functions
(setf %ft-streamrec-base): Private ordinary functions
(setf %ft-streamrec-close): Private ordinary functions
(setf %ft-streamrec-cursor): Private ordinary functions
(setf %ft-streamrec-descriptor): Private ordinary functions
(setf %ft-streamrec-limit): Private ordinary functions
(setf %ft-streamrec-memory): Private ordinary functions
(setf %ft-streamrec-pathname): Private ordinary functions
(setf %ft-streamrec-pos): Private ordinary functions
(setf %ft-streamrec-read): Private ordinary functions
(setf %ft-streamrec-size): Private ordinary functions
(setf %ft-unitvector-x): Private ordinary functions
(setf %ft-unitvector-y): Private ordinary functions
(setf %ft-vector-x): Private ordinary functions
(setf %ft-vector-y): Private ordinary functions
(setf ft-alloc-func-ptr): Private ordinary functions
(setf ft-bbox-ptr): Private ordinary functions
(setf ft-bbox-xmax): Public ordinary functions
(setf ft-bbox-xmin): Public ordinary functions
(setf ft-bbox-ymax): Public ordinary functions
(setf ft-bbox-ymin): Public ordinary functions
(setf ft-bitmap-buffer): Public ordinary functions
(setf ft-bitmap-num-grays): Public ordinary functions
(setf ft-bitmap-palette): Public ordinary functions
(setf ft-bitmap-palette-mode): Public ordinary functions
(setf ft-bitmap-pitch): Public ordinary functions
(setf ft-bitmap-pixel-mode): Public ordinary functions
(setf ft-bitmap-ptr): Private ordinary functions
(setf ft-bitmap-rows): Public ordinary functions
(setf ft-bitmap-size-height): Public ordinary functions
(setf ft-bitmap-size-ptr): Private ordinary functions
(setf ft-bitmap-size-size): Public ordinary functions
(setf ft-bitmap-size-width): Public ordinary functions
(setf ft-bitmap-size-x-ppem): Public ordinary functions
(setf ft-bitmap-size-y-ppem): Public ordinary functions
(setf ft-bitmap-width): Public ordinary functions
(setf ft-bitmapglyph-bitmap): Public ordinary functions
(setf ft-bitmapglyph-left): Public ordinary functions
(setf ft-bitmapglyph-ptr): Private ordinary functions
(setf ft-bitmapglyph-root): Public ordinary functions
(setf ft-bitmapglyph-top): Public ordinary functions
(setf ft-bitmapglyphrec-bitmap): Public ordinary functions
(setf ft-bitmapglyphrec-left): Public ordinary functions
(setf ft-bitmapglyphrec-ptr): Private ordinary functions
(setf ft-bitmapglyphrec-root): Public ordinary functions
(setf ft-bitmapglyphrec-top): Public ordinary functions
(setf ft-charmap-encoding): Public ordinary functions
(setf ft-charmap-encoding-id): Public ordinary functions
(setf ft-charmap-face): Public ordinary functions
(setf ft-charmap-platform-id): Public ordinary functions
(setf ft-charmap-ptr): Private ordinary functions
(setf ft-charmaprec-encoding): Public ordinary functions
(setf ft-charmaprec-encoding-id): Public ordinary functions
(setf ft-charmaprec-face): Public ordinary functions
(setf ft-charmaprec-platform-id): Public ordinary functions
(setf ft-charmaprec-ptr): Private ordinary functions
(setf ft-data-length): Public ordinary functions
(setf ft-data-pointer): Public ordinary functions
(setf ft-data-ptr): Private ordinary functions
(setf ft-driver-ptr): Private ordinary functions
(setf ft-face-ascender): Public ordinary functions
(setf ft-face-autohint): Public ordinary functions
(setf ft-face-bbox): Public ordinary functions
(setf ft-face-charmap): Public ordinary functions
(setf ft-face-descender): Public ordinary functions
(setf ft-face-driver): Public ordinary functions
(setf ft-face-extensions): Public ordinary functions
(setf ft-face-face-flags): Public ordinary functions
(setf ft-face-face-index): Public ordinary functions
(setf ft-face-family-name): Public ordinary functions
(setf ft-face-generic): Public ordinary functions
(setf ft-face-glyph): Public ordinary functions
(setf ft-face-height): Public ordinary functions
(setf ft-face-internal): Public ordinary functions
(setf ft-face-internal-ptr): Private ordinary functions
(setf ft-face-max-advance-height): Public ordinary functions
(setf ft-face-max-advance-width): Public ordinary functions
(setf ft-face-memory): Public ordinary functions
(setf ft-face-num-charmaps): Public ordinary functions
(setf ft-face-num-faces): Public ordinary functions
(setf ft-face-num-fixed-sizes): Public ordinary functions
(setf ft-face-num-glyphs): Public ordinary functions
(setf ft-face-ptr): Private ordinary functions
(setf ft-face-size): Public ordinary functions
(setf ft-face-sizes-list): Public ordinary functions
(setf ft-face-stream): Public ordinary functions
(setf ft-face-style-flags): Public ordinary functions
(setf ft-face-style-name): Public ordinary functions
(setf ft-face-underline-position): Public ordinary functions
(setf ft-face-underline-thickness): Public ordinary functions
(setf ft-face-units-per-em): Public ordinary functions
(setf ft-facerec-ascender): Public ordinary functions
(setf ft-facerec-autohint): Public ordinary functions
(setf ft-facerec-bbox): Public ordinary functions
(setf ft-facerec-charmap): Public ordinary functions
(setf ft-facerec-descender): Public ordinary functions
(setf ft-facerec-driver): Public ordinary functions
(setf ft-facerec-extensions): Public ordinary functions
(setf ft-facerec-face-flags): Public ordinary functions
(setf ft-facerec-face-index): Public ordinary functions
(setf ft-facerec-family-name): Public ordinary functions
(setf ft-facerec-generic): Public ordinary functions
(setf ft-facerec-glyph): Public ordinary functions
(setf ft-facerec-height): Public ordinary functions
(setf ft-facerec-internal): Public ordinary functions
(setf ft-facerec-max-advance-height): Public ordinary functions
(setf ft-facerec-max-advance-width): Public ordinary functions
(setf ft-facerec-memory): Public ordinary functions
(setf ft-facerec-num-charmaps): Public ordinary functions
(setf ft-facerec-num-faces): Public ordinary functions
(setf ft-facerec-num-fixed-sizes): Public ordinary functions
(setf ft-facerec-num-glyphs): Public ordinary functions
(setf ft-facerec-ptr): Private ordinary functions
(setf ft-facerec-size): Public ordinary functions
(setf ft-facerec-sizes-list): Public ordinary functions
(setf ft-facerec-stream): Public ordinary functions
(setf ft-facerec-style-flags): Public ordinary functions
(setf ft-facerec-style-name): Public ordinary functions
(setf ft-facerec-underline-position): Public ordinary functions
(setf ft-facerec-underline-thickness): Public ordinary functions
(setf ft-facerec-units-per-em): Public ordinary functions
(setf ft-free-func-ptr): Private ordinary functions
(setf ft-generic-data): Public ordinary functions
(setf ft-generic-finalizer): Public ordinary functions
(setf ft-generic-finalizer-ptr): Private ordinary functions
(setf ft-generic-ptr): Private ordinary functions
(setf ft-glyph-advance): Public ordinary functions
(setf ft-glyph-clazz): Public ordinary functions
(setf ft-glyph-format): Public ordinary functions
(setf ft-glyph-library): Public ordinary functions
(setf ft-glyph-metrics-height): Public ordinary functions
(setf ft-glyph-metrics-hori-advance): Public ordinary functions
(setf ft-glyph-metrics-hori-bearing-x): Public ordinary functions
(setf ft-glyph-metrics-hori-bearing-y): Public ordinary functions
(setf ft-glyph-metrics-ptr): Private ordinary functions
(setf ft-glyph-metrics-vert-advance): Public ordinary functions
(setf ft-glyph-metrics-vert-bearing-x): Public ordinary functions
(setf ft-glyph-metrics-vert-bearing-y): Public ordinary functions
(setf ft-glyph-metrics-width): Public ordinary functions
(setf ft-glyph-ptr): Private ordinary functions
(setf ft-glyphrec-advance): Public ordinary functions
(setf ft-glyphrec-clazz): Public ordinary functions
(setf ft-glyphrec-format): Public ordinary functions
(setf ft-glyphrec-library): Public ordinary functions
(setf ft-glyphrec-ptr): Private ordinary functions
(setf ft-glyphslot-advance): Public ordinary functions
(setf ft-glyphslot-bitmap): Public ordinary functions
(setf ft-glyphslot-bitmap-left): Public ordinary functions
(setf ft-glyphslot-bitmap-top): Public ordinary functions
(setf ft-glyphslot-control-data): Public ordinary functions
(setf ft-glyphslot-control-len): Public ordinary functions
(setf ft-glyphslot-face): Public ordinary functions
(setf ft-glyphslot-format): Public ordinary functions
(setf ft-glyphslot-generic): Public ordinary functions
(setf ft-glyphslot-internal): Public ordinary functions
(setf ft-glyphslot-library): Public ordinary functions
(setf ft-glyphslot-linear-hori-advance): Public ordinary functions
(setf ft-glyphslot-linear-vert-advance): Public ordinary functions
(setf ft-glyphslot-lsb-delta): Public ordinary functions
(setf ft-glyphslot-metrics): Public ordinary functions
(setf ft-glyphslot-next): Public ordinary functions
(setf ft-glyphslot-num-subglyphs): Public ordinary functions
(setf ft-glyphslot-other): Public ordinary functions
(setf ft-glyphslot-outline): Public ordinary functions
(setf ft-glyphslot-ptr): Private ordinary functions
(setf ft-glyphslot-reserved): Public ordinary functions
(setf ft-glyphslot-rsb-delta): Public ordinary functions
(setf ft-glyphslot-subglyphs): Public ordinary functions
(setf ft-glyphslotrec-advance): Public ordinary functions
(setf ft-glyphslotrec-bitmap): Public ordinary functions
(setf ft-glyphslotrec-bitmap-left): Public ordinary functions
(setf ft-glyphslotrec-bitmap-top): Public ordinary functions
(setf ft-glyphslotrec-control-data): Public ordinary functions
(setf ft-glyphslotrec-control-len): Public ordinary functions
(setf ft-glyphslotrec-face): Public ordinary functions
(setf ft-glyphslotrec-format): Public ordinary functions
(setf ft-glyphslotrec-generic): Public ordinary functions
(setf ft-glyphslotrec-internal): Public ordinary functions
(setf ft-glyphslotrec-library): Public ordinary functions
(setf ft-glyphslotrec-linear-hori-advance): Public ordinary functions
(setf ft-glyphslotrec-linear-vert-advance): Public ordinary functions
(setf ft-glyphslotrec-lsb-delta): Public ordinary functions
(setf ft-glyphslotrec-metrics): Public ordinary functions
(setf ft-glyphslotrec-next): Public ordinary functions
(setf ft-glyphslotrec-num-subglyphs): Public ordinary functions
(setf ft-glyphslotrec-other): Public ordinary functions
(setf ft-glyphslotrec-outline): Public ordinary functions
(setf ft-glyphslotrec-ptr): Private ordinary functions
(setf ft-glyphslotrec-reserved): Public ordinary functions
(setf ft-glyphslotrec-rsb-delta): Public ordinary functions
(setf ft-glyphslotrec-subglyphs): Public ordinary functions
(setf ft-library-ptr): Private ordinary functions
(setf ft-list-destructor-ptr): Private ordinary functions
(setf ft-list-head): Public ordinary functions
(setf ft-list-iterator-ptr): Private ordinary functions
(setf ft-list-ptr): Private ordinary functions
(setf ft-list-tail): Public ordinary functions
(setf ft-listnode-data): Public ordinary functions
(setf ft-listnode-next): Public ordinary functions
(setf ft-listnode-prev): Public ordinary functions
(setf ft-listnode-ptr): Private ordinary functions
(setf ft-listnoderec-data): Public ordinary functions
(setf ft-listnoderec-next): Public ordinary functions
(setf ft-listnoderec-prev): Public ordinary functions
(setf ft-listnoderec-ptr): Private ordinary functions
(setf ft-listrec-head): Public ordinary functions
(setf ft-listrec-ptr): Private ordinary functions
(setf ft-listrec-tail): Public ordinary functions
(setf ft-matrix-ptr): Private ordinary functions
(setf ft-matrix-xx): Public ordinary functions
(setf ft-matrix-xy): Public ordinary functions
(setf ft-matrix-yx): Public ordinary functions
(setf ft-matrix-yy): Public ordinary functions
(setf ft-memory-alloc): Public ordinary functions
(setf ft-memory-free): Public ordinary functions
(setf ft-memory-ptr): Private ordinary functions
(setf ft-memory-realloc): Public ordinary functions
(setf ft-memory-user): Public ordinary functions
(setf ft-memoryrec-alloc): Public ordinary functions
(setf ft-memoryrec-free): Public ordinary functions
(setf ft-memoryrec-ptr): Private ordinary functions
(setf ft-memoryrec-realloc): Public ordinary functions
(setf ft-memoryrec-user): Public ordinary functions
(setf ft-module-ptr): Private ordinary functions
(setf ft-open-args-driver): Public ordinary functions
(setf ft-open-args-flags): Public ordinary functions
(setf ft-open-args-memory-base): Public ordinary functions
(setf ft-open-args-memory-size): Public ordinary functions
(setf ft-open-args-num-params): Public ordinary functions
(setf ft-open-args-params): Public ordinary functions
(setf ft-open-args-pathname): Public ordinary functions
(setf ft-open-args-ptr): Private ordinary functions
(setf ft-open-args-stream): Public ordinary functions
(setf ft-outline-contours): Public ordinary functions
(setf ft-outline-flags): Public ordinary functions
(setf ft-outline-funcs-conic-to): Public ordinary functions
(setf ft-outline-funcs-cubic-to): Public ordinary functions
(setf ft-outline-funcs-delta): Public ordinary functions
(setf ft-outline-funcs-line-to): Public ordinary functions
(setf ft-outline-funcs-move-to): Public ordinary functions
(setf ft-outline-funcs-ptr): Private ordinary functions
(setf ft-outline-funcs-shift): Public ordinary functions
(setf ft-outline-n-contours): Public ordinary functions
(setf ft-outline-n-points): Public ordinary functions
(setf ft-outline-points): Public ordinary functions
(setf ft-outline-ptr): Private ordinary functions
(setf ft-outline-tags): Public ordinary functions
(setf ft-outlineglyph-outline): Public ordinary functions
(setf ft-outlineglyph-ptr): Private ordinary functions
(setf ft-outlineglyph-root): Public ordinary functions
(setf ft-outlineglyphrec-outline): Public ordinary functions
(setf ft-outlineglyphrec-ptr): Private ordinary functions
(setf ft-outlineglyphrec-root): Public ordinary functions
(setf ft-parameter-data): Public ordinary functions
(setf ft-parameter-ptr): Private ordinary functions
(setf ft-parameter-tag): Public ordinary functions
(setf ft-pointer-ptr): Private ordinary functions
(setf ft-realloc-func-ptr): Private ordinary functions
(setf ft-renderer-ptr): Private ordinary functions
(setf ft-size-face): Public ordinary functions
(setf ft-size-generic): Public ordinary functions
(setf ft-size-internal): Public ordinary functions
(setf ft-size-internal-ptr): Private ordinary functions
(setf ft-size-metrics): Public ordinary functions
(setf ft-size-metrics-ascender): Public ordinary functions
(setf ft-size-metrics-descender): Public ordinary functions
(setf ft-size-metrics-height): Public ordinary functions
(setf ft-size-metrics-max-advance): Public ordinary functions
(setf ft-size-metrics-ptr): Private ordinary functions
(setf ft-size-metrics-x-ppem): Public ordinary functions
(setf ft-size-metrics-x-scale): Public ordinary functions
(setf ft-size-metrics-y-ppem): Public ordinary functions
(setf ft-size-metrics-y-scale): Public ordinary functions
(setf ft-size-ptr): Private ordinary functions
(setf ft-size-request-height): Public ordinary functions
(setf ft-size-request-hori-resolution): Public ordinary functions
(setf ft-size-request-ptr): Private ordinary functions
(setf ft-size-request-type): Public ordinary functions
(setf ft-size-request-vert-resolution): Public ordinary functions
(setf ft-size-request-width): Public ordinary functions
(setf ft-size-requestrec-height): Public ordinary functions
(setf ft-size-requestrec-hori-resolution): Public ordinary functions
(setf ft-size-requestrec-ptr): Private ordinary functions
(setf ft-size-requestrec-type): Public ordinary functions
(setf ft-size-requestrec-vert-resolution): Public ordinary functions
(setf ft-size-requestrec-width): Public ordinary functions
(setf ft-sizerec-face): Public ordinary functions
(setf ft-sizerec-generic): Public ordinary functions
(setf ft-sizerec-internal): Public ordinary functions
(setf ft-sizerec-metrics): Public ordinary functions
(setf ft-sizerec-ptr): Private ordinary functions
(setf ft-slot-internal-ptr): Private ordinary functions
(setf ft-stream-base): Public ordinary functions
(setf ft-stream-close): Public ordinary functions
(setf ft-stream-closefunc-ptr): Private ordinary functions
(setf ft-stream-cursor): Public ordinary functions
(setf ft-stream-descriptor): Public ordinary functions
(setf ft-stream-iofunc-ptr): Private ordinary functions
(setf ft-stream-limit): Public ordinary functions
(setf ft-stream-memory): Public ordinary functions
(setf ft-stream-pathname): Public ordinary functions
(setf ft-stream-pos): Public ordinary functions
(setf ft-stream-ptr): Private ordinary functions
(setf ft-stream-read): Public ordinary functions
(setf ft-stream-size): Public ordinary functions
(setf ft-streamdesc-pointer): Public ordinary functions
(setf ft-streamdesc-ptr): Private ordinary functions
(setf ft-streamdesc-value): Public ordinary functions
(setf ft-streamrec-base): Public ordinary functions
(setf ft-streamrec-close): Public ordinary functions
(setf ft-streamrec-cursor): Public ordinary functions
(setf ft-streamrec-descriptor): Public ordinary functions
(setf ft-streamrec-limit): Public ordinary functions
(setf ft-streamrec-memory): Public ordinary functions
(setf ft-streamrec-pathname): Public ordinary functions
(setf ft-streamrec-pos): Public ordinary functions
(setf ft-streamrec-ptr): Private ordinary functions
(setf ft-streamrec-read): Public ordinary functions
(setf ft-streamrec-size): Public ordinary functions
(setf ft-subglyph-ptr): Private ordinary functions
(setf ft-unitvector-ptr): Private ordinary functions
(setf ft-unitvector-x): Public ordinary functions
(setf ft-unitvector-y): Public ordinary functions
(setf ft-vector-ptr): Private ordinary functions
(setf ft-vector-x): Public ordinary functions
(setf ft-vector-y): Public ordinary functions
(setf fw-ptr): Public ordinary functions

A
ablit: Private ordinary functions
ablit-from-nonzero: Private ordinary functions
accessor-name: Private ordinary functions
attach-file: Public ordinary functions

B
bitfield-test-name: Private ordinary functions
bitmap-convert: Public ordinary functions
bitmap-new: Public ordinary functions
bitmap-to-array: Public ordinary functions

C
check-font-file: Public ordinary functions
convert-matrix: Public ordinary functions
convert-vector: Public ordinary functions
copy-foreign-wrapper: Private ordinary functions
copy-ft-alloc-func: Private ordinary functions
copy-ft-bbox: Private ordinary functions
copy-ft-bitmap: Private ordinary functions
copy-ft-bitmap-size: Private ordinary functions
copy-ft-bitmapglyph: Private ordinary functions
copy-ft-bitmapglyphrec: Private ordinary functions
copy-ft-charmap: Private ordinary functions
copy-ft-charmaprec: Private ordinary functions
copy-ft-data: Private ordinary functions
copy-ft-driver: Private ordinary functions
copy-ft-face: Private ordinary functions
copy-ft-face-internal: Private ordinary functions
copy-ft-facerec: Private ordinary functions
copy-ft-free-func: Private ordinary functions
copy-ft-generic: Private ordinary functions
copy-ft-generic-finalizer: Private ordinary functions
copy-ft-glyph: Private ordinary functions
copy-ft-glyph-metrics: Private ordinary functions
copy-ft-glyphrec: Private ordinary functions
copy-ft-glyphslot: Private ordinary functions
copy-ft-glyphslotrec: Private ordinary functions
copy-ft-library: Private ordinary functions
copy-ft-list: Private ordinary functions
copy-ft-list-destructor: Private ordinary functions
copy-ft-list-iterator: Private ordinary functions
copy-ft-listnode: Private ordinary functions
copy-ft-listnoderec: Private ordinary functions
copy-ft-listrec: Private ordinary functions
copy-ft-matrix: Private ordinary functions
copy-ft-memory: Private ordinary functions
copy-ft-memoryrec: Private ordinary functions
copy-ft-module: Private ordinary functions
copy-ft-open-args: Private ordinary functions
copy-ft-outline: Private ordinary functions
copy-ft-outline-funcs: Private ordinary functions
copy-ft-outlineglyph: Private ordinary functions
copy-ft-outlineglyphrec: Private ordinary functions
copy-ft-parameter: Private ordinary functions
copy-ft-pointer: Private ordinary functions
copy-ft-realloc-func: Private ordinary functions
copy-ft-renderer: Private ordinary functions
copy-ft-size: Private ordinary functions
copy-ft-size-internal: Private ordinary functions
copy-ft-size-metrics: Private ordinary functions
copy-ft-size-request: Private ordinary functions
copy-ft-size-requestrec: Private ordinary functions
copy-ft-sizerec: Private ordinary functions
copy-ft-slot-internal: Private ordinary functions
copy-ft-stream: Private ordinary functions
copy-ft-stream-closefunc: Private ordinary functions
copy-ft-stream-iofunc: Private ordinary functions
copy-ft-streamdesc: Private ordinary functions
copy-ft-streamrec: Private ordinary functions
copy-ft-subglyph: Private ordinary functions
copy-ft-unitvector: Private ordinary functions
copy-ft-vector: Private ordinary functions

D
default-load-render: Public ordinary functions
defcwrap: Private macros
defcwraptype: Private macros
do-char-decompose: Public macros
do-outline-decompose: Public macros
do-string-render: Public macros

E
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-from-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
expand-to-foreign: Public standalone methods
extract-freetype: Public ordinary functions

F
face-ascender-pixels: Public ordinary functions
face-descender-pixels: Public ordinary functions
face-metrics: Public ordinary functions
finalize: Public ordinary functions
fixed-face-p: Public ordinary functions
flat-array: Private ordinary functions
foreign-wrapper-p: Private ordinary functions
freetype-version: Public ordinary functions
ft-16dot16-to-float: Public ordinary functions
ft-26dot6-to-float: Public ordinary functions
ft-26dot6-to-int: Public ordinary functions
ft-activate-size: Public ordinary functions
ft-alloc-func-p: Private ordinary functions
ft-alloc-func-ptr: Private ordinary functions
ft-bbox-p: Private ordinary functions
ft-bbox-ptr: Private ordinary functions
ft-bbox-xmax: Public ordinary functions
ft-bbox-xmin: Public ordinary functions
ft-bbox-ymax: Public ordinary functions
ft-bbox-ymin: Public ordinary functions
ft-bitmap-buffer: Public ordinary functions
ft-bitmap-convert: Public ordinary functions
ft-bitmap-copy: Public ordinary functions
ft-bitmap-done: Public ordinary functions
ft-bitmap-embolden: Public ordinary functions
ft-bitmap-new: Public ordinary functions
ft-bitmap-num-grays: Public ordinary functions
ft-bitmap-p: Private ordinary functions
ft-bitmap-palette: Public ordinary functions
ft-bitmap-palette-mode: Public ordinary functions
ft-bitmap-pitch: Public ordinary functions
ft-bitmap-pixel-mode: Public ordinary functions
ft-bitmap-ptr: Private ordinary functions
ft-bitmap-rows: Public ordinary functions
ft-bitmap-size-height: Public ordinary functions
ft-bitmap-size-p: Private ordinary functions
ft-bitmap-size-ptr: Private ordinary functions
ft-bitmap-size-size: Public ordinary functions
ft-bitmap-size-width: Public ordinary functions
ft-bitmap-size-x-ppem: Public ordinary functions
ft-bitmap-size-y-ppem: Public ordinary functions
ft-bitmap-width: Public ordinary functions
ft-bitmapglyph-bitmap: Public ordinary functions
ft-bitmapglyph-left: Public ordinary functions
ft-bitmapglyph-p: Private ordinary functions
ft-bitmapglyph-ptr: Private ordinary functions
ft-bitmapglyph-root: Public ordinary functions
ft-bitmapglyph-top: Public ordinary functions
ft-bitmapglyphrec-bitmap: Public ordinary functions
ft-bitmapglyphrec-left: Public ordinary functions
ft-bitmapglyphrec-p: Private ordinary functions
ft-bitmapglyphrec-ptr: Private ordinary functions
ft-bitmapglyphrec-root: Public ordinary functions
ft-bitmapglyphrec-top: Public ordinary functions
ft-charmap-encoding: Public ordinary functions
ft-charmap-encoding-id: Public ordinary functions
ft-charmap-face: Public ordinary functions
ft-charmap-p: Private ordinary functions
ft-charmap-platform-id: Public ordinary functions
ft-charmap-ptr: Private ordinary functions
ft-charmaprec-encoding: Public ordinary functions
ft-charmaprec-encoding-id: Public ordinary functions
ft-charmaprec-face: Public ordinary functions
ft-charmaprec-p: Private ordinary functions
ft-charmaprec-platform-id: Public ordinary functions
ft-charmaprec-ptr: Private ordinary functions
ft-data-length: Public ordinary functions
ft-data-p: Private ordinary functions
ft-data-pointer: Public ordinary functions
ft-data-ptr: Private ordinary functions
ft-done-face: Public ordinary functions
ft-done-freetype: Public ordinary functions
ft-done-glyph: Public ordinary functions
ft-done-size: Public ordinary functions
ft-driver-p: Private ordinary functions
ft-driver-ptr: Private ordinary functions
ft-error: Public macros
ft-face-ascender: Public ordinary functions
ft-face-autohint: Public ordinary functions
ft-face-available-sizes: Public ordinary functions
ft-face-bbox: Public ordinary functions
ft-face-charmap: Public ordinary functions
ft-face-charmaps: Public ordinary functions
ft-face-descender: Public ordinary functions
ft-face-driver: Public ordinary functions
ft-face-extensions: Public ordinary functions
ft-face-face-flags: Public ordinary functions
ft-face-face-flags-test: Public macros
ft-face-face-index: Public ordinary functions
ft-face-family-name: Public ordinary functions
ft-face-generic: Public ordinary functions
ft-face-getcharsofvariant: Public ordinary functions
ft-face-getcharvariantindex: Public ordinary functions
ft-face-getcharvariantisdefault: Public ordinary functions
ft-face-getvariantselectors: Public ordinary functions
ft-face-getvariantsofchar: Public ordinary functions
ft-face-glyph: Public ordinary functions
ft-face-height: Public ordinary functions
ft-face-internal: Public ordinary functions
ft-face-internal-p: Private ordinary functions
ft-face-internal-ptr: Private ordinary functions
ft-face-max-advance-height: Public ordinary functions
ft-face-max-advance-width: Public ordinary functions
ft-face-memory: Public ordinary functions
ft-face-num-charmaps: Public ordinary functions
ft-face-num-faces: Public ordinary functions
ft-face-num-fixed-sizes: Public ordinary functions
ft-face-num-glyphs: Public ordinary functions
ft-face-p: Private ordinary functions
ft-face-ptr: Private ordinary functions
ft-face-size: Public ordinary functions
ft-face-sizes-list: Public ordinary functions
ft-face-stream: Public ordinary functions
ft-face-style-flags: Public ordinary functions
ft-face-style-flags-test: Public macros
ft-face-style-name: Public ordinary functions
ft-face-underline-position: Public ordinary functions
ft-face-underline-thickness: Public ordinary functions
ft-face-units-per-em: Public ordinary functions
ft-facerec-ascender: Public ordinary functions
ft-facerec-autohint: Public ordinary functions
ft-facerec-available-sizes: Public ordinary functions
ft-facerec-bbox: Public ordinary functions
ft-facerec-charmap: Public ordinary functions
ft-facerec-charmaps: Public ordinary functions
ft-facerec-descender: Public ordinary functions
ft-facerec-driver: Public ordinary functions
ft-facerec-extensions: Public ordinary functions
ft-facerec-face-flags: Public ordinary functions
ft-facerec-face-flags-test: Public macros
ft-facerec-face-index: Public ordinary functions
ft-facerec-family-name: Public ordinary functions
ft-facerec-generic: Public ordinary functions
ft-facerec-glyph: Public ordinary functions
ft-facerec-height: Public ordinary functions
ft-facerec-internal: Public ordinary functions
ft-facerec-max-advance-height: Public ordinary functions
ft-facerec-max-advance-width: Public ordinary functions
ft-facerec-memory: Public ordinary functions
ft-facerec-num-charmaps: Public ordinary functions
ft-facerec-num-faces: Public ordinary functions
ft-facerec-num-fixed-sizes: Public ordinary functions
ft-facerec-num-glyphs: Public ordinary functions
ft-facerec-p: Private ordinary functions
ft-facerec-ptr: Private ordinary functions
ft-facerec-size: Public ordinary functions
ft-facerec-sizes-list: Public ordinary functions
ft-facerec-stream: Public ordinary functions
ft-facerec-style-flags: Public ordinary functions
ft-facerec-style-flags-test: Public macros
ft-facerec-style-name: Public ordinary functions
ft-facerec-underline-position: Public ordinary functions
ft-facerec-underline-thickness: Public ordinary functions
ft-facerec-units-per-em: Public ordinary functions
ft-free-func-p: Private ordinary functions
ft-free-func-ptr: Private ordinary functions
ft-generic-data: Public ordinary functions
ft-generic-finalizer: Public ordinary functions
ft-generic-finalizer-p: Private ordinary functions
ft-generic-finalizer-ptr: Private ordinary functions
ft-generic-p: Private ordinary functions
ft-generic-ptr: Private ordinary functions
ft-get-advance: Public ordinary functions
ft-get-advances: Public ordinary functions
ft-get-char-index: Public ordinary functions
ft-get-charmap-index: Public ordinary functions
ft-get-first-char: Public ordinary functions
ft-get-glyph: Public ordinary functions
ft-get-glyph-name: Public ordinary functions
ft-get-kerning: Public ordinary functions
ft-get-next-char: Public ordinary functions
ft-get-subglyph-info: Public ordinary functions
ft-get-track-kerning: Public ordinary functions
ft-glyph-advance: Public ordinary functions
ft-glyph-clazz: Public ordinary functions
ft-glyph-copy: Public ordinary functions
ft-glyph-format: Public ordinary functions
ft-glyph-get-cbox: Public ordinary functions
ft-glyph-library: Public ordinary functions
ft-glyph-metrics-height: Public ordinary functions
ft-glyph-metrics-hori-advance: Public ordinary functions
ft-glyph-metrics-hori-bearing-x: Public ordinary functions
ft-glyph-metrics-hori-bearing-y: Public ordinary functions
ft-glyph-metrics-p: Private ordinary functions
ft-glyph-metrics-ptr: Private ordinary functions
ft-glyph-metrics-vert-advance: Public ordinary functions
ft-glyph-metrics-vert-bearing-x: Public ordinary functions
ft-glyph-metrics-vert-bearing-y: Public ordinary functions
ft-glyph-metrics-width: Public ordinary functions
ft-glyph-p: Private ordinary functions
ft-glyph-ptr: Private ordinary functions
ft-glyph-to-bitmap: Public ordinary functions
ft-glyph-transform: Public ordinary functions
ft-glyphrec-advance: Public ordinary functions
ft-glyphrec-clazz: Public ordinary functions
ft-glyphrec-format: Public ordinary functions
ft-glyphrec-library: Public ordinary functions
ft-glyphrec-p: Private ordinary functions
ft-glyphrec-ptr: Private ordinary functions
ft-glyphslot-advance: Public ordinary functions
ft-glyphslot-bitmap: Public ordinary functions
ft-glyphslot-bitmap-left: Public ordinary functions
ft-glyphslot-bitmap-top: Public ordinary functions
ft-glyphslot-control-data: Public ordinary functions
ft-glyphslot-control-len: Public ordinary functions
ft-glyphslot-face: Public ordinary functions
ft-glyphslot-format: Public ordinary functions
ft-glyphslot-generic: Public ordinary functions
ft-glyphslot-internal: Public ordinary functions
ft-glyphslot-library: Public ordinary functions
ft-glyphslot-linear-hori-advance: Public ordinary functions
ft-glyphslot-linear-vert-advance: Public ordinary functions
ft-glyphslot-lsb-delta: Public ordinary functions
ft-glyphslot-metrics: Public ordinary functions
ft-glyphslot-next: Public ordinary functions
ft-glyphslot-num-subglyphs: Public ordinary functions
ft-glyphslot-other: Public ordinary functions
ft-glyphslot-outline: Public ordinary functions
ft-glyphslot-own-bitmap: Public ordinary functions
ft-glyphslot-p: Private ordinary functions
ft-glyphslot-ptr: Private ordinary functions
ft-glyphslot-reserved: Public ordinary functions
ft-glyphslot-rsb-delta: Public ordinary functions
ft-glyphslot-subglyphs: Public ordinary functions
ft-glyphslotrec-advance: Public ordinary functions
ft-glyphslotrec-bitmap: Public ordinary functions
ft-glyphslotrec-bitmap-left: Public ordinary functions
ft-glyphslotrec-bitmap-top: Public ordinary functions
ft-glyphslotrec-control-data: Public ordinary functions
ft-glyphslotrec-control-len: Public ordinary functions
ft-glyphslotrec-face: Public ordinary functions
ft-glyphslotrec-format: Public ordinary functions
ft-glyphslotrec-generic: Public ordinary functions
ft-glyphslotrec-internal: Public ordinary functions
ft-glyphslotrec-library: Public ordinary functions
ft-glyphslotrec-linear-hori-advance: Public ordinary functions
ft-glyphslotrec-linear-vert-advance: Public ordinary functions
ft-glyphslotrec-lsb-delta: Public ordinary functions
ft-glyphslotrec-metrics: Public ordinary functions
ft-glyphslotrec-next: Public ordinary functions
ft-glyphslotrec-num-subglyphs: Public ordinary functions
ft-glyphslotrec-other: Public ordinary functions
ft-glyphslotrec-outline: Public ordinary functions
ft-glyphslotrec-p: Private ordinary functions
ft-glyphslotrec-ptr: Private ordinary functions
ft-glyphslotrec-reserved: Public ordinary functions
ft-glyphslotrec-rsb-delta: Public ordinary functions
ft-glyphslotrec-subglyphs: Public ordinary functions
ft-init-freetype: Public ordinary functions
ft-library-p: Private ordinary functions
ft-library-ptr: Private ordinary functions
ft-library-version: Public ordinary functions
ft-list-destructor-p: Private ordinary functions
ft-list-destructor-ptr: Private ordinary functions
ft-list-head: Public ordinary functions
ft-list-iterator-p: Private ordinary functions
ft-list-iterator-ptr: Private ordinary functions
ft-list-p: Private ordinary functions
ft-list-ptr: Private ordinary functions
ft-list-tail: Public ordinary functions
ft-listnode-data: Public ordinary functions
ft-listnode-next: Public ordinary functions
ft-listnode-p: Private ordinary functions
ft-listnode-prev: Public ordinary functions
ft-listnode-ptr: Private ordinary functions
ft-listnoderec-data: Public ordinary functions
ft-listnoderec-next: Public ordinary functions
ft-listnoderec-p: Private ordinary functions
ft-listnoderec-prev: Public ordinary functions
ft-listnoderec-ptr: Private ordinary functions
ft-listrec-head: Public ordinary functions
ft-listrec-p: Private ordinary functions
ft-listrec-ptr: Private ordinary functions
ft-listrec-tail: Public ordinary functions
ft-load-glyph: Public ordinary functions
ft-matrix-p: Private ordinary functions
ft-matrix-ptr: Private ordinary functions
ft-matrix-xx: Public ordinary functions
ft-matrix-xy: Public ordinary functions
ft-matrix-yx: Public ordinary functions
ft-matrix-yy: Public ordinary functions
ft-memory-alloc: Public ordinary functions
ft-memory-free: Public ordinary functions
ft-memory-p: Private ordinary functions
ft-memory-ptr: Private ordinary functions
ft-memory-realloc: Public ordinary functions
ft-memory-user: Public ordinary functions
ft-memoryrec-alloc: Public ordinary functions
ft-memoryrec-free: Public ordinary functions
ft-memoryrec-p: Private ordinary functions
ft-memoryrec-ptr: Private ordinary functions
ft-memoryrec-realloc: Public ordinary functions
ft-memoryrec-user: Public ordinary functions
ft-module-p: Private ordinary functions
ft-module-ptr: Private ordinary functions
ft-new-face: Public ordinary functions
ft-new-memory-face: Public ordinary functions
ft-new-size: Public ordinary functions
ft-open-args-driver: Public ordinary functions
ft-open-args-flags: Public ordinary functions
ft-open-args-flags-test: Public macros
ft-open-args-memory-base: Public ordinary functions
ft-open-args-memory-size: Public ordinary functions
ft-open-args-num-params: Public ordinary functions
ft-open-args-p: Private ordinary functions
ft-open-args-params: Public ordinary functions
ft-open-args-pathname: Public ordinary functions
ft-open-args-ptr: Private ordinary functions
ft-open-args-stream: Public ordinary functions
ft-open-face: Public ordinary functions
ft-outline-check: Public ordinary functions
ft-outline-contours: Public ordinary functions
ft-outline-copy: Public ordinary functions
ft-outline-decompose: Public ordinary functions
ft-outline-done: Public ordinary functions
ft-outline-embolden: Public ordinary functions
ft-outline-flags: Public ordinary functions
ft-outline-flags-test: Public macros
ft-outline-funcs-conic-to: Public ordinary functions
ft-outline-funcs-cubic-to: Public ordinary functions
ft-outline-funcs-delta: Public ordinary functions
ft-outline-funcs-line-to: Public ordinary functions
ft-outline-funcs-move-to: Public ordinary functions
ft-outline-funcs-p: Private ordinary functions
ft-outline-funcs-ptr: Private ordinary functions
ft-outline-funcs-shift: Public ordinary functions
ft-outline-get-bbox: Public ordinary functions
ft-outline-get-cbox: Public ordinary functions
ft-outline-get-orientation: Public ordinary functions
ft-outline-n-contours: Public ordinary functions
ft-outline-n-points: Public ordinary functions
ft-outline-new: Public ordinary functions
ft-outline-p: Private ordinary functions
ft-outline-points: Public ordinary functions
ft-outline-ptr: Private ordinary functions
ft-outline-reverse: Public ordinary functions
ft-outline-tags: Public ordinary functions
ft-outline-transform: Public ordinary functions
ft-outline-translate: Public ordinary functions
ft-outlineglyph-outline: Public ordinary functions
ft-outlineglyph-p: Private ordinary functions
ft-outlineglyph-ptr: Private ordinary functions
ft-outlineglyph-root: Public ordinary functions
ft-outlineglyphrec-outline: Public ordinary functions
ft-outlineglyphrec-p: Private ordinary functions
ft-outlineglyphrec-ptr: Private ordinary functions
ft-outlineglyphrec-root: Public ordinary functions
ft-parameter-data: Public ordinary functions
ft-parameter-p: Private ordinary functions
ft-parameter-ptr: Private ordinary functions
ft-parameter-tag: Public ordinary functions
ft-pointer-p: Private ordinary functions
ft-pointer-ptr: Private ordinary functions
ft-realloc-func-p: Private ordinary functions
ft-realloc-func-ptr: Private ordinary functions
ft-reference-face: Public ordinary functions
ft-render-glyph: Public ordinary functions
ft-renderer-p: Private ordinary functions
ft-renderer-ptr: Private ordinary functions
ft-request-size: Public ordinary functions
ft-select-size: Public ordinary functions
ft-set-char-size: Public ordinary functions
ft-set-charmap: Public ordinary functions
ft-set-pixel-sizes: Public ordinary functions
ft-set-transform: Public ordinary functions
ft-size-face: Public ordinary functions
ft-size-generic: Public ordinary functions
ft-size-internal: Public ordinary functions
ft-size-internal-p: Private ordinary functions
ft-size-internal-ptr: Private ordinary functions
ft-size-metrics: Public ordinary functions
ft-size-metrics-ascender: Public ordinary functions
ft-size-metrics-descender: Public ordinary functions
ft-size-metrics-height: Public ordinary functions
ft-size-metrics-max-advance: Public ordinary functions
ft-size-metrics-p: Private ordinary functions
ft-size-metrics-ptr: Private ordinary functions
ft-size-metrics-x-ppem: Public ordinary functions
ft-size-metrics-x-scale: Public ordinary functions
ft-size-metrics-y-ppem: Public ordinary functions
ft-size-metrics-y-scale: Public ordinary functions
ft-size-p: Private ordinary functions
ft-size-ptr: Private ordinary functions
ft-size-request-height: Public ordinary functions
ft-size-request-hori-resolution: Public ordinary functions
ft-size-request-p: Private ordinary functions
ft-size-request-ptr: Private ordinary functions
ft-size-request-type: Public ordinary functions
ft-size-request-vert-resolution: Public ordinary functions
ft-size-request-width: Public ordinary functions
ft-size-requestrec-height: Public ordinary functions
ft-size-requestrec-hori-resolution: Public ordinary functions
ft-size-requestrec-p: Private ordinary functions
ft-size-requestrec-ptr: Private ordinary functions
ft-size-requestrec-type: Public ordinary functions
ft-size-requestrec-vert-resolution: Public ordinary functions
ft-size-requestrec-width: Public ordinary functions
ft-sizerec-face: Public ordinary functions
ft-sizerec-generic: Public ordinary functions
ft-sizerec-internal: Public ordinary functions
ft-sizerec-metrics: Public ordinary functions
ft-sizerec-p: Private ordinary functions
ft-sizerec-ptr: Private ordinary functions
ft-slot-internal-p: Private ordinary functions
ft-slot-internal-ptr: Private ordinary functions
ft-stream-base: Public ordinary functions
ft-stream-close: Public ordinary functions
ft-stream-closefunc-p: Private ordinary functions
ft-stream-closefunc-ptr: Private ordinary functions
ft-stream-cursor: Public ordinary functions
ft-stream-descriptor: Public ordinary functions
ft-stream-iofunc-p: Private ordinary functions
ft-stream-iofunc-ptr: Private ordinary functions
ft-stream-limit: Public ordinary functions
ft-stream-memory: Public ordinary functions
ft-stream-p: Private ordinary functions
ft-stream-pathname: Public ordinary functions
ft-stream-pos: Public ordinary functions
ft-stream-ptr: Private ordinary functions
ft-stream-read: Public ordinary functions
ft-stream-size: Public ordinary functions
ft-streamdesc-p: Private ordinary functions
ft-streamdesc-pointer: Public ordinary functions
ft-streamdesc-ptr: Private ordinary functions
ft-streamdesc-value: Public ordinary functions
ft-streamrec-base: Public ordinary functions
ft-streamrec-close: Public ordinary functions
ft-streamrec-cursor: Public ordinary functions
ft-streamrec-descriptor: Public ordinary functions
ft-streamrec-limit: Public ordinary functions
ft-streamrec-memory: Public ordinary functions
ft-streamrec-p: Private ordinary functions
ft-streamrec-pathname: Public ordinary functions
ft-streamrec-pos: Public ordinary functions
ft-streamrec-ptr: Private ordinary functions
ft-streamrec-read: Public ordinary functions
ft-streamrec-size: Public ordinary functions
ft-subglyph-p: Private ordinary functions
ft-subglyph-ptr: Private ordinary functions
ft-unitvector-p: Private ordinary functions
ft-unitvector-ptr: Private ordinary functions
ft-unitvector-x: Public ordinary functions
ft-unitvector-y: Public ordinary functions
ft-vector-p: Private ordinary functions
ft-vector-ptr: Private ordinary functions
ft-vector-x: Public ordinary functions
ft-vector-y: Public ordinary functions
Function, %ft-bbox-xmax: Private ordinary functions
Function, %ft-bbox-xmin: Private ordinary functions
Function, %ft-bbox-ymax: Private ordinary functions
Function, %ft-bbox-ymin: Private ordinary functions
Function, %ft-bitmap-buffer: Private ordinary functions
Function, %ft-bitmap-num-grays: Private ordinary functions
Function, %ft-bitmap-palette: Private ordinary functions
Function, %ft-bitmap-palette-mode: Private ordinary functions
Function, %ft-bitmap-pitch: Private ordinary functions
Function, %ft-bitmap-pixel-mode: Private ordinary functions
Function, %ft-bitmap-rows: Private ordinary functions
Function, %ft-bitmap-size-height: Private ordinary functions
Function, %ft-bitmap-size-size: Private ordinary functions
Function, %ft-bitmap-size-width: Private ordinary functions
Function, %ft-bitmap-size-x-ppem: Private ordinary functions
Function, %ft-bitmap-size-y-ppem: Private ordinary functions
Function, %ft-bitmap-width: Private ordinary functions
Function, %ft-bitmapglyphrec-bitmap: Private ordinary functions
Function, %ft-bitmapglyphrec-left: Private ordinary functions
Function, %ft-bitmapglyphrec-root: Private ordinary functions
Function, %ft-bitmapglyphrec-top: Private ordinary functions
Function, %ft-charmaprec-encoding: Private ordinary functions
Function, %ft-charmaprec-encoding-id: Private ordinary functions
Function, %ft-charmaprec-face: Private ordinary functions
Function, %ft-charmaprec-platform-id: Private ordinary functions
Function, %ft-data-length: Private ordinary functions
Function, %ft-data-pointer: Private ordinary functions
Function, %ft-facerec-ascender: Private ordinary functions
Function, %ft-facerec-autohint: Private ordinary functions
Function, %ft-facerec-available-sizes: Private ordinary functions
Function, %ft-facerec-bbox: Private ordinary functions
Function, %ft-facerec-charmap: Private ordinary functions
Function, %ft-facerec-charmaps: Private ordinary functions
Function, %ft-facerec-descender: Private ordinary functions
Function, %ft-facerec-driver: Private ordinary functions
Function, %ft-facerec-extensions: Private ordinary functions
Function, %ft-facerec-face-flags: Private ordinary functions
Function, %ft-facerec-face-index: Private ordinary functions
Function, %ft-facerec-family-name: Private ordinary functions
Function, %ft-facerec-generic: Private ordinary functions
Function, %ft-facerec-glyph: Private ordinary functions
Function, %ft-facerec-height: Private ordinary functions
Function, %ft-facerec-internal: Private ordinary functions
Function, %ft-facerec-max-advance-height: Private ordinary functions
Function, %ft-facerec-max-advance-width: Private ordinary functions
Function, %ft-facerec-memory: Private ordinary functions
Function, %ft-facerec-num-charmaps: Private ordinary functions
Function, %ft-facerec-num-faces: Private ordinary functions
Function, %ft-facerec-num-fixed-sizes: Private ordinary functions
Function, %ft-facerec-num-glyphs: Private ordinary functions
Function, %ft-facerec-size: Private ordinary functions
Function, %ft-facerec-sizes-list: Private ordinary functions
Function, %ft-facerec-stream: Private ordinary functions
Function, %ft-facerec-style-flags: Private ordinary functions
Function, %ft-facerec-style-name: Private ordinary functions
Function, %ft-facerec-underline-position: Private ordinary functions
Function, %ft-facerec-underline-thickness: Private ordinary functions
Function, %ft-facerec-units-per-em: Private ordinary functions
Function, %ft-generic-data: Private ordinary functions
Function, %ft-generic-finalizer: Private ordinary functions
Function, %ft-glyph-metrics-height: Private ordinary functions
Function, %ft-glyph-metrics-hori-advance: Private ordinary functions
Function, %ft-glyph-metrics-hori-bearing-x: Private ordinary functions
Function, %ft-glyph-metrics-hori-bearing-y: Private ordinary functions
Function, %ft-glyph-metrics-vert-advance: Private ordinary functions
Function, %ft-glyph-metrics-vert-bearing-x: Private ordinary functions
Function, %ft-glyph-metrics-vert-bearing-y: Private ordinary functions
Function, %ft-glyph-metrics-width: Private ordinary functions
Function, %ft-glyphrec-advance: Private ordinary functions
Function, %ft-glyphrec-clazz: Private ordinary functions
Function, %ft-glyphrec-format: Private ordinary functions
Function, %ft-glyphrec-library: Private ordinary functions
Function, %ft-glyphslotrec-advance: Private ordinary functions
Function, %ft-glyphslotrec-bitmap: Private ordinary functions
Function, %ft-glyphslotrec-bitmap-left: Private ordinary functions
Function, %ft-glyphslotrec-bitmap-top: Private ordinary functions
Function, %ft-glyphslotrec-control-data: Private ordinary functions
Function, %ft-glyphslotrec-control-len: Private ordinary functions
Function, %ft-glyphslotrec-face: Private ordinary functions
Function, %ft-glyphslotrec-format: Private ordinary functions
Function, %ft-glyphslotrec-generic: Private ordinary functions
Function, %ft-glyphslotrec-internal: Private ordinary functions
Function, %ft-glyphslotrec-library: Private ordinary functions
Function, %ft-glyphslotrec-linear-hori-advance: Private ordinary functions
Function, %ft-glyphslotrec-linear-vert-advance: Private ordinary functions
Function, %ft-glyphslotrec-lsb-delta: Private ordinary functions
Function, %ft-glyphslotrec-metrics: Private ordinary functions
Function, %ft-glyphslotrec-next: Private ordinary functions
Function, %ft-glyphslotrec-num-subglyphs: Private ordinary functions
Function, %ft-glyphslotrec-other: Private ordinary functions
Function, %ft-glyphslotrec-outline: Private ordinary functions
Function, %ft-glyphslotrec-reserved: Private ordinary functions
Function, %ft-glyphslotrec-rsb-delta: Private ordinary functions
Function, %ft-glyphslotrec-subglyphs: Private ordinary functions
Function, %ft-listnoderec-data: Private ordinary functions
Function, %ft-listnoderec-next: Private ordinary functions
Function, %ft-listnoderec-prev: Private ordinary functions
Function, %ft-listrec-head: Private ordinary functions
Function, %ft-listrec-tail: Private ordinary functions
Function, %ft-matrix-xx: Private ordinary functions
Function, %ft-matrix-xy: Private ordinary functions
Function, %ft-matrix-yx: Private ordinary functions
Function, %ft-matrix-yy: Private ordinary functions
Function, %ft-memoryrec-alloc: Private ordinary functions
Function, %ft-memoryrec-free: Private ordinary functions
Function, %ft-memoryrec-realloc: Private ordinary functions
Function, %ft-memoryrec-user: Private ordinary functions
Function, %ft-open-args-driver: Private ordinary functions
Function, %ft-open-args-flags: Private ordinary functions
Function, %ft-open-args-memory-base: Private ordinary functions
Function, %ft-open-args-memory-size: Private ordinary functions
Function, %ft-open-args-num-params: Private ordinary functions
Function, %ft-open-args-params: Private ordinary functions
Function, %ft-open-args-pathname: Private ordinary functions
Function, %ft-open-args-stream: Private ordinary functions
Function, %ft-outline-contours: Private ordinary functions
Function, %ft-outline-flags: Private ordinary functions
Function, %ft-outline-funcs-conic-to: Private ordinary functions
Function, %ft-outline-funcs-cubic-to: Private ordinary functions
Function, %ft-outline-funcs-delta: Private ordinary functions
Function, %ft-outline-funcs-line-to: Private ordinary functions
Function, %ft-outline-funcs-move-to: Private ordinary functions
Function, %ft-outline-funcs-shift: Private ordinary functions
Function, %ft-outline-n-contours: Private ordinary functions
Function, %ft-outline-n-points: Private ordinary functions
Function, %ft-outline-points: Private ordinary functions
Function, %ft-outline-tags: Private ordinary functions
Function, %ft-outlineglyphrec-outline: Private ordinary functions
Function, %ft-outlineglyphrec-root: Private ordinary functions
Function, %ft-parameter-data: Private ordinary functions
Function, %ft-parameter-tag: Private ordinary functions
Function, %ft-size-metrics-ascender: Private ordinary functions
Function, %ft-size-metrics-descender: Private ordinary functions
Function, %ft-size-metrics-height: Private ordinary functions
Function, %ft-size-metrics-max-advance: Private ordinary functions
Function, %ft-size-metrics-x-ppem: Private ordinary functions
Function, %ft-size-metrics-x-scale: Private ordinary functions
Function, %ft-size-metrics-y-ppem: Private ordinary functions
Function, %ft-size-metrics-y-scale: Private ordinary functions
Function, %ft-size-requestrec-height: Private ordinary functions
Function, %ft-size-requestrec-hori-resolution: Private ordinary functions
Function, %ft-size-requestrec-type: Private ordinary functions
Function, %ft-size-requestrec-vert-resolution: Private ordinary functions
Function, %ft-size-requestrec-width: Private ordinary functions
Function, %ft-sizerec-face: Private ordinary functions
Function, %ft-sizerec-generic: Private ordinary functions
Function, %ft-sizerec-internal: Private ordinary functions
Function, %ft-sizerec-metrics: Private ordinary functions
Function, %ft-streamdesc-pointer: Private ordinary functions
Function, %ft-streamdesc-value: Private ordinary functions
Function, %ft-streamrec-base: Private ordinary functions
Function, %ft-streamrec-close: Private ordinary functions
Function, %ft-streamrec-cursor: Private ordinary functions
Function, %ft-streamrec-descriptor: Private ordinary functions
Function, %ft-streamrec-limit: Private ordinary functions
Function, %ft-streamrec-memory: Private ordinary functions
Function, %ft-streamrec-pathname: Private ordinary functions
Function, %ft-streamrec-pos: Private ordinary functions
Function, %ft-streamrec-read: Private ordinary functions
Function, %ft-streamrec-size: Private ordinary functions
Function, %ft-unitvector-x: Private ordinary functions
Function, %ft-unitvector-y: Private ordinary functions
Function, %ft-vector-x: Private ordinary functions
Function, %ft-vector-y: Private ordinary functions
Function, %make-ft-alloc-func: Public ordinary functions
Function, %make-ft-bbox: Public ordinary functions
Function, %make-ft-bitmap: Public ordinary functions
Function, %make-ft-bitmap-size: Public ordinary functions
Function, %make-ft-bitmapglyph: Public ordinary functions
Function, %make-ft-bitmapglyphrec: Public ordinary functions
Function, %make-ft-charmap: Public ordinary functions
Function, %make-ft-charmaprec: Public ordinary functions
Function, %make-ft-data: Public ordinary functions
Function, %make-ft-driver: Public ordinary functions
Function, %make-ft-face: Public ordinary functions
Function, %make-ft-face-internal: Public ordinary functions
Function, %make-ft-facerec: Public ordinary functions
Function, %make-ft-free-func: Public ordinary functions
Function, %make-ft-generic: Public ordinary functions
Function, %make-ft-generic-finalizer: Public ordinary functions
Function, %make-ft-glyph: Public ordinary functions
Function, %make-ft-glyph-metrics: Public ordinary functions
Function, %make-ft-glyphrec: Public ordinary functions
Function, %make-ft-glyphslot: Public ordinary functions
Function, %make-ft-glyphslotrec: Public ordinary functions
Function, %make-ft-library: Public ordinary functions
Function, %make-ft-list: Public ordinary functions
Function, %make-ft-list-destructor: Public ordinary functions
Function, %make-ft-list-iterator: Public ordinary functions
Function, %make-ft-listnode: Public ordinary functions
Function, %make-ft-listnoderec: Public ordinary functions
Function, %make-ft-listrec: Public ordinary functions
Function, %make-ft-matrix: Public ordinary functions
Function, %make-ft-memory: Public ordinary functions
Function, %make-ft-memoryrec: Public ordinary functions
Function, %make-ft-module: Public ordinary functions
Function, %make-ft-open-args: Public ordinary functions
Function, %make-ft-outline: Public ordinary functions
Function, %make-ft-outline-funcs: Public ordinary functions
Function, %make-ft-outlineglyph: Public ordinary functions
Function, %make-ft-outlineglyphrec: Public ordinary functions
Function, %make-ft-parameter: Public ordinary functions
Function, %make-ft-pointer: Public ordinary functions
Function, %make-ft-realloc-func: Public ordinary functions
Function, %make-ft-renderer: Public ordinary functions
Function, %make-ft-size: Public ordinary functions
Function, %make-ft-size-internal: Public ordinary functions
Function, %make-ft-size-metrics: Public ordinary functions
Function, %make-ft-size-request: Public ordinary functions
Function, %make-ft-size-requestrec: Public ordinary functions
Function, %make-ft-sizerec: Public ordinary functions
Function, %make-ft-slot-internal: Public ordinary functions
Function, %make-ft-stream: Public ordinary functions
Function, %make-ft-stream-closefunc: Public ordinary functions
Function, %make-ft-stream-iofunc: Public ordinary functions
Function, %make-ft-streamdesc: Public ordinary functions
Function, %make-ft-streamrec: Public ordinary functions
Function, %make-ft-subglyph: Public ordinary functions
Function, %make-ft-unitvector: Public ordinary functions
Function, %make-ft-vector: Public ordinary functions
Function, &: Public ordinary functions
Function, (setf %ft-bbox-xmax): Private ordinary functions
Function, (setf %ft-bbox-xmin): Private ordinary functions
Function, (setf %ft-bbox-ymax): Private ordinary functions
Function, (setf %ft-bbox-ymin): Private ordinary functions
Function, (setf %ft-bitmap-buffer): Private ordinary functions
Function, (setf %ft-bitmap-num-grays): Private ordinary functions
Function, (setf %ft-bitmap-palette): Private ordinary functions
Function, (setf %ft-bitmap-palette-mode): Private ordinary functions
Function, (setf %ft-bitmap-pitch): Private ordinary functions
Function, (setf %ft-bitmap-pixel-mode): Private ordinary functions
Function, (setf %ft-bitmap-rows): Private ordinary functions
Function, (setf %ft-bitmap-size-height): Private ordinary functions
Function, (setf %ft-bitmap-size-size): Private ordinary functions
Function, (setf %ft-bitmap-size-width): Private ordinary functions
Function, (setf %ft-bitmap-size-x-ppem): Private ordinary functions
Function, (setf %ft-bitmap-size-y-ppem): Private ordinary functions
Function, (setf %ft-bitmap-width): Private ordinary functions
Function, (setf %ft-bitmapglyphrec-bitmap): Private ordinary functions
Function, (setf %ft-bitmapglyphrec-left): Private ordinary functions
Function, (setf %ft-bitmapglyphrec-root): Private ordinary functions
Function, (setf %ft-bitmapglyphrec-top): Private ordinary functions
Function, (setf %ft-charmaprec-encoding): Private ordinary functions
Function, (setf %ft-charmaprec-encoding-id): Private ordinary functions
Function, (setf %ft-charmaprec-face): Private ordinary functions
Function, (setf %ft-charmaprec-platform-id): Private ordinary functions
Function, (setf %ft-data-length): Private ordinary functions
Function, (setf %ft-data-pointer): Private ordinary functions
Function, (setf %ft-facerec-ascender): Private ordinary functions
Function, (setf %ft-facerec-autohint): Private ordinary functions
Function, (setf %ft-facerec-available-sizes): Private ordinary functions
Function, (setf %ft-facerec-bbox): Private ordinary functions
Function, (setf %ft-facerec-charmap): Private ordinary functions
Function, (setf %ft-facerec-charmaps): Private ordinary functions
Function, (setf %ft-facerec-descender): Private ordinary functions
Function, (setf %ft-facerec-driver): Private ordinary functions
Function, (setf %ft-facerec-extensions): Private ordinary functions
Function, (setf %ft-facerec-face-flags): Private ordinary functions
Function, (setf %ft-facerec-face-index): Private ordinary functions
Function, (setf %ft-facerec-family-name): Private ordinary functions
Function, (setf %ft-facerec-generic): Private ordinary functions
Function, (setf %ft-facerec-glyph): Private ordinary functions
Function, (setf %ft-facerec-height): Private ordinary functions
Function, (setf %ft-facerec-internal): Private ordinary functions
Function, (setf %ft-facerec-max-advance-height): Private ordinary functions
Function, (setf %ft-facerec-max-advance-width): Private ordinary functions
Function, (setf %ft-facerec-memory): Private ordinary functions
Function, (setf %ft-facerec-num-charmaps): Private ordinary functions
Function, (setf %ft-facerec-num-faces): Private ordinary functions
Function, (setf %ft-facerec-num-fixed-sizes): Private ordinary functions
Function, (setf %ft-facerec-num-glyphs): Private ordinary functions
Function, (setf %ft-facerec-size): Private ordinary functions
Function, (setf %ft-facerec-sizes-list): Private ordinary functions
Function, (setf %ft-facerec-stream): Private ordinary functions
Function, (setf %ft-facerec-style-flags): Private ordinary functions
Function, (setf %ft-facerec-style-name): Private ordinary functions
Function, (setf %ft-facerec-underline-position): Private ordinary functions
Function, (setf %ft-facerec-underline-thickness): Private ordinary functions
Function, (setf %ft-facerec-units-per-em): Private ordinary functions
Function, (setf %ft-generic-data): Private ordinary functions
Function, (setf %ft-generic-finalizer): Private ordinary functions
Function, (setf %ft-glyph-metrics-height): Private ordinary functions
Function, (setf %ft-glyph-metrics-hori-advance): Private ordinary functions
Function, (setf %ft-glyph-metrics-hori-bearing-x): Private ordinary functions
Function, (setf %ft-glyph-metrics-hori-bearing-y): Private ordinary functions
Function, (setf %ft-glyph-metrics-vert-advance): Private ordinary functions
Function, (setf %ft-glyph-metrics-vert-bearing-x): Private ordinary functions
Function, (setf %ft-glyph-metrics-vert-bearing-y): Private ordinary functions
Function, (setf %ft-glyph-metrics-width): Private ordinary functions
Function, (setf %ft-glyphrec-advance): Private ordinary functions
Function, (setf %ft-glyphrec-clazz): Private ordinary functions
Function, (setf %ft-glyphrec-format): Private ordinary functions
Function, (setf %ft-glyphrec-library): Private ordinary functions
Function, (setf %ft-glyphslotrec-advance): Private ordinary functions
Function, (setf %ft-glyphslotrec-bitmap): Private ordinary functions
Function, (setf %ft-glyphslotrec-bitmap-left): Private ordinary functions
Function, (setf %ft-glyphslotrec-bitmap-top): Private ordinary functions
Function, (setf %ft-glyphslotrec-control-data): Private ordinary functions
Function, (setf %ft-glyphslotrec-control-len): Private ordinary functions
Function, (setf %ft-glyphslotrec-face): Private ordinary functions
Function, (setf %ft-glyphslotrec-format): Private ordinary functions
Function, (setf %ft-glyphslotrec-generic): Private ordinary functions
Function, (setf %ft-glyphslotrec-internal): Private ordinary functions
Function, (setf %ft-glyphslotrec-library): Private ordinary functions
Function, (setf %ft-glyphslotrec-linear-hori-advance): Private ordinary functions
Function, (setf %ft-glyphslotrec-linear-vert-advance): Private ordinary functions
Function, (setf %ft-glyphslotrec-lsb-delta): Private ordinary functions
Function, (setf %ft-glyphslotrec-metrics): Private ordinary functions
Function, (setf %ft-glyphslotrec-next): Private ordinary functions
Function, (setf %ft-glyphslotrec-num-subglyphs): Private ordinary functions
Function, (setf %ft-glyphslotrec-other): Private ordinary functions
Function, (setf %ft-glyphslotrec-outline): Private ordinary functions
Function, (setf %ft-glyphslotrec-reserved): Private ordinary functions
Function, (setf %ft-glyphslotrec-rsb-delta): Private ordinary functions
Function, (setf %ft-glyphslotrec-subglyphs): Private ordinary functions
Function, (setf %ft-listnoderec-data): Private ordinary functions
Function, (setf %ft-listnoderec-next): Private ordinary functions
Function, (setf %ft-listnoderec-prev): Private ordinary functions
Function, (setf %ft-listrec-head): Private ordinary functions
Function, (setf %ft-listrec-tail): Private ordinary functions
Function, (setf %ft-matrix-xx): Private ordinary functions
Function, (setf %ft-matrix-xy): Private ordinary functions
Function, (setf %ft-matrix-yx): Private ordinary functions
Function, (setf %ft-matrix-yy): Private ordinary functions
Function, (setf %ft-memoryrec-alloc): Private ordinary functions
Function, (setf %ft-memoryrec-free): Private ordinary functions
Function, (setf %ft-memoryrec-realloc): Private ordinary functions
Function, (setf %ft-memoryrec-user): Private ordinary functions
Function, (setf %ft-open-args-driver): Private ordinary functions
Function, (setf %ft-open-args-flags): Private ordinary functions
Function, (setf %ft-open-args-memory-base): Private ordinary functions
Function, (setf %ft-open-args-memory-size): Private ordinary functions
Function, (setf %ft-open-args-num-params): Private ordinary functions
Function, (setf %ft-open-args-params): Private ordinary functions
Function, (setf %ft-open-args-pathname): Private ordinary functions
Function, (setf %ft-open-args-stream): Private ordinary functions
Function, (setf %ft-outline-contours): Private ordinary functions
Function, (setf %ft-outline-flags): Private ordinary functions
Function, (setf %ft-outline-funcs-conic-to): Private ordinary functions
Function, (setf %ft-outline-funcs-cubic-to): Private ordinary functions
Function, (setf %ft-outline-funcs-delta): Private ordinary functions
Function, (setf %ft-outline-funcs-line-to): Private ordinary functions
Function, (setf %ft-outline-funcs-move-to): Private ordinary functions
Function, (setf %ft-outline-funcs-shift): Private ordinary functions
Function, (setf %ft-outline-n-contours): Private ordinary functions
Function, (setf %ft-outline-n-points): Private ordinary functions
Function, (setf %ft-outline-points): Private ordinary functions
Function, (setf %ft-outline-tags): Private ordinary functions
Function, (setf %ft-outlineglyphrec-outline): Private ordinary functions
Function, (setf %ft-outlineglyphrec-root): Private ordinary functions
Function, (setf %ft-parameter-data): Private ordinary functions
Function, (setf %ft-parameter-tag): Private ordinary functions
Function, (setf %ft-size-metrics-ascender): Private ordinary functions
Function, (setf %ft-size-metrics-descender): Private ordinary functions
Function, (setf %ft-size-metrics-height): Private ordinary functions
Function, (setf %ft-size-metrics-max-advance): Private ordinary functions
Function, (setf %ft-size-metrics-x-ppem): Private ordinary functions
Function, (setf %ft-size-metrics-x-scale): Private ordinary functions
Function, (setf %ft-size-metrics-y-ppem): Private ordinary functions
Function, (setf %ft-size-metrics-y-scale): Private ordinary functions
Function, (setf %ft-size-requestrec-height): Private ordinary functions
Function, (setf %ft-size-requestrec-hori-resolution): Private ordinary functions
Function, (setf %ft-size-requestrec-type): Private ordinary functions
Function, (setf %ft-size-requestrec-vert-resolution): Private ordinary functions
Function, (setf %ft-size-requestrec-width): Private ordinary functions
Function, (setf %ft-sizerec-face): Private ordinary functions
Function, (setf %ft-sizerec-generic): Private ordinary functions
Function, (setf %ft-sizerec-internal): Private ordinary functions
Function, (setf %ft-sizerec-metrics): Private ordinary functions
Function, (setf %ft-streamdesc-pointer): Private ordinary functions
Function, (setf %ft-streamdesc-value): Private ordinary functions
Function, (setf %ft-streamrec-base): Private ordinary functions
Function, (setf %ft-streamrec-close): Private ordinary functions
Function, (setf %ft-streamrec-cursor): Private ordinary functions
Function, (setf %ft-streamrec-descriptor): Private ordinary functions
Function, (setf %ft-streamrec-limit): Private ordinary functions
Function, (setf %ft-streamrec-memory): Private ordinary functions
Function, (setf %ft-streamrec-pathname): Private ordinary functions
Function, (setf %ft-streamrec-pos): Private ordinary functions
Function, (setf %ft-streamrec-read): Private ordinary functions
Function, (setf %ft-streamrec-size): Private ordinary functions
Function, (setf %ft-unitvector-x): Private ordinary functions
Function, (setf %ft-unitvector-y): Private ordinary functions
Function, (setf %ft-vector-x): Private ordinary functions
Function, (setf %ft-vector-y): Private ordinary functions
Function, (setf ft-alloc-func-ptr): Private ordinary functions
Function, (setf ft-bbox-ptr): Private ordinary functions
Function, (setf ft-bbox-xmax): Public ordinary functions
Function, (setf ft-bbox-xmin): Public ordinary functions
Function, (setf ft-bbox-ymax): Public ordinary functions
Function, (setf ft-bbox-ymin): Public ordinary functions
Function, (setf ft-bitmap-buffer): Public ordinary functions
Function, (setf ft-bitmap-num-grays): Public ordinary functions
Function, (setf ft-bitmap-palette): Public ordinary functions
Function, (setf ft-bitmap-palette-mode): Public ordinary functions
Function, (setf ft-bitmap-pitch): Public ordinary functions
Function, (setf ft-bitmap-pixel-mode): Public ordinary functions
Function, (setf ft-bitmap-ptr): Private ordinary functions
Function, (setf ft-bitmap-rows): Public ordinary functions
Function, (setf ft-bitmap-size-height): Public ordinary functions
Function, (setf ft-bitmap-size-ptr): Private ordinary functions
Function, (setf ft-bitmap-size-size): Public ordinary functions
Function, (setf ft-bitmap-size-width): Public ordinary functions
Function, (setf ft-bitmap-size-x-ppem): Public ordinary functions
Function, (setf ft-bitmap-size-y-ppem): Public ordinary functions
Function, (setf ft-bitmap-width): Public ordinary functions
Function, (setf ft-bitmapglyph-bitmap): Public ordinary functions
Function, (setf ft-bitmapglyph-left): Public ordinary functions
Function, (setf ft-bitmapglyph-ptr): Private ordinary functions
Function, (setf ft-bitmapglyph-root): Public ordinary functions
Function, (setf ft-bitmapglyph-top): Public ordinary functions
Function, (setf ft-bitmapglyphrec-bitmap): Public ordinary functions
Function, (setf ft-bitmapglyphrec-left): Public ordinary functions
Function, (setf ft-bitmapglyphrec-ptr): Private ordinary functions
Function, (setf ft-bitmapglyphrec-root): Public ordinary functions
Function, (setf ft-bitmapglyphrec-top): Public ordinary functions
Function, (setf ft-charmap-encoding): Public ordinary functions
Function, (setf ft-charmap-encoding-id): Public ordinary functions
Function, (setf ft-charmap-face): Public ordinary functions
Function, (setf ft-charmap-platform-id): Public ordinary functions
Function, (setf ft-charmap-ptr): Private ordinary functions
Function, (setf ft-charmaprec-encoding): Public ordinary functions
Function, (setf ft-charmaprec-encoding-id): Public ordinary functions
Function, (setf ft-charmaprec-face): Public ordinary functions
Function, (setf ft-charmaprec-platform-id): Public ordinary functions
Function, (setf ft-charmaprec-ptr): Private ordinary functions
Function, (setf ft-data-length): Public ordinary functions
Function, (setf ft-data-pointer): Public ordinary functions
Function, (setf ft-data-ptr): Private ordinary functions
Function, (setf ft-driver-ptr): Private ordinary functions
Function, (setf ft-face-ascender): Public ordinary functions
Function, (setf ft-face-autohint): Public ordinary functions
Function, (setf ft-face-bbox): Public ordinary functions
Function, (setf ft-face-charmap): Public ordinary functions
Function, (setf ft-face-descender): Public ordinary functions
Function, (setf ft-face-driver): Public ordinary functions
Function, (setf ft-face-extensions): Public ordinary functions
Function, (setf ft-face-face-flags): Public ordinary functions
Function, (setf ft-face-face-index): Public ordinary functions
Function, (setf ft-face-family-name): Public ordinary functions
Function, (setf ft-face-generic): Public ordinary functions
Function, (setf ft-face-glyph): Public ordinary functions
Function, (setf ft-face-height): Public ordinary functions
Function, (setf ft-face-internal): Public ordinary functions
Function, (setf ft-face-internal-ptr): Private ordinary functions
Function, (setf ft-face-max-advance-height): Public ordinary functions
Function, (setf ft-face-max-advance-width): Public ordinary functions
Function, (setf ft-face-memory): Public ordinary functions
Function, (setf ft-face-num-charmaps): Public ordinary functions
Function, (setf ft-face-num-faces): Public ordinary functions
Function, (setf ft-face-num-fixed-sizes): Public ordinary functions
Function, (setf ft-face-num-glyphs): Public ordinary functions
Function, (setf ft-face-ptr): Private ordinary functions
Function, (setf ft-face-size): Public ordinary functions
Function, (setf ft-face-sizes-list): Public ordinary functions
Function, (setf ft-face-stream): Public ordinary functions
Function, (setf ft-face-style-flags): Public ordinary functions
Function, (setf ft-face-style-name): Public ordinary functions
Function, (setf ft-face-underline-position): Public ordinary functions
Function, (setf ft-face-underline-thickness): Public ordinary functions
Function, (setf ft-face-units-per-em): Public ordinary functions
Function, (setf ft-facerec-ascender): Public ordinary functions
Function, (setf ft-facerec-autohint): Public ordinary functions
Function, (setf ft-facerec-bbox): Public ordinary functions
Function, (setf ft-facerec-charmap): Public ordinary functions
Function, (setf ft-facerec-descender): Public ordinary functions
Function, (setf ft-facerec-driver): Public ordinary functions
Function, (setf ft-facerec-extensions): Public ordinary functions
Function, (setf ft-facerec-face-flags): Public ordinary functions
Function, (setf ft-facerec-face-index): Public ordinary functions
Function, (setf ft-facerec-family-name): Public ordinary functions
Function, (setf ft-facerec-generic): Public ordinary functions
Function, (setf ft-facerec-glyph): Public ordinary functions
Function, (setf ft-facerec-height): Public ordinary functions
Function, (setf ft-facerec-internal): Public ordinary functions
Function, (setf ft-facerec-max-advance-height): Public ordinary functions
Function, (setf ft-facerec-max-advance-width): Public ordinary functions
Function, (setf ft-facerec-memory): Public ordinary functions
Function, (setf ft-facerec-num-charmaps): Public ordinary functions
Function, (setf ft-facerec-num-faces): Public ordinary functions
Function, (setf ft-facerec-num-fixed-sizes): Public ordinary functions
Function, (setf ft-facerec-num-glyphs): Public ordinary functions
Function, (setf ft-facerec-ptr): Private ordinary functions
Function, (setf ft-facerec-size): Public ordinary functions
Function, (setf ft-facerec-sizes-list): Public ordinary functions
Function, (setf ft-facerec-stream): Public ordinary functions
Function, (setf ft-facerec-style-flags): Public ordinary functions
Function, (setf ft-facerec-style-name): Public ordinary functions
Function, (setf ft-facerec-underline-position): Public ordinary functions
Function, (setf ft-facerec-underline-thickness): Public ordinary functions
Function, (setf ft-facerec-units-per-em): Public ordinary functions
Function, (setf ft-free-func-ptr): Private ordinary functions
Function, (setf ft-generic-data): Public ordinary functions
Function, (setf ft-generic-finalizer): Public ordinary functions
Function, (setf ft-generic-finalizer-ptr): Private ordinary functions
Function, (setf ft-generic-ptr): Private ordinary functions
Function, (setf ft-glyph-advance): Public ordinary functions
Function, (setf ft-glyph-clazz): Public ordinary functions
Function, (setf ft-glyph-format): Public ordinary functions
Function, (setf ft-glyph-library): Public ordinary functions
Function, (setf ft-glyph-metrics-height): Public ordinary functions
Function, (setf ft-glyph-metrics-hori-advance): Public ordinary functions
Function, (setf ft-glyph-metrics-hori-bearing-x): Public ordinary functions
Function, (setf ft-glyph-metrics-hori-bearing-y): Public ordinary functions
Function, (setf ft-glyph-metrics-ptr): Private ordinary functions
Function, (setf ft-glyph-metrics-vert-advance): Public ordinary functions
Function, (setf ft-glyph-metrics-vert-bearing-x): Public ordinary functions
Function, (setf ft-glyph-metrics-vert-bearing-y): Public ordinary functions
Function, (setf ft-glyph-metrics-width): Public ordinary functions
Function, (setf ft-glyph-ptr): Private ordinary functions
Function, (setf ft-glyphrec-advance): Public ordinary functions
Function, (setf ft-glyphrec-clazz): Public ordinary functions
Function, (setf ft-glyphrec-format): Public ordinary functions
Function, (setf ft-glyphrec-library): Public ordinary functions
Function, (setf ft-glyphrec-ptr): Private ordinary functions
Function, (setf ft-glyphslot-advance): Public ordinary functions
Function, (setf ft-glyphslot-bitmap): Public ordinary functions
Function, (setf ft-glyphslot-bitmap-left): Public ordinary functions
Function, (setf ft-glyphslot-bitmap-top): Public ordinary functions
Function, (setf ft-glyphslot-control-data): Public ordinary functions
Function, (setf ft-glyphslot-control-len): Public ordinary functions
Function, (setf ft-glyphslot-face): Public ordinary functions
Function, (setf ft-glyphslot-format): Public ordinary functions
Function, (setf ft-glyphslot-generic): Public ordinary functions
Function, (setf ft-glyphslot-internal): Public ordinary functions
Function, (setf ft-glyphslot-library): Public ordinary functions
Function, (setf ft-glyphslot-linear-hori-advance): Public ordinary functions
Function, (setf ft-glyphslot-linear-vert-advance): Public ordinary functions
Function, (setf ft-glyphslot-lsb-delta): Public ordinary functions
Function, (setf ft-glyphslot-metrics): Public ordinary functions
Function, (setf ft-glyphslot-next): Public ordinary functions
Function, (setf ft-glyphslot-num-subglyphs): Public ordinary functions
Function, (setf ft-glyphslot-other): Public ordinary functions
Function, (setf ft-glyphslot-outline): Public ordinary functions
Function, (setf ft-glyphslot-ptr): Private ordinary functions
Function, (setf ft-glyphslot-reserved): Public ordinary functions
Function, (setf ft-glyphslot-rsb-delta): Public ordinary functions
Function, (setf ft-glyphslot-subglyphs): Public ordinary functions
Function, (setf ft-glyphslotrec-advance): Public ordinary functions
Function, (setf ft-glyphslotrec-bitmap): Public ordinary functions
Function, (setf ft-glyphslotrec-bitmap-left): Public ordinary functions
Function, (setf ft-glyphslotrec-bitmap-top): Public ordinary functions
Function, (setf ft-glyphslotrec-control-data): Public ordinary functions
Function, (setf ft-glyphslotrec-control-len): Public ordinary functions
Function, (setf ft-glyphslotrec-face): Public ordinary functions
Function, (setf ft-glyphslotrec-format): Public ordinary functions
Function, (setf ft-glyphslotrec-generic): Public ordinary functions
Function, (setf ft-glyphslotrec-internal): Public ordinary functions
Function, (setf ft-glyphslotrec-library): Public ordinary functions
Function, (setf ft-glyphslotrec-linear-hori-advance): Public ordinary functions
Function, (setf ft-glyphslotrec-linear-vert-advance): Public ordinary functions
Function, (setf ft-glyphslotrec-lsb-delta): Public ordinary functions
Function, (setf ft-glyphslotrec-metrics): Public ordinary functions
Function, (setf ft-glyphslotrec-next): Public ordinary functions
Function, (setf ft-glyphslotrec-num-subglyphs): Public ordinary functions
Function, (setf ft-glyphslotrec-other): Public ordinary functions
Function, (setf ft-glyphslotrec-outline): Public ordinary functions
Function, (setf ft-glyphslotrec-ptr): Private ordinary functions
Function, (setf ft-glyphslotrec-reserved): Public ordinary functions
Function, (setf ft-glyphslotrec-rsb-delta): Public ordinary functions
Function, (setf ft-glyphslotrec-subglyphs): Public ordinary functions
Function, (setf ft-library-ptr): Private ordinary functions
Function, (setf ft-list-destructor-ptr): Private ordinary functions
Function, (setf ft-list-head): Public ordinary functions
Function, (setf ft-list-iterator-ptr): Private ordinary functions
Function, (setf ft-list-ptr): Private ordinary functions
Function, (setf ft-list-tail): Public ordinary functions
Function, (setf ft-listnode-data): Public ordinary functions
Function, (setf ft-listnode-next): Public ordinary functions
Function, (setf ft-listnode-prev): Public ordinary functions
Function, (setf ft-listnode-ptr): Private ordinary functions
Function, (setf ft-listnoderec-data): Public ordinary functions
Function, (setf ft-listnoderec-next): Public ordinary functions
Function, (setf ft-listnoderec-prev): Public ordinary functions
Function, (setf ft-listnoderec-ptr): Private ordinary functions
Function, (setf ft-listrec-head): Public ordinary functions
Function, (setf ft-listrec-ptr): Private ordinary functions
Function, (setf ft-listrec-tail): Public ordinary functions
Function, (setf ft-matrix-ptr): Private ordinary functions
Function, (setf ft-matrix-xx): Public ordinary functions
Function, (setf ft-matrix-xy): Public ordinary functions
Function, (setf ft-matrix-yx): Public ordinary functions
Function, (setf ft-matrix-yy): Public ordinary functions
Function, (setf ft-memory-alloc): Public ordinary functions
Function, (setf ft-memory-free): Public ordinary functions
Function, (setf ft-memory-ptr): Private ordinary functions
Function, (setf ft-memory-realloc): Public ordinary functions
Function, (setf ft-memory-user): Public ordinary functions
Function, (setf ft-memoryrec-alloc): Public ordinary functions
Function, (setf ft-memoryrec-free): Public ordinary functions
Function, (setf ft-memoryrec-ptr): Private ordinary functions
Function, (setf ft-memoryrec-realloc): Public ordinary functions
Function, (setf ft-memoryrec-user): Public ordinary functions
Function, (setf ft-module-ptr): Private ordinary functions
Function, (setf ft-open-args-driver): Public ordinary functions
Function, (setf ft-open-args-flags): Public ordinary functions
Function, (setf ft-open-args-memory-base): Public ordinary functions
Function, (setf ft-open-args-memory-size): Public ordinary functions
Function, (setf ft-open-args-num-params): Public ordinary functions
Function, (setf ft-open-args-params): Public ordinary functions
Function, (setf ft-open-args-pathname): Public ordinary functions
Function, (setf ft-open-args-ptr): Private ordinary functions
Function, (setf ft-open-args-stream): Public ordinary functions
Function, (setf ft-outline-contours): Public ordinary functions
Function, (setf ft-outline-flags): Public ordinary functions
Function, (setf ft-outline-funcs-conic-to): Public ordinary functions
Function, (setf ft-outline-funcs-cubic-to): Public ordinary functions
Function, (setf ft-outline-funcs-delta): Public ordinary functions
Function, (setf ft-outline-funcs-line-to): Public ordinary functions
Function, (setf ft-outline-funcs-move-to): Public ordinary functions
Function, (setf ft-outline-funcs-ptr): Private ordinary functions
Function, (setf ft-outline-funcs-shift): Public ordinary functions
Function, (setf ft-outline-n-contours): Public ordinary functions
Function, (setf ft-outline-n-points): Public ordinary functions
Function, (setf ft-outline-points): Public ordinary functions
Function, (setf ft-outline-ptr): Private ordinary functions
Function, (setf ft-outline-tags): Public ordinary functions
Function, (setf ft-outlineglyph-outline): Public ordinary functions
Function, (setf ft-outlineglyph-ptr): Private ordinary functions
Function, (setf ft-outlineglyph-root): Public ordinary functions
Function, (setf ft-outlineglyphrec-outline): Public ordinary functions
Function, (setf ft-outlineglyphrec-ptr): Private ordinary functions
Function, (setf ft-outlineglyphrec-root): Public ordinary functions
Function, (setf ft-parameter-data): Public ordinary functions
Function, (setf ft-parameter-ptr): Private ordinary functions
Function, (setf ft-parameter-tag): Public ordinary functions
Function, (setf ft-pointer-ptr): Private ordinary functions
Function, (setf ft-realloc-func-ptr): Private ordinary functions
Function, (setf ft-renderer-ptr): Private ordinary functions
Function, (setf ft-size-face): Public ordinary functions
Function, (setf ft-size-generic): Public ordinary functions
Function, (setf ft-size-internal): Public ordinary functions
Function, (setf ft-size-internal-ptr): Private ordinary functions
Function, (setf ft-size-metrics): Public ordinary functions
Function, (setf ft-size-metrics-ascender): Public ordinary functions
Function, (setf ft-size-metrics-descender): Public ordinary functions
Function, (setf ft-size-metrics-height): Public ordinary functions
Function, (setf ft-size-metrics-max-advance): Public ordinary functions
Function, (setf ft-size-metrics-ptr): Private ordinary functions
Function, (setf ft-size-metrics-x-ppem): Public ordinary functions
Function, (setf ft-size-metrics-x-scale): Public ordinary functions
Function, (setf ft-size-metrics-y-ppem): Public ordinary functions
Function, (setf ft-size-metrics-y-scale): Public ordinary functions
Function, (setf ft-size-ptr): Private ordinary functions
Function, (setf ft-size-request-height): Public ordinary functions
Function, (setf ft-size-request-hori-resolution): Public ordinary functions
Function, (setf ft-size-request-ptr): Private ordinary functions
Function, (setf ft-size-request-type): Public ordinary functions
Function, (setf ft-size-request-vert-resolution): Public ordinary functions
Function, (setf ft-size-request-width): Public ordinary functions
Function, (setf ft-size-requestrec-height): Public ordinary functions
Function, (setf ft-size-requestrec-hori-resolution): Public ordinary functions
Function, (setf ft-size-requestrec-ptr): Private ordinary functions
Function, (setf ft-size-requestrec-type): Public ordinary functions
Function, (setf ft-size-requestrec-vert-resolution): Public ordinary functions
Function, (setf ft-size-requestrec-width): Public ordinary functions
Function, (setf ft-sizerec-face): Public ordinary functions
Function, (setf ft-sizerec-generic): Public ordinary functions
Function, (setf ft-sizerec-internal): Public ordinary functions
Function, (setf ft-sizerec-metrics): Public ordinary functions
Function, (setf ft-sizerec-ptr): Private ordinary functions
Function, (setf ft-slot-internal-ptr): Private ordinary functions
Function, (setf ft-stream-base): Public ordinary functions
Function, (setf ft-stream-close): Public ordinary functions
Function, (setf ft-stream-closefunc-ptr): Private ordinary functions
Function, (setf ft-stream-cursor): Public ordinary functions
Function, (setf ft-stream-descriptor): Public ordinary functions
Function, (setf ft-stream-iofunc-ptr): Private ordinary functions
Function, (setf ft-stream-limit): Public ordinary functions
Function, (setf ft-stream-memory): Public ordinary functions
Function, (setf ft-stream-pathname): Public ordinary functions
Function, (setf ft-stream-pos): Public ordinary functions
Function, (setf ft-stream-ptr): Private ordinary functions
Function, (setf ft-stream-read): Public ordinary functions
Function, (setf ft-stream-size): Public ordinary functions
Function, (setf ft-streamdesc-pointer): Public ordinary functions
Function, (setf ft-streamdesc-ptr): Private ordinary functions
Function, (setf ft-streamdesc-value): Public ordinary functions
Function, (setf ft-streamrec-base): Public ordinary functions
Function, (setf ft-streamrec-close): Public ordinary functions
Function, (setf ft-streamrec-cursor): Public ordinary functions
Function, (setf ft-streamrec-descriptor): Public ordinary functions
Function, (setf ft-streamrec-limit): Public ordinary functions
Function, (setf ft-streamrec-memory): Public ordinary functions
Function, (setf ft-streamrec-pathname): Public ordinary functions
Function, (setf ft-streamrec-pos): Public ordinary functions
Function, (setf ft-streamrec-ptr): Private ordinary functions
Function, (setf ft-streamrec-read): Public ordinary functions
Function, (setf ft-streamrec-size): Public ordinary functions
Function, (setf ft-subglyph-ptr): Private ordinary functions
Function, (setf ft-unitvector-ptr): Private ordinary functions
Function, (setf ft-unitvector-x): Public ordinary functions
Function, (setf ft-unitvector-y): Public ordinary functions
Function, (setf ft-vector-ptr): Private ordinary functions
Function, (setf ft-vector-x): Public ordinary functions
Function, (setf ft-vector-y): Public ordinary functions
Function, (setf fw-ptr): Public ordinary functions
Function, ablit: Private ordinary functions
Function, ablit-from-nonzero: Private ordinary functions
Function, accessor-name: Private ordinary functions
Function, attach-file: Public ordinary functions
Function, bitfield-test-name: Private ordinary functions
Function, bitmap-convert: Public ordinary functions
Function, bitmap-new: Public ordinary functions
Function, bitmap-to-array: Public ordinary functions
Function, check-font-file: Public ordinary functions
Function, convert-matrix: Public ordinary functions
Function, convert-vector: Public ordinary functions
Function, copy-foreign-wrapper: Private ordinary functions
Function, copy-ft-alloc-func: Private ordinary functions
Function, copy-ft-bbox: Private ordinary functions
Function, copy-ft-bitmap: Private ordinary functions
Function, copy-ft-bitmap-size: Private ordinary functions
Function, copy-ft-bitmapglyph: Private ordinary functions
Function, copy-ft-bitmapglyphrec: Private ordinary functions
Function, copy-ft-charmap: Private ordinary functions
Function, copy-ft-charmaprec: Private ordinary functions
Function, copy-ft-data: Private ordinary functions
Function, copy-ft-driver: Private ordinary functions
Function, copy-ft-face: Private ordinary functions
Function, copy-ft-face-internal: Private ordinary functions
Function, copy-ft-facerec: Private ordinary functions
Function, copy-ft-free-func: Private ordinary functions
Function, copy-ft-generic: Private ordinary functions
Function, copy-ft-generic-finalizer: Private ordinary functions
Function, copy-ft-glyph: Private ordinary functions
Function, copy-ft-glyph-metrics: Private ordinary functions
Function, copy-ft-glyphrec: Private ordinary functions
Function, copy-ft-glyphslot: Private ordinary functions
Function, copy-ft-glyphslotrec: Private ordinary functions
Function, copy-ft-library: Private ordinary functions
Function, copy-ft-list: Private ordinary functions
Function, copy-ft-list-destructor: Private ordinary functions
Function, copy-ft-list-iterator: Private ordinary functions
Function, copy-ft-listnode: Private ordinary functions
Function, copy-ft-listnoderec: Private ordinary functions
Function, copy-ft-listrec: Private ordinary functions
Function, copy-ft-matrix: Private ordinary functions
Function, copy-ft-memory: Private ordinary functions
Function, copy-ft-memoryrec: Private ordinary functions
Function, copy-ft-module: Private ordinary functions
Function, copy-ft-open-args: Private ordinary functions
Function, copy-ft-outline: Private ordinary functions
Function, copy-ft-outline-funcs: Private ordinary functions
Function, copy-ft-outlineglyph: Private ordinary functions
Function, copy-ft-outlineglyphrec: Private ordinary functions
Function, copy-ft-parameter: Private ordinary functions
Function, copy-ft-pointer: Private ordinary functions
Function, copy-ft-realloc-func: Private ordinary functions
Function, copy-ft-renderer: Private ordinary functions
Function, copy-ft-size: Private ordinary functions
Function, copy-ft-size-internal: Private ordinary functions
Function, copy-ft-size-metrics: Private ordinary functions
Function, copy-ft-size-request: Private ordinary functions
Function, copy-ft-size-requestrec: Private ordinary functions
Function, copy-ft-sizerec: Private ordinary functions
Function, copy-ft-slot-internal: Private ordinary functions
Function, copy-ft-stream: Private ordinary functions
Function, copy-ft-stream-closefunc: Private ordinary functions
Function, copy-ft-stream-iofunc: Private ordinary functions
Function, copy-ft-streamdesc: Private ordinary functions
Function, copy-ft-streamrec: Private ordinary functions
Function, copy-ft-subglyph: Private ordinary functions
Function, copy-ft-unitvector: Private ordinary functions
Function, copy-ft-vector: Private ordinary functions
Function, default-load-render: Public ordinary functions
Function, extract-freetype: Public ordinary functions
Function, face-ascender-pixels: Public ordinary functions
Function, face-descender-pixels: Public ordinary functions
Function, face-metrics: Public ordinary functions
Function, finalize: Public ordinary functions
Function, fixed-face-p: Public ordinary functions
Function, flat-array: Private ordinary functions
Function, foreign-wrapper-p: Private ordinary functions
Function, freetype-version: Public ordinary functions
Function, ft-16dot16-to-float: Public ordinary functions
Function, ft-26dot6-to-float: Public ordinary functions
Function, ft-26dot6-to-int: Public ordinary functions
Function, ft-activate-size: Public ordinary functions
Function, ft-alloc-func-p: Private ordinary functions
Function, ft-alloc-func-ptr: Private ordinary functions
Function, ft-bbox-p: Private ordinary functions
Function, ft-bbox-ptr: Private ordinary functions
Function, ft-bbox-xmax: Public ordinary functions
Function, ft-bbox-xmin: Public ordinary functions
Function, ft-bbox-ymax: Public ordinary functions
Function, ft-bbox-ymin: Public ordinary functions
Function, ft-bitmap-buffer: Public ordinary functions
Function, ft-bitmap-convert: Public ordinary functions
Function, ft-bitmap-copy: Public ordinary functions
Function, ft-bitmap-done: Public ordinary functions
Function, ft-bitmap-embolden: Public ordinary functions
Function, ft-bitmap-new: Public ordinary functions
Function, ft-bitmap-num-grays: Public ordinary functions
Function, ft-bitmap-p: Private ordinary functions
Function, ft-bitmap-palette: Public ordinary functions
Function, ft-bitmap-palette-mode: Public ordinary functions
Function, ft-bitmap-pitch: Public ordinary functions
Function, ft-bitmap-pixel-mode: Public ordinary functions
Function, ft-bitmap-ptr: Private ordinary functions
Function, ft-bitmap-rows: Public ordinary functions
Function, ft-bitmap-size-height: Public ordinary functions
Function, ft-bitmap-size-p: Private ordinary functions
Function, ft-bitmap-size-ptr: Private ordinary functions
Function, ft-bitmap-size-size: Public ordinary functions
Function, ft-bitmap-size-width: Public ordinary functions
Function, ft-bitmap-size-x-ppem: Public ordinary functions
Function, ft-bitmap-size-y-ppem: Public ordinary functions
Function, ft-bitmap-width: Public ordinary functions
Function, ft-bitmapglyph-bitmap: Public ordinary functions
Function, ft-bitmapglyph-left: Public ordinary functions
Function, ft-bitmapglyph-p: Private ordinary functions
Function, ft-bitmapglyph-ptr: Private ordinary functions
Function, ft-bitmapglyph-root: Public ordinary functions
Function, ft-bitmapglyph-top: Public ordinary functions
Function, ft-bitmapglyphrec-bitmap: Public ordinary functions
Function, ft-bitmapglyphrec-left: Public ordinary functions
Function, ft-bitmapglyphrec-p: Private ordinary functions
Function, ft-bitmapglyphrec-ptr: Private ordinary functions
Function, ft-bitmapglyphrec-root: Public ordinary functions
Function, ft-bitmapglyphrec-top: Public ordinary functions
Function, ft-charmap-encoding: Public ordinary functions
Function, ft-charmap-encoding-id: Public ordinary functions
Function, ft-charmap-face: Public ordinary functions
Function, ft-charmap-p: Private ordinary functions
Function, ft-charmap-platform-id: Public ordinary functions
Function, ft-charmap-ptr: Private ordinary functions
Function, ft-charmaprec-encoding: Public ordinary functions
Function, ft-charmaprec-encoding-id: Public ordinary functions
Function, ft-charmaprec-face: Public ordinary functions
Function, ft-charmaprec-p: Private ordinary functions
Function, ft-charmaprec-platform-id: Public ordinary functions
Function, ft-charmaprec-ptr: Private ordinary functions
Function, ft-data-length: Public ordinary functions
Function, ft-data-p: Private ordinary functions
Function, ft-data-pointer: Public ordinary functions
Function, ft-data-ptr: Private ordinary functions
Function, ft-done-face: Public ordinary functions
Function, ft-done-freetype: Public ordinary functions
Function, ft-done-glyph: Public ordinary functions
Function, ft-done-size: Public ordinary functions
Function, ft-driver-p: Private ordinary functions
Function, ft-driver-ptr: Private ordinary functions
Function, ft-face-ascender: Public ordinary functions
Function, ft-face-autohint: Public ordinary functions
Function, ft-face-available-sizes: Public ordinary functions
Function, ft-face-bbox: Public ordinary functions
Function, ft-face-charmap: Public ordinary functions
Function, ft-face-charmaps: Public ordinary functions
Function, ft-face-descender: Public ordinary functions
Function, ft-face-driver: Public ordinary functions
Function, ft-face-extensions: Public ordinary functions
Function, ft-face-face-flags: Public ordinary functions
Function, ft-face-face-index: Public ordinary functions
Function, ft-face-family-name: Public ordinary functions
Function, ft-face-generic: Public ordinary functions
Function, ft-face-getcharsofvariant: Public ordinary functions
Function, ft-face-getcharvariantindex: Public ordinary functions
Function, ft-face-getcharvariantisdefault: Public ordinary functions
Function, ft-face-getvariantselectors: Public ordinary functions
Function, ft-face-getvariantsofchar: Public ordinary functions
Function, ft-face-glyph: Public ordinary functions
Function, ft-face-height: Public ordinary functions
Function, ft-face-internal: Public ordinary functions
Function, ft-face-internal-p: Private ordinary functions
Function, ft-face-internal-ptr: Private ordinary functions
Function, ft-face-max-advance-height: Public ordinary functions
Function, ft-face-max-advance-width: Public ordinary functions
Function, ft-face-memory: Public ordinary functions
Function, ft-face-num-charmaps: Public ordinary functions
Function, ft-face-num-faces: Public ordinary functions
Function, ft-face-num-fixed-sizes: Public ordinary functions
Function, ft-face-num-glyphs: Public ordinary functions
Function, ft-face-p: Private ordinary functions
Function, ft-face-ptr: Private ordinary functions
Function, ft-face-size: Public ordinary functions
Function, ft-face-sizes-list: Public ordinary functions
Function, ft-face-stream: Public ordinary functions
Function, ft-face-style-flags: Public ordinary functions
Function, ft-face-style-name: Public ordinary functions
Function, ft-face-underline-position: Public ordinary functions
Function, ft-face-underline-thickness: Public ordinary functions
Function, ft-face-units-per-em: Public ordinary functions
Function, ft-facerec-ascender: Public ordinary functions
Function, ft-facerec-autohint: Public ordinary functions
Function, ft-facerec-available-sizes: Public ordinary functions
Function, ft-facerec-bbox: Public ordinary functions
Function, ft-facerec-charmap: Public ordinary functions
Function, ft-facerec-charmaps: Public ordinary functions
Function, ft-facerec-descender: Public ordinary functions
Function, ft-facerec-driver: Public ordinary functions
Function, ft-facerec-extensions: Public ordinary functions
Function, ft-facerec-face-flags: Public ordinary functions
Function, ft-facerec-face-index: Public ordinary functions
Function, ft-facerec-family-name: Public ordinary functions
Function, ft-facerec-generic: Public ordinary functions
Function, ft-facerec-glyph: Public ordinary functions
Function, ft-facerec-height: Public ordinary functions
Function, ft-facerec-internal: Public ordinary functions
Function, ft-facerec-max-advance-height: Public ordinary functions
Function, ft-facerec-max-advance-width: Public ordinary functions
Function, ft-facerec-memory: Public ordinary functions
Function, ft-facerec-num-charmaps: Public ordinary functions
Function, ft-facerec-num-faces: Public ordinary functions
Function, ft-facerec-num-fixed-sizes: Public ordinary functions
Function, ft-facerec-num-glyphs: Public ordinary functions
Function, ft-facerec-p: Private ordinary functions
Function, ft-facerec-ptr: Private ordinary functions
Function, ft-facerec-size: Public ordinary functions
Function, ft-facerec-sizes-list: Public ordinary functions
Function, ft-facerec-stream: Public ordinary functions
Function, ft-facerec-style-flags: Public ordinary functions
Function, ft-facerec-style-name: Public ordinary functions
Function, ft-facerec-underline-position: Public ordinary functions
Function, ft-facerec-underline-thickness: Public ordinary functions
Function, ft-facerec-units-per-em: Public ordinary functions
Function, ft-free-func-p: Private ordinary functions
Function, ft-free-func-ptr: Private ordinary functions
Function, ft-generic-data: Public ordinary functions
Function, ft-generic-finalizer: Public ordinary functions
Function, ft-generic-finalizer-p: Private ordinary functions
Function, ft-generic-finalizer-ptr: Private ordinary functions
Function, ft-generic-p: Private ordinary functions
Function, ft-generic-ptr: Private ordinary functions
Function, ft-get-advance: Public ordinary functions
Function, ft-get-advances: Public ordinary functions
Function, ft-get-char-index: Public ordinary functions
Function, ft-get-charmap-index: Public ordinary functions
Function, ft-get-first-char: Public ordinary functions
Function, ft-get-glyph: Public ordinary functions
Function, ft-get-glyph-name: Public ordinary functions
Function, ft-get-kerning: Public ordinary functions
Function, ft-get-next-char: Public ordinary functions
Function, ft-get-subglyph-info: Public ordinary functions
Function, ft-get-track-kerning: Public ordinary functions
Function, ft-glyph-advance: Public ordinary functions
Function, ft-glyph-clazz: Public ordinary functions
Function, ft-glyph-copy: Public ordinary functions
Function, ft-glyph-format: Public ordinary functions
Function, ft-glyph-get-cbox: Public ordinary functions
Function, ft-glyph-library: Public ordinary functions
Function, ft-glyph-metrics-height: Public ordinary functions
Function, ft-glyph-metrics-hori-advance: Public ordinary functions
Function, ft-glyph-metrics-hori-bearing-x: Public ordinary functions
Function, ft-glyph-metrics-hori-bearing-y: Public ordinary functions
Function, ft-glyph-metrics-p: Private ordinary functions
Function, ft-glyph-metrics-ptr: Private ordinary functions
Function, ft-glyph-metrics-vert-advance: Public ordinary functions
Function, ft-glyph-metrics-vert-bearing-x: Public ordinary functions
Function, ft-glyph-metrics-vert-bearing-y: Public ordinary functions
Function, ft-glyph-metrics-width: Public ordinary functions
Function, ft-glyph-p: Private ordinary functions
Function, ft-glyph-ptr: Private ordinary functions
Function, ft-glyph-to-bitmap: Public ordinary functions
Function, ft-glyph-transform: Public ordinary functions
Function, ft-glyphrec-advance: Public ordinary functions
Function, ft-glyphrec-clazz: Public ordinary functions
Function, ft-glyphrec-format: Public ordinary functions
Function, ft-glyphrec-library: Public ordinary functions
Function, ft-glyphrec-p: Private ordinary functions
Function, ft-glyphrec-ptr: Private ordinary functions
Function, ft-glyphslot-advance: Public ordinary functions
Function, ft-glyphslot-bitmap: Public ordinary functions
Function, ft-glyphslot-bitmap-left: Public ordinary functions
Function, ft-glyphslot-bitmap-top: Public ordinary functions
Function, ft-glyphslot-control-data: Public ordinary functions
Function, ft-glyphslot-control-len: Public ordinary functions
Function, ft-glyphslot-face: Public ordinary functions
Function, ft-glyphslot-format: Public ordinary functions
Function, ft-glyphslot-generic: Public ordinary functions
Function, ft-glyphslot-internal: Public ordinary functions
Function, ft-glyphslot-library: Public ordinary functions
Function, ft-glyphslot-linear-hori-advance: Public ordinary functions
Function, ft-glyphslot-linear-vert-advance: Public ordinary functions
Function, ft-glyphslot-lsb-delta: Public ordinary functions
Function, ft-glyphslot-metrics: Public ordinary functions
Function, ft-glyphslot-next: Public ordinary functions
Function, ft-glyphslot-num-subglyphs: Public ordinary functions
Function, ft-glyphslot-other: Public ordinary functions
Function, ft-glyphslot-outline: Public ordinary functions
Function, ft-glyphslot-own-bitmap: Public ordinary functions
Function, ft-glyphslot-p: Private ordinary functions
Function, ft-glyphslot-ptr: Private ordinary functions
Function, ft-glyphslot-reserved: Public ordinary functions
Function, ft-glyphslot-rsb-delta: Public ordinary functions
Function, ft-glyphslot-subglyphs: Public ordinary functions
Function, ft-glyphslotrec-advance: Public ordinary functions
Function, ft-glyphslotrec-bitmap: Public ordinary functions
Function, ft-glyphslotrec-bitmap-left: Public ordinary functions
Function, ft-glyphslotrec-bitmap-top: Public ordinary functions
Function, ft-glyphslotrec-control-data: Public ordinary functions
Function, ft-glyphslotrec-control-len: Public ordinary functions
Function, ft-glyphslotrec-face: Public ordinary functions
Function, ft-glyphslotrec-format: Public ordinary functions
Function, ft-glyphslotrec-generic: Public ordinary functions
Function, ft-glyphslotrec-internal: Public ordinary functions
Function, ft-glyphslotrec-library: Public ordinary functions
Function, ft-glyphslotrec-linear-hori-advance: Public ordinary functions
Function, ft-glyphslotrec-linear-vert-advance: Public ordinary functions
Function, ft-glyphslotrec-lsb-delta: Public ordinary functions
Function, ft-glyphslotrec-metrics: Public ordinary functions
Function, ft-glyphslotrec-next: Public ordinary functions
Function, ft-glyphslotrec-num-subglyphs: Public ordinary functions
Function, ft-glyphslotrec-other: Public ordinary functions
Function, ft-glyphslotrec-outline: Public ordinary functions
Function, ft-glyphslotrec-p: Private ordinary functions
Function, ft-glyphslotrec-ptr: Private ordinary functions
Function, ft-glyphslotrec-reserved: Public ordinary functions
Function, ft-glyphslotrec-rsb-delta: Public ordinary functions
Function, ft-glyphslotrec-subglyphs: Public ordinary functions
Function, ft-init-freetype: Public ordinary functions
Function, ft-library-p: Private ordinary functions
Function, ft-library-ptr: Private ordinary functions
Function, ft-library-version: Public ordinary functions
Function, ft-list-destructor-p: Private ordinary functions
Function, ft-list-destructor-ptr: Private ordinary functions
Function, ft-list-head: Public ordinary functions
Function, ft-list-iterator-p: Private ordinary functions
Function, ft-list-iterator-ptr: Private ordinary functions
Function, ft-list-p: Private ordinary functions
Function, ft-list-ptr: Private ordinary functions
Function, ft-list-tail: Public ordinary functions
Function, ft-listnode-data: Public ordinary functions
Function, ft-listnode-next: Public ordinary functions
Function, ft-listnode-p: Private ordinary functions
Function, ft-listnode-prev: Public ordinary functions
Function, ft-listnode-ptr: Private ordinary functions
Function, ft-listnoderec-data: Public ordinary functions
Function, ft-listnoderec-next: Public ordinary functions
Function, ft-listnoderec-p: Private ordinary functions
Function, ft-listnoderec-prev: Public ordinary functions
Function, ft-listnoderec-ptr: Private ordinary functions
Function, ft-listrec-head: Public ordinary functions
Function, ft-listrec-p: Private ordinary functions
Function, ft-listrec-ptr: Private ordinary functions
Function, ft-listrec-tail: Public ordinary functions
Function, ft-load-glyph: Public ordinary functions
Function, ft-matrix-p: Private ordinary functions
Function, ft-matrix-ptr: Private ordinary functions
Function, ft-matrix-xx: Public ordinary functions
Function, ft-matrix-xy: Public ordinary functions
Function, ft-matrix-yx: Public ordinary functions
Function, ft-matrix-yy: Public ordinary functions
Function, ft-memory-alloc: Public ordinary functions
Function, ft-memory-free: Public ordinary functions
Function, ft-memory-p: Private ordinary functions
Function, ft-memory-ptr: Private ordinary functions
Function, ft-memory-realloc: Public ordinary functions
Function, ft-memory-user: Public ordinary functions
Function, ft-memoryrec-alloc: Public ordinary functions
Function, ft-memoryrec-free: Public ordinary functions
Function, ft-memoryrec-p: Private ordinary functions
Function, ft-memoryrec-ptr: Private ordinary functions
Function, ft-memoryrec-realloc: Public ordinary functions
Function, ft-memoryrec-user: Public ordinary functions
Function, ft-module-p: Private ordinary functions
Function, ft-module-ptr: Private ordinary functions
Function, ft-new-face: Public ordinary functions
Function, ft-new-memory-face: Public ordinary functions
Function, ft-new-size: Public ordinary functions
Function, ft-open-args-driver: Public ordinary functions
Function, ft-open-args-flags: Public ordinary functions
Function, ft-open-args-memory-base: Public ordinary functions
Function, ft-open-args-memory-size: Public ordinary functions
Function, ft-open-args-num-params: Public ordinary functions
Function, ft-open-args-p: Private ordinary functions
Function, ft-open-args-params: Public ordinary functions
Function, ft-open-args-pathname: Public ordinary functions
Function, ft-open-args-ptr: Private ordinary functions
Function, ft-open-args-stream: Public ordinary functions
Function, ft-open-face: Public ordinary functions
Function, ft-outline-check: Public ordinary functions
Function, ft-outline-contours: Public ordinary functions
Function, ft-outline-copy: Public ordinary functions
Function, ft-outline-decompose: Public ordinary functions
Function, ft-outline-done: Public ordinary functions
Function, ft-outline-embolden: Public ordinary functions
Function, ft-outline-flags: Public ordinary functions
Function, ft-outline-funcs-conic-to: Public ordinary functions
Function, ft-outline-funcs-cubic-to: Public ordinary functions
Function, ft-outline-funcs-delta: Public ordinary functions
Function, ft-outline-funcs-line-to: Public ordinary functions
Function, ft-outline-funcs-move-to: Public ordinary functions
Function, ft-outline-funcs-p: Private ordinary functions
Function, ft-outline-funcs-ptr: Private ordinary functions
Function, ft-outline-funcs-shift: Public ordinary functions
Function, ft-outline-get-bbox: Public ordinary functions
Function, ft-outline-get-cbox: Public ordinary functions
Function, ft-outline-get-orientation: Public ordinary functions
Function, ft-outline-n-contours: Public ordinary functions
Function, ft-outline-n-points: Public ordinary functions
Function, ft-outline-new: Public ordinary functions
Function, ft-outline-p: Private ordinary functions
Function, ft-outline-points: Public ordinary functions
Function, ft-outline-ptr: Private ordinary functions
Function, ft-outline-reverse: Public ordinary functions
Function, ft-outline-tags: Public ordinary functions
Function, ft-outline-transform: Public ordinary functions
Function, ft-outline-translate: Public ordinary functions
Function, ft-outlineglyph-outline: Public ordinary functions
Function, ft-outlineglyph-p: Private ordinary functions
Function, ft-outlineglyph-ptr: Private ordinary functions
Function, ft-outlineglyph-root: Public ordinary functions
Function, ft-outlineglyphrec-outline: Public ordinary functions
Function, ft-outlineglyphrec-p: Private ordinary functions
Function, ft-outlineglyphrec-ptr: Private ordinary functions
Function, ft-outlineglyphrec-root: Public ordinary functions
Function, ft-parameter-data: Public ordinary functions
Function, ft-parameter-p: Private ordinary functions
Function, ft-parameter-ptr: Private ordinary functions
Function, ft-parameter-tag: Public ordinary functions
Function, ft-pointer-p: Private ordinary functions
Function, ft-pointer-ptr: Private ordinary functions
Function, ft-realloc-func-p: Private ordinary functions
Function, ft-realloc-func-ptr: Private ordinary functions
Function, ft-reference-face: Public ordinary functions
Function, ft-render-glyph: Public ordinary functions
Function, ft-renderer-p: Private ordinary functions
Function, ft-renderer-ptr: Private ordinary functions
Function, ft-request-size: Public ordinary functions
Function, ft-select-size: Public ordinary functions
Function, ft-set-char-size: Public ordinary functions
Function, ft-set-charmap: Public ordinary functions
Function, ft-set-pixel-sizes: Public ordinary functions
Function, ft-set-transform: Public ordinary functions
Function, ft-size-face: Public ordinary functions
Function, ft-size-generic: Public ordinary functions
Function, ft-size-internal: Public ordinary functions
Function, ft-size-internal-p: Private ordinary functions
Function, ft-size-internal-ptr: Private ordinary functions
Function, ft-size-metrics: Public ordinary functions
Function, ft-size-metrics-ascender: Public ordinary functions
Function, ft-size-metrics-descender: Public ordinary functions
Function, ft-size-metrics-height: Public ordinary functions
Function, ft-size-metrics-max-advance: Public ordinary functions
Function, ft-size-metrics-p: Private ordinary functions
Function, ft-size-metrics-ptr: Private ordinary functions
Function, ft-size-metrics-x-ppem: Public ordinary functions
Function, ft-size-metrics-x-scale: Public ordinary functions
Function, ft-size-metrics-y-ppem: Public ordinary functions
Function, ft-size-metrics-y-scale: Public ordinary functions
Function, ft-size-p: Private ordinary functions
Function, ft-size-ptr: Private ordinary functions
Function, ft-size-request-height: Public ordinary functions
Function, ft-size-request-hori-resolution: Public ordinary functions
Function, ft-size-request-p: Private ordinary functions
Function, ft-size-request-ptr: Private ordinary functions
Function, ft-size-request-type: Public ordinary functions
Function, ft-size-request-vert-resolution: Public ordinary functions
Function, ft-size-request-width: Public ordinary functions
Function, ft-size-requestrec-height: Public ordinary functions
Function, ft-size-requestrec-hori-resolution: Public ordinary functions
Function, ft-size-requestrec-p: Private ordinary functions
Function, ft-size-requestrec-ptr: Private ordinary functions
Function, ft-size-requestrec-type: Public ordinary functions
Function, ft-size-requestrec-vert-resolution: Public ordinary functions
Function, ft-size-requestrec-width: Public ordinary functions
Function, ft-sizerec-face: Public ordinary functions
Function, ft-sizerec-generic: Public ordinary functions
Function, ft-sizerec-internal: Public ordinary functions
Function, ft-sizerec-metrics: Public ordinary functions
Function, ft-sizerec-p: Private ordinary functions
Function, ft-sizerec-ptr: Private ordinary functions
Function, ft-slot-internal-p: Private ordinary functions
Function, ft-slot-internal-ptr: Private ordinary functions
Function, ft-stream-base: Public ordinary functions
Function, ft-stream-close: Public ordinary functions
Function, ft-stream-closefunc-p: Private ordinary functions
Function, ft-stream-closefunc-ptr: Private ordinary functions
Function, ft-stream-cursor: Public ordinary functions
Function, ft-stream-descriptor: Public ordinary functions
Function, ft-stream-iofunc-p: Private ordinary functions
Function, ft-stream-iofunc-ptr: Private ordinary functions
Function, ft-stream-limit: Public ordinary functions
Function, ft-stream-memory: Public ordinary functions
Function, ft-stream-p: Private ordinary functions
Function, ft-stream-pathname: Public ordinary functions
Function, ft-stream-pos: Public ordinary functions
Function, ft-stream-ptr: Private ordinary functions
Function, ft-stream-read: Public ordinary functions
Function, ft-stream-size: Public ordinary functions
Function, ft-streamdesc-p: Private ordinary functions
Function, ft-streamdesc-pointer: Public ordinary functions
Function, ft-streamdesc-ptr: Private ordinary functions
Function, ft-streamdesc-value: Public ordinary functions
Function, ft-streamrec-base: Public ordinary functions
Function, ft-streamrec-close: Public ordinary functions
Function, ft-streamrec-cursor: Public ordinary functions
Function, ft-streamrec-descriptor: Public ordinary functions
Function, ft-streamrec-limit: Public ordinary functions
Function, ft-streamrec-memory: Public ordinary functions
Function, ft-streamrec-p: Private ordinary functions
Function, ft-streamrec-pathname: Public ordinary functions
Function, ft-streamrec-pos: Public ordinary functions
Function, ft-streamrec-ptr: Private ordinary functions
Function, ft-streamrec-read: Public ordinary functions
Function, ft-streamrec-size: Public ordinary functions
Function, ft-subglyph-p: Private ordinary functions
Function, ft-subglyph-ptr: Private ordinary functions
Function, ft-unitvector-p: Private ordinary functions
Function, ft-unitvector-ptr: Private ordinary functions
Function, ft-unitvector-x: Public ordinary functions
Function, ft-unitvector-y: Public ordinary functions
Function, ft-vector-p: Private ordinary functions
Function, ft-vector-ptr: Private ordinary functions
Function, ft-vector-x: Public ordinary functions
Function, ft-vector-y: Public ordinary functions
Function, fw-ptr: Public ordinary functions
Function, get-advance: Public ordinary functions
Function, get-char-index: Public ordinary functions
Function, get-fstype-flags: Public ordinary functions
Function, get-glyph: Public ordinary functions
Function, get-glyph-name: Public ordinary functions
Function, get-kerning: Public ordinary functions
Function, get-loaded-advance: Public ordinary functions
Function, get-name-index: Public ordinary functions
Function, get-outline: Public ordinary functions
Function, get-postscript-name: Public ordinary functions
Function, get-string-advances: Public ordinary functions
Function, get-string-kerning: Public ordinary functions
Function, get-track-kerning: Public ordinary functions
Function, libc-calloc: Public ordinary functions
Function, libc-free: Public ordinary functions
Function, load-char: Public ordinary functions
Function, load-glyph: Public ordinary functions
Function, make-accessor: Private ordinary functions
Function, make-accessors: Private ordinary functions
Function, make-c-conc-name: Private ordinary functions
Function, make-collected-foreign: Public ordinary functions
Function, make-foreign-name: Private ordinary functions
Function, make-foreign-wrapper: Private ordinary functions
Function, make-freetype: Public ordinary functions
Function, make-handle-conc-name: Private ordinary functions
Function, make-make-name: Private ordinary functions
Function, make-matrix: Public ordinary functions
Function, make-s-conc-name: Private ordinary functions
Function, make-tclass-name: Private ordinary functions
Function, make-type-name: Private ordinary functions
Function, make-vector: Public ordinary functions
Function, new-face: Public ordinary functions
Function, nth-gray-pixel: Private ordinary functions
Function, nth-mono-pixel: Private ordinary functions
Function, outline-check: Public ordinary functions
Function, outline-copy: Public ordinary functions
Function, outline-embolden: Public ordinary functions
Function, outline-get-bbox: Public ordinary functions
Function, outline-get-cbox: Public ordinary functions
Function, outline-get-orientation: Public ordinary functions
Function, outline-reverse: Public ordinary functions
Function, outline-transform: Public ordinary functions
Function, outline-translate: Public ordinary functions
Function, p*: Public ordinary functions
Function, print-greys: Private ordinary functions
Function, print-mono: Private ordinary functions
Function, print-with-face: Public ordinary functions
Function, render-glyph: Public ordinary functions
Function, row-width: Private ordinary functions
Function, select-charmap: Public ordinary functions
Function, set-char-size: Public ordinary functions
Function, set-pixel-sizes: Public ordinary functions
Function, set-transform: Public ordinary functions
Function, string-pixel-height: Public ordinary functions
Function, string-pixel-width: Public ordinary functions
Function, toy-string-to-array: Private ordinary functions
Function, trgrey: Private ordinary functions
Function, w*: Public ordinary functions
Function, w[]: Public ordinary functions
fw-ptr: Public ordinary functions

G
Generic Function, pointer-array-size: Private generic functions
Generic Function, pointer-type: Private generic functions
get-advance: Public ordinary functions
get-char-index: Public ordinary functions
get-fstype-flags: Public ordinary functions
get-glyph: Public ordinary functions
get-glyph-name: Public ordinary functions
get-kerning: Public ordinary functions
get-loaded-advance: Public ordinary functions
get-name-index: Public ordinary functions
get-outline: Public ordinary functions
get-postscript-name: Public ordinary functions
get-string-advances: Public ordinary functions
get-string-kerning: Public ordinary functions
get-track-kerning: Public ordinary functions

L
libc-calloc: Public ordinary functions
libc-free: Public ordinary functions
load-char: Public ordinary functions
load-glyph: Public ordinary functions

M
Macro, defcwrap: Private macros
Macro, defcwraptype: Private macros
Macro, do-char-decompose: Public macros
Macro, do-outline-decompose: Public macros
Macro, do-string-render: Public macros
Macro, ft-error: Public macros
Macro, ft-face-face-flags-test: Public macros
Macro, ft-face-style-flags-test: Public macros
Macro, ft-facerec-face-flags-test: Public macros
Macro, ft-facerec-style-flags-test: Public macros
Macro, ft-open-args-flags-test: Public macros
Macro, ft-outline-flags-test: Public macros
Macro, make-wrapper: Public macros
Macro, with-open-face: Public macros
make-accessor: Private ordinary functions
make-accessors: Private ordinary functions
make-c-conc-name: Private ordinary functions
make-collected-foreign: Public ordinary functions
make-foreign-name: Private ordinary functions
make-foreign-wrapper: Private ordinary functions
make-freetype: Public ordinary functions
make-handle-conc-name: Private ordinary functions
make-make-name: Private ordinary functions
make-matrix: Public ordinary functions
make-s-conc-name: Private ordinary functions
make-tclass-name: Private ordinary functions
make-type-name: Private ordinary functions
make-vector: Public ordinary functions
make-wrapper: Public macros
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-from-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, expand-to-foreign: Public standalone methods
Method, pointer-array-size: Private generic functions
Method, pointer-type: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-from-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods
Method, translate-to-foreign: Public standalone methods

N
new-face: Public ordinary functions
nth-gray-pixel: Private ordinary functions
nth-mono-pixel: Private ordinary functions

O
outline-check: Public ordinary functions
outline-copy: Public ordinary functions
outline-embolden: Public ordinary functions
outline-get-bbox: Public ordinary functions
outline-get-cbox: Public ordinary functions
outline-get-orientation: Public ordinary functions
outline-reverse: Public ordinary functions
outline-transform: Public ordinary functions
outline-translate: Public ordinary functions

P
p*: Public ordinary functions
pointer-array-size: Private generic functions
pointer-array-size: Private generic functions
pointer-type: Private generic functions
pointer-type: Private generic functions
print-greys: Private ordinary functions
print-mono: Private ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-with-face: Public ordinary functions

R
render-glyph: Public ordinary functions
row-width: Private ordinary functions

S
select-charmap: Public ordinary functions
set-char-size: Public ordinary functions
set-pixel-sizes: Public ordinary functions
set-transform: Public ordinary functions
string-pixel-height: Public ordinary functions
string-pixel-width: Public ordinary functions

T
toy-string-to-array: Private ordinary functions
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-from-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
translate-to-foreign: Public standalone methods
trgrey: Private ordinary functions

W
w*: Public ordinary functions
with-open-face: Public macros
w[]: Public ordinary functions


A.4 Data types

Jump to:   B   C   F   G   I   M   O   P   R   S   T   W  
Index Entry  Section

B
bitmap.lisp: The cl-freetype2/bitmap․lisp file

C
cffi-cwrap.lisp: The cl-freetype2/freetype2-ffi/cffi-cwrap․lisp file
cffi-defs.lisp: The cl-freetype2/freetype2-ffi/cffi-defs․lisp file
cl-freetype2: The cl-freetype2 system
cl-freetype2.asd: The cl-freetype2/cl-freetype2․asd file
Class, foreign-ft-bbox-tclass: Private classes
Class, foreign-ft-bitmap-size-tclass: Private classes
Class, foreign-ft-bitmap-tclass: Private classes
Class, foreign-ft-bitmapglyphrec-tclass: Private classes
Class, foreign-ft-charmaprec-tclass: Private classes
Class, foreign-ft-data-tclass: Private classes
Class, foreign-ft-facerec-tclass: Private classes
Class, foreign-ft-generic-tclass: Private classes
Class, foreign-ft-glyph-metrics-tclass: Private classes
Class, foreign-ft-glyphrec-tclass: Private classes
Class, foreign-ft-glyphslotrec-tclass: Private classes
Class, foreign-ft-listnoderec-tclass: Private classes
Class, foreign-ft-listrec-tclass: Private classes
Class, foreign-ft-matrix-tclass: Private classes
Class, foreign-ft-memoryrec-tclass: Private classes
Class, foreign-ft-open-args-tclass: Private classes
Class, foreign-ft-outline-funcs-tclass: Private classes
Class, foreign-ft-outline-tclass: Private classes
Class, foreign-ft-outlineglyphrec-tclass: Private classes
Class, foreign-ft-parameter-tclass: Private classes
Class, foreign-ft-size-metrics-tclass: Private classes
Class, foreign-ft-size-requestrec-tclass: Private classes
Class, foreign-ft-sizerec-tclass: Private classes
Class, foreign-ft-streamdesc-tclass: Private classes
Class, foreign-ft-streamrec-tclass: Private classes
Class, foreign-ft-unitvector-tclass: Private classes
Class, foreign-ft-vector-tclass: Private classes
Class, ft-alloc-func-cffitype: Public classes
Class, ft-bbox-cffitype: Public classes
Class, ft-bitmap-cffitype: Public classes
Class, ft-bitmap-size-cffitype: Public classes
Class, ft-bitmapglyph-cffitype: Public classes
Class, ft-bitmapglyphrec-cffitype: Public classes
Class, ft-charmap-cffitype: Public classes
Class, ft-charmaprec-cffitype: Public classes
Class, ft-data-cffitype: Public classes
Class, ft-driver-cffitype: Public classes
Class, ft-face-cffitype: Public classes
Class, ft-face-internal-cffitype: Public classes
Class, ft-facerec-cffitype: Public classes
Class, ft-free-func-cffitype: Public classes
Class, ft-generic-cffitype: Public classes
Class, ft-generic-finalizer-cffitype: Public classes
Class, ft-glyph-cffitype: Public classes
Class, ft-glyph-metrics-cffitype: Public classes
Class, ft-glyphrec-cffitype: Public classes
Class, ft-glyphslot-cffitype: Public classes
Class, ft-glyphslotrec-cffitype: Public classes
Class, ft-library-cffitype: Public classes
Class, ft-list-cffitype: Public classes
Class, ft-list-destructor-cffitype: Public classes
Class, ft-list-iterator-cffitype: Public classes
Class, ft-listnode-cffitype: Public classes
Class, ft-listnoderec-cffitype: Public classes
Class, ft-listrec-cffitype: Public classes
Class, ft-matrix-cffitype: Public classes
Class, ft-memory-cffitype: Public classes
Class, ft-memoryrec-cffitype: Public classes
Class, ft-module-cffitype: Public classes
Class, ft-open-args-cffitype: Public classes
Class, ft-outline-cffitype: Public classes
Class, ft-outline-funcs-cffitype: Public classes
Class, ft-outlineglyph-cffitype: Public classes
Class, ft-outlineglyphrec-cffitype: Public classes
Class, ft-parameter-cffitype: Public classes
Class, ft-pointer-cffitype: Public classes
Class, ft-realloc-func-cffitype: Public classes
Class, ft-renderer-cffitype: Public classes
Class, ft-size-cffitype: Public classes
Class, ft-size-internal-cffitype: Public classes
Class, ft-size-metrics-cffitype: Public classes
Class, ft-size-request-cffitype: Public classes
Class, ft-size-requestrec-cffitype: Public classes
Class, ft-sizerec-cffitype: Public classes
Class, ft-slot-internal-cffitype: Public classes
Class, ft-stream-cffitype: Public classes
Class, ft-stream-closefunc-cffitype: Public classes
Class, ft-stream-iofunc-cffitype: Public classes
Class, ft-streamdesc-cffitype: Public classes
Class, ft-streamrec-cffitype: Public classes
Class, ft-subglyph-cffitype: Public classes
Class, ft-unitvector-cffitype: Public classes
Class, ft-vector-cffitype: Public classes
Class, pointer-to-type: Private classes
Class, wrapped-cffitype: Private classes

F
face.lisp: The cl-freetype2/face․lisp file
File, bitmap.lisp: The cl-freetype2/bitmap․lisp file
File, cffi-cwrap.lisp: The cl-freetype2/freetype2-ffi/cffi-cwrap․lisp file
File, cffi-defs.lisp: The cl-freetype2/freetype2-ffi/cffi-defs․lisp file
File, cl-freetype2.asd: The cl-freetype2/cl-freetype2․asd file
File, face.lisp: The cl-freetype2/face․lisp file
File, ft2-basic-types.lisp: The cl-freetype2/freetype2-ffi/ft2-basic-types․lisp file
File, ft2-bitmap.lisp: The cl-freetype2/freetype2-ffi/ft2-bitmap․lisp file
File, ft2-face.lisp: The cl-freetype2/freetype2-ffi/ft2-face․lisp file
File, ft2-glyph.lisp: The cl-freetype2/freetype2-ffi/ft2-glyph․lisp file
File, ft2-init.lisp: The cl-freetype2/freetype2-ffi/ft2-init․lisp file
File, ft2-lib.lisp: The cl-freetype2/freetype2-ffi/ft2-lib․lisp file
File, ft2-outline.lisp: The cl-freetype2/freetype2-ffi/ft2-outline․lisp file
File, ft2-size.lisp: The cl-freetype2/freetype2-ffi/ft2-size․lisp file
File, glyph.lisp: The cl-freetype2/glyph․lisp file
File, grovel-freetype.h: The cl-freetype2/freetype2-ffi/freetype2-grovel/grovel-freetype․h file
File, grovel-freetype2.lisp: The cl-freetype2/freetype2-ffi/freetype2-grovel/grovel-freetype2․lisp file
File, init.lisp: The cl-freetype2/init․lisp file
File, outline.lisp: The cl-freetype2/outline․lisp file
File, package.lisp: The cl-freetype2/package․lisp file
File, render.lisp: The cl-freetype2/render․lisp file
File, toy.lisp: The cl-freetype2/toy․lisp file
foreign-ft-bbox-tclass: Private classes
foreign-ft-bitmap-size-tclass: Private classes
foreign-ft-bitmap-tclass: Private classes
foreign-ft-bitmapglyphrec-tclass: Private classes
foreign-ft-charmaprec-tclass: Private classes
foreign-ft-data-tclass: Private classes
foreign-ft-facerec-tclass: Private classes
foreign-ft-generic-tclass: Private classes
foreign-ft-glyph-metrics-tclass: Private classes
foreign-ft-glyphrec-tclass: Private classes
foreign-ft-glyphslotrec-tclass: Private classes
foreign-ft-listnoderec-tclass: Private classes
foreign-ft-listrec-tclass: Private classes
foreign-ft-matrix-tclass: Private classes
foreign-ft-memoryrec-tclass: Private classes
foreign-ft-open-args-tclass: Private classes
foreign-ft-outline-funcs-tclass: Private classes
foreign-ft-outline-tclass: Private classes
foreign-ft-outlineglyphrec-tclass: Private classes
foreign-ft-parameter-tclass: Private classes
foreign-ft-size-metrics-tclass: Private classes
foreign-ft-size-requestrec-tclass: Private classes
foreign-ft-sizerec-tclass: Private classes
foreign-ft-streamdesc-tclass: Private classes
foreign-ft-streamrec-tclass: Private classes
foreign-ft-unitvector-tclass: Private classes
foreign-ft-vector-tclass: Private classes
foreign-wrapper: Private structures
freetype2: The freetype2 package
freetype2-ffi: The cl-freetype2/freetype2-ffi module
freetype2-ffi: The freetype2-ffi package
freetype2-grovel: The cl-freetype2/freetype2-ffi/freetype2-grovel module
freetype2-types: The freetype2-types package
ft-alloc-func: Public structures
ft-alloc-func-cffitype: Public classes
ft-bbox: Public structures
ft-bbox-cffitype: Public classes
ft-bitmap: Public structures
ft-bitmap-cffitype: Public classes
ft-bitmap-size: Public structures
ft-bitmap-size-cffitype: Public classes
ft-bitmapglyph: Public structures
ft-bitmapglyph-cffitype: Public classes
ft-bitmapglyphrec: Public structures
ft-bitmapglyphrec-cffitype: Public classes
ft-charmap: Public structures
ft-charmap-cffitype: Public classes
ft-charmaprec: Public structures
ft-charmaprec-cffitype: Public classes
ft-data: Public structures
ft-data-cffitype: Public classes
ft-driver: Public structures
ft-driver-cffitype: Public classes
ft-face: Public structures
ft-face-cffitype: Public classes
ft-face-internal: Public structures
ft-face-internal-cffitype: Public classes
ft-facerec: Public structures
ft-facerec-cffitype: Public classes
ft-free-func: Public structures
ft-free-func-cffitype: Public classes
ft-generic: Public structures
ft-generic-cffitype: Public classes
ft-generic-finalizer: Public structures
ft-generic-finalizer-cffitype: Public classes
ft-glyph: Public structures
ft-glyph-cffitype: Public classes
ft-glyph-metrics: Public structures
ft-glyph-metrics-cffitype: Public classes
ft-glyphrec: Public structures
ft-glyphrec-cffitype: Public classes
ft-glyphslot: Public structures
ft-glyphslot-cffitype: Public classes
ft-glyphslotrec: Public structures
ft-glyphslotrec-cffitype: Public classes
ft-library: Public structures
ft-library-cffitype: Public classes
ft-list: Public structures
ft-list-cffitype: Public classes
ft-list-destructor: Public structures
ft-list-destructor-cffitype: Public classes
ft-list-iterator: Public structures
ft-list-iterator-cffitype: Public classes
ft-listnode: Public structures
ft-listnode-cffitype: Public classes
ft-listnoderec: Public structures
ft-listnoderec-cffitype: Public classes
ft-listrec: Public structures
ft-listrec-cffitype: Public classes
ft-matrix: Public structures
ft-matrix-cffitype: Public classes
ft-memory: Public structures
ft-memory-cffitype: Public classes
ft-memoryrec: Public structures
ft-memoryrec-cffitype: Public classes
ft-module: Public structures
ft-module-cffitype: Public classes
ft-open-args: Public structures
ft-open-args-cffitype: Public classes
ft-outline: Public structures
ft-outline-cffitype: Public classes
ft-outline-funcs: Public structures
ft-outline-funcs-cffitype: Public classes
ft-outlineglyph: Public structures
ft-outlineglyph-cffitype: Public classes
ft-outlineglyphrec: Public structures
ft-outlineglyphrec-cffitype: Public classes
ft-parameter: Public structures
ft-parameter-cffitype: Public classes
ft-pointer: Public structures
ft-pointer-cffitype: Public classes
ft-realloc-func: Public structures
ft-realloc-func-cffitype: Public classes
ft-renderer: Public structures
ft-renderer-cffitype: Public classes
ft-size: Public structures
ft-size-cffitype: Public classes
ft-size-internal: Public structures
ft-size-internal-cffitype: Public classes
ft-size-metrics: Public structures
ft-size-metrics-cffitype: Public classes
ft-size-request: Public structures
ft-size-request-cffitype: Public classes
ft-size-requestrec: Public structures
ft-size-requestrec-cffitype: Public classes
ft-sizerec: Public structures
ft-sizerec-cffitype: Public classes
ft-slot-internal: Public structures
ft-slot-internal-cffitype: Public classes
ft-stream: Public structures
ft-stream-cffitype: Public classes
ft-stream-closefunc: Public structures
ft-stream-closefunc-cffitype: Public classes
ft-stream-iofunc: Public structures
ft-stream-iofunc-cffitype: Public classes
ft-streamdesc: Public structures
ft-streamdesc-cffitype: Public classes
ft-streamrec: Public structures
ft-streamrec-cffitype: Public classes
ft-subglyph: Public structures
ft-subglyph-cffitype: Public classes
ft-unitvector: Public structures
ft-unitvector-cffitype: Public classes
ft-vector: Public structures
ft-vector-cffitype: Public classes
ft2-basic-types.lisp: The cl-freetype2/freetype2-ffi/ft2-basic-types․lisp file
ft2-bitmap.lisp: The cl-freetype2/freetype2-ffi/ft2-bitmap․lisp file
ft2-face.lisp: The cl-freetype2/freetype2-ffi/ft2-face․lisp file
ft2-glyph.lisp: The cl-freetype2/freetype2-ffi/ft2-glyph․lisp file
ft2-init.lisp: The cl-freetype2/freetype2-ffi/ft2-init․lisp file
ft2-lib.lisp: The cl-freetype2/freetype2-ffi/ft2-lib․lisp file
ft2-outline.lisp: The cl-freetype2/freetype2-ffi/ft2-outline․lisp file
ft2-size.lisp: The cl-freetype2/freetype2-ffi/ft2-size․lisp file

G
glyph.lisp: The cl-freetype2/glyph․lisp file
grovel-freetype.h: The cl-freetype2/freetype2-ffi/freetype2-grovel/grovel-freetype․h file
grovel-freetype2.lisp: The cl-freetype2/freetype2-ffi/freetype2-grovel/grovel-freetype2․lisp file

I
init.lisp: The cl-freetype2/init․lisp file

M
Module, freetype2-ffi: The cl-freetype2/freetype2-ffi module
Module, freetype2-grovel: The cl-freetype2/freetype2-ffi/freetype2-grovel module

O
outline.lisp: The cl-freetype2/outline․lisp file

P
Package, freetype2: The freetype2 package
Package, freetype2-ffi: The freetype2-ffi package
Package, freetype2-types: The freetype2-types package
package.lisp: The cl-freetype2/package․lisp file
pointer-to-type: Private classes

R
render.lisp: The cl-freetype2/render․lisp file

S
Structure, foreign-wrapper: Private structures
Structure, ft-alloc-func: Public structures
Structure, ft-bbox: Public structures
Structure, ft-bitmap: Public structures
Structure, ft-bitmap-size: Public structures
Structure, ft-bitmapglyph: Public structures
Structure, ft-bitmapglyphrec: Public structures
Structure, ft-charmap: Public structures
Structure, ft-charmaprec: Public structures
Structure, ft-data: Public structures
Structure, ft-driver: Public structures
Structure, ft-face: Public structures
Structure, ft-face-internal: Public structures
Structure, ft-facerec: Public structures
Structure, ft-free-func: Public structures
Structure, ft-generic: Public structures
Structure, ft-generic-finalizer: Public structures
Structure, ft-glyph: Public structures
Structure, ft-glyph-metrics: Public structures
Structure, ft-glyphrec: Public structures
Structure, ft-glyphslot: Public structures
Structure, ft-glyphslotrec: Public structures
Structure, ft-library: Public structures
Structure, ft-list: Public structures
Structure, ft-list-destructor: Public structures
Structure, ft-list-iterator: Public structures
Structure, ft-listnode: Public structures
Structure, ft-listnoderec: Public structures
Structure, ft-listrec: Public structures
Structure, ft-matrix: Public structures
Structure, ft-memory: Public structures
Structure, ft-memoryrec: Public structures
Structure, ft-module: Public structures
Structure, ft-open-args: Public structures
Structure, ft-outline: Public structures
Structure, ft-outline-funcs: Public structures
Structure, ft-outlineglyph: Public structures
Structure, ft-outlineglyphrec: Public structures
Structure, ft-parameter: Public structures
Structure, ft-pointer: Public structures
Structure, ft-realloc-func: Public structures
Structure, ft-renderer: Public structures
Structure, ft-size: Public structures
Structure, ft-size-internal: Public structures
Structure, ft-size-metrics: Public structures
Structure, ft-size-request: Public structures
Structure, ft-size-requestrec: Public structures
Structure, ft-sizerec: Public structures
Structure, ft-slot-internal: Public structures
Structure, ft-stream: Public structures
Structure, ft-stream-closefunc: Public structures
Structure, ft-stream-iofunc: Public structures
Structure, ft-streamdesc: Public structures
Structure, ft-streamrec: Public structures
Structure, ft-subglyph: Public structures
Structure, ft-unitvector: Public structures
Structure, ft-vector: Public structures
System, cl-freetype2: The cl-freetype2 system

T
toy.lisp: The cl-freetype2/toy․lisp file

W
wrapped-cffitype: Private classes