Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../sbin/../man/man3lib/libfreetype.3lib
Real path: /usr/share/man/man3lib/libfreetype.3lib
Zurück
'\" te .\" Copyright (c) 2017, 2020, Oracle and/or its affiliates. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the "Software"), .\" to deal in the Software without restriction, including without limitation .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, .\" and/or sell copies of the Software, and to permit persons to whom the .\" Software is furnished to do so, subject to the following conditions: .\" .\" The above copyright notice and this permission notice (including the next .\" paragraph) shall be included in all copies or substantial portions of the .\" Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL .\" THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER .\" DEALINGS IN THE SOFTWARE. .\" .TH libfreetype 3lib "20 Oct 2020" "FreeType 2.13.0" "Interface Libraries" .SH "NAME" libfreetype \- font rendering library .SH "SYNOPSIS" .sp .nf #include <ft2build.h> #include FT_FREETYPE_H .fi .SH "DESCRIPTION" .PP \fBlibfreetype\fR is a software library to access the contents of font files. It supports both bitmap and scalable formats, including TrueType, OpenType, Type1, CID, CFF, WOFF, Windows FON/FNT, X11 PCF, and others. .PP Full documentation of the library is available on the community website at .B https://www.freetype.org/ .SH "FILES" .PP The following files are provided by this library: .TP 4 .B /usr/include/freetype2/ft2build.h Public header file .TP 4 .B /usr/lib/libfreetype\&.so 32-bit shared library .TP 4 .B /usr/lib/64/libfreetype\&.so 64-bit shared library .TP 4 .B /usr/lib/pkgconfig/freetype2\&.pc .BR pkg-config (1) file for 32-bit shared library .TP 4 .B /usr/lib/64/pkgconfig/freetype2\&.pc .BR pkg-config (1) file for 64-bit shared library .TP 4 .B /usr/share/doc/freetype documentation files, including \fIFreeType API Reference\fR. .\" Oracle has added the ARC stability level to this manual page .SH ATTRIBUTES See .BR attributes (7) for descriptions of the following attributes: .sp .TS box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availability system/library/freetype-2 = Stability Pass-through volatile .TE .PP .SH "SEE ALSO" .PP .BR freetype-config (1), .BR pkg-config (1), .BR attributes (7) .PP .B /usr/share/doc/freetype/index.html .SH "NOTES" .PP See the \fIFreeType API Reference\fR for details on the thread safety of the various API calls, including details on which data structures must be protected by a mutex if used in multiple threads. .\" Oracle has added source availability information to this manual page Source code for open source software components in Oracle Solaris can be found at https://www.oracle.com/downloads/opensource/solaris-source-code-downloads.html. This software was built from source available at https://github.com/oracle/solaris-userland. The original community source was downloaded from https://download.savannah.gnu.org/releases/freetype/freetype-2.13.0.tar.xz. Further information about this software can be found on the open source community website at https://www.freetype.org/.