Content-type: text/html Manpage of FTC_Manager_Lookup_Face

FTC_Manager_Lookup_Face

Section: Misc. Reference Manual Pages (3)
Index Return to Main Contents
 

NAME

FTC_Manager_Lookup_Face  

DESCRIPTION

Retrieves the FT_Face object that corresponds to a given face ID through a cache manager.

Input:

manager :: A handle to the cache manager.

face_id :: The ID of the face object.

Output:

aface :: A handle to the face object. Retrieves the FT_Face object that corresponds to a given face ID through a cache manager.

Input:

manager :: A handle to the cache manager.

face_id :: The ID of the face object.

Output:

aface :: A handle to the face object.

Notes: The returned FT_Face object is always owned by the manager. You should never try to discard it yourself. The FT_Face object doesn't necessarily have a current size object (i.e., face->size can be 0). If you need a specific `font size', use FTC_Manager_Lookup_Size() instead. Never change the face's transformation matrix (i.e., never call the FT_Set_Transform() function) on a returned face! If you need to transform glyphs, do it yourself after glyph loading. FT_EXPORT( FT_Error ) FTC_Manager_Lookup_Face( FTC_Manager manager, FTC_FaceID face_id, FT_Face *aface );  

RETURNS

FreeType error code. 0 means success.  

VERSION

This documentation was generated for Freetype 2.0.4 by autodocbook (http://www.stillhq.com). Autodocbook is (c) Michael Still 2001.
      

AUTHOR

Copyright 1996-2000 by David Turner, Robert Wilhelm, and Werner Lemberg.
    

This file is part of the FreeType project, and may only be used, modified, and distributed under the terms of the FreeType project license, LICENSE.TXT. By continuing to use, modify, or distribute this file you indicate that you have read the license and understand and accept it fully.  

BUGS

Please report errors in this documentation, and Freetype itself to freetype@freetype.org


 

Index

NAME
DESCRIPTION
RETURNS
VERSION
AUTHOR
BUGS

This document was created by man2html, using the manual pages.
Time: 04:44:34 GMT, July 26, 2001