Content-type: text/html
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 );
FreeType error code. 0 means success.
This documentation was generated for Freetype 2.0.4 by autodocbook (http://www.stillhq.com). Autodocbook is (c) Michael Still 2001.
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.
Please report errors in this documentation, and Freetype itself to freetype@freetype.org