Content-type: text/html Manpage of FT_CharMapRec

FT_CharMapRec

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

NAME

FT_CharMapRec  

SYNOPSIS


face :: A handle to the parent face object. 

encoding :: A tag which identifies the charmap.  Use this with  FT_Select_Charmap().  

platform_id :: An ID number describing the platform for the  following encoding ID.  This comes directly from  the TrueType specification and should be emulated  for other formats.  

encoding_id :: A platform specific encoding number.  This also  comes from the TrueType specification and should be  emulated similarly. 
 

DESCRIPTION

The base charmap class.The base charmap class.

Notes: We STRONGLY recommmend emulating a Unicode charmap for drivers that do not support TrueType or OpenType. typedef struct FT_CharMapRec_ { FT_Face face; FT_Encoding encoding; FT_UShort platform_id; FT_UShort encoding_id; } FT_CharMapRec; B A S E O B J E C T C L A S S E S


 FT_Face_Internal  


 An opaque handle to an FT_Face_InternalRec structure, used to  model private data of a given FT_Face object.  This field might change between releases of FreeType 2 and are  not generally available to client applications.  typedef struct FT_Face_InternalRec_*  FT_Face_Internal;  FreeType base face class   

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
SYNOPSIS
DESCRIPTION
VERSION
AUTHOR
BUGS

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