Content-type: text/html Manpage of FT_Encoding

FT_Encoding

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

NAME

FT_Encoding  

DESCRIPTION

An enumeration used to specify encodings supported by charmaps. Used in the FT_Select_Charmap() API function.

Notes: Because of 32-bit charcodes defined in Unicode (i.e., surrogates), all character codes must be expressed as FT_Longs. Other encodings might be defined in the future. typedef enum FT_Encoding_ { FT_ENC_TAG( ft_encoding_none, 0, 0, 0, 0 ), FT_ENC_TAG( ft_encoding_symbol, 's', 'y', 'm', 'b' ), FT_ENC_TAG( ft_encoding_unicode, 'u', 'n', 'i', 'c' ), FT_ENC_TAG( ft_encoding_latin_2, 'l', 'a', 't', '2' ), FT_ENC_TAG( ft_encoding_sjis, 's', 'j', 'i', 's' ), FT_ENC_TAG( ft_encoding_gb2312, 'g', 'b', ' ', ' ' ), FT_ENC_TAG( ft_encoding_big5, 'b', 'i', 'g', '5' ), FT_ENC_TAG( ft_encoding_wansung, 'w', 'a', 'n', 's' ), FT_ENC_TAG( ft_encoding_johab, 'j', 'o', 'h', 'a' ), FT_ENC_TAG( ft_encoding_adobe_standard, 'A', 'D', 'O', 'B' ), FT_ENC_TAG( ft_encoding_adobe_expert, 'A', 'D', 'B', 'E' ), FT_ENC_TAG( ft_encoding_adobe_custom, 'A', 'D', 'B', 'C' ), FT_ENC_TAG( ft_encoding_apple_roman, 'a', 'r', 'm', 'n' ) } FT_Encoding;  

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

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