FreeType_2.1.2 API Reference
Whole document tree
    

Whole document tree

FreeType_2.1.2 API Reference

FreeType_2.1.2 API Reference

BDF Fonts

This section contains the declaration of BDF-specific functions.


FT_Get_BDF_Charset_ID


  FT_EXPORT( FT_Error )
  FT_Get_BDF_Charset_ID( FT_Face       face,
                         const char*  *acharset_encoding,
                         const char*  *acharset_registry );

Retrieves a BDF font character set identity, according to the BDF specification.


input
face

handle to input face

output
acharset_encoding

Charset encoding, as a C string, owned by the face.

acharset_registry

Charset registry, as a C string, owned by the face.

return

FreeType rror code. 0 means success.

note

This function only works with BDF faces, returning an error otherwise.


generated on Sun Jun 23 13:01:54 2002