パッケージ: libfcft4 (3.0.1-2)
libfcft4 に関するリンク
Trisquel の資源:
fcft ソースパッケージをダウンロード:
メンテナ:
Original Maintainer:
- Birger Schacht
外部の資源:
- ホームページ [codeberg.org]
類似のパッケージ:
font loading and glyph rasterization library
fcft is a small font loading and glyph rasterization library built on-top of FontConfig, FreeType2 and pixman.
It can load and cache fonts from a fontconfig-formatted name string, e.g. Monospace:size=12, optionally with user configured fallback fonts.
After a font has been loaded, you can rasterize glyphs. When doing so, the primary font is first considered. If it does not have the requested glyph, the user configured fallback fonts (if any) are considered. If none of the user configured fallback fonts has the requested glyph, the FontConfig generated list of fallback fonts are checked.
This package contains the shared libraries.
その他の libfcft4 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libfontconfig1 (>= 2.12.6)
- generic font configuration library - runtime
-
- dep: libfreetype6 (>= 2.3.5)
- FreeType 2 font engine, shared library files
-
- dep: libharfbuzz0b (>= 0.9.38)
- OpenType text shaping engine (shared library)
-
- dep: libpixman-1-0 (>= 0.30.0)
- pixel-manipulation library for X and cairo