Home | History | Annotate | Download | only in include

Lines Matching defs:library

209   /*    Add a new module to a given library instance.                      */
212 /* library :: A handle to the library object. */
225 FT_Add_Module( FT_Library library,
238 /* library :: A handle to the library object. */
250 FT_Get_Module( FT_Library library,
260 /* Remove a given module from a library instance. */
263 /* library :: A handle to a library object. */
275 FT_Remove_Module( FT_Library library,
288 * library ::
289 * A handle to the library the module is part of.
322 * FT_Property_Set( library, "foo", "bar", &bar );
340 FT_Property_Set( FT_Library library,
355 * library ::
356 * A handle to the library the module is part of.
393 * FT_Property_Get( library, "foo", "baz", &baz );
404 FT_Property_Get( FT_Library library,
418 /* @FT_Done_Library then only destroys a library if the counter is~1, */
425 /* library :: A handle to a target library object. */
434 FT_Reference_Library( FT_Library library );
443 /* This function is used to create a new FreeType library instance */
449 /* instead of @FT_Init_FreeType to initialize the FreeType library. */
452 /* library instance. */
458 /* alibrary :: A pointer to handle of a new library object. */
478 /* Discard a given library object. This closes all drivers and */
482 /* library :: A handle to the target library. */
492 FT_Done_Library( FT_Library library );
510 /* library :: A handle to the library object. */
528 FT_Set_Debug_Hook( FT_Library library,
539 /* Add the set of default drivers to a given library object. */
540 /* This is only useful when you create a library object with */
544 /* library :: A handle to a new library object. */
547 FT_Add_Default_Modules( FT_Library library );
564 * bytecode support compiled in this version of the library.
581 * The library doesn't implement any kind of bytecode interpreter.
584 * The library implements a bytecode interpreter that doesn't
592 * The library implements a bytecode interpreter that covers
616 * the TrueType virtual machine a given library instance supports.
619 * library ::
620 * A library instance.
630 FT_Get_TrueType_Engine_Type( FT_Library library );