OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
libfreetype6
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
CMAKE
114 bytes
07/09/2017 10:28:15 AM
rw-r--r--
📄
CUSTOMIZE.gz
2.12 KB
07/09/2017 10:28:15 AM
rw-r--r--
📄
DEBUG.gz
2.87 KB
07/09/2017 10:28:15 AM
rw-r--r--
📄
FTL.TXT.gz
2.81 KB
07/09/2017 10:28:15 AM
rw-r--r--
📄
MAKEPP
255 bytes
07/09/2017 10:28:15 AM
rw-r--r--
📄
PROBLEMS
2.65 KB
07/09/2017 10:28:15 AM
rw-r--r--
📄
TODO
1.33 KB
07/09/2017 10:28:15 AM
rw-r--r--
📄
VERSIONS.TXT.gz
1.75 KB
09/16/2017 12:27:59 PM
rw-r--r--
📄
changelog.Debian.gz
1.94 KB
07/19/2022 04:39:11 PM
rw-r--r--
📄
copyright
18.69 KB
07/19/2022 04:39:11 PM
rw-r--r--
📁
css
-
01/31/2023 12:38:18 PM
rwxr-xr-x
📁
design
-
01/31/2023 12:38:18 PM
rwxr-xr-x
📄
documentation.html
5.3 KB
09/16/2017 05:22:17 PM
rw-r--r--
📄
formats.txt.gz
3.02 KB
07/09/2017 10:28:15 AM
rw-r--r--
📄
freetype-config.1
2.82 KB
09/16/2017 05:05:33 PM
rw-r--r--
📄
ft2faq.html
24.09 KB
09/16/2017 05:22:17 PM
rw-r--r--
📁
glyphs
-
01/31/2023 12:38:18 PM
rwxr-xr-x
📁
image
-
01/31/2023 12:38:18 PM
rwxr-xr-x
📄
index.html
11.7 KB
09/16/2017 05:22:17 PM
rw-r--r--
📁
js
-
01/31/2023 12:38:18 PM
rwxr-xr-x
📁
pcf
-
07/21/2022 06:37:47 AM
rwxr-xr-x
📄
raster.txt.gz
7.5 KB
07/09/2017 10:28:15 AM
rw-r--r--
📁
reference
-
01/31/2023 12:38:18 PM
rwxr-xr-x
📄
release.gz
2.16 KB
07/09/2017 10:28:15 AM
rw-r--r--
📄
subpixel-hinting.html
13.13 KB
09/16/2017 05:22:17 PM
rw-r--r--
📄
text-rendering-general.html
23.41 KB
09/16/2017 05:22:17 PM
rw-r--r--
📁
tutorial
-
01/31/2023 12:38:18 PM
rwxr-xr-x
Editing: freetype-config.1
Close
.TH FREETYPE-CONFIG 1 "September 2017" "FreeType 2.8.1" . . .SH NAME . freetype-config \- Get information about a libfreetype installation . . .SH SYNOPSIS . .B freetype-config .RI [ options ] . . .SH DESCRIPTION . .B freetype-config returns information needed for compiling and linking programs with the FreeType library, such as linker flags and compilation parameters. . Alternatively, it can be used to query information about the FreeType library version installed on the system, such as the installation (directory path) prefix or the FreeType version number. . .PP If .BR pkg-config (1) is found in the path, .B freetype-config acts as a wrapper for .BR pkg-config . . .PP This program is part of the FreeType package. . . .SH OPTIONS . There are two types of options: output/display selection options, and path override options. . . .SS Output selection options . Only one of the output selection options should be given at each program invocation. . .TP .B \-\-prefix Return the prefix value of the installed FreeType library (the default prefix will be `/usr' in most cases for distribution-installed packages). . .TP .B \-\-exec-prefix Return the executable prefix value of the installed FreeType library (will often be the same as the prefix value). . .TP .B \-\-ftversion Return the FreeType version number, directly derived from file `freetype.h'. . .TP .B \-\-version Return the `libtool version' of the FreeType library. . .TP .B \-\-libtool Return the library name for linking with libtool. . .TP .B \-\-libs Return compiler flags for linking with the installed FreeType library. . .TP .B \-\-cflags Return compiler flags for compiling against the installed FreeType library. . .TP .B \-\-static Make command line options display flags for static linking. . .TP .B \-\-help Show help and exit. . . .SS Path override options . These affect any selected output option, except the libtool version returned by .BR \-\-version . . .TP .BI \-\-prefix= PREFIX Override .B \-\-prefix value with .IR PREFIX . . This also sets .BI \-\-exec-prefix= PREFIX if option .B \-\-exec-prefix is not explicitly given. . .TP .BI \-\-exec-prefix= EPREFIX Override .B \-\-exec-prefix value with .IR EPREFIX . . . .SH BUGS In case the libraries FreeType links to are located in non-standard directories, and .BR pkg-config (1) is not available, the output from option .B \-\-libs might be incomplete. . It is thus recommended to use the .BR pkg-config (1) interface instead, which is able to correctly resolve all dependencies. . .PP Setting .B \-\-exec-prefix (either explicitly or implicitly) might return incorrect results if combined with option .BR \-\-static . . The same problem can occur if you set the .B SYSROOT environment variable. . . .SH AUTHOR . This manual page was contributed by Nis Martensen <nis.martensen@web.de>, with further refinements from the FreeType team. . . .\" eof