mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
13 lines
598 B
Plaintext
13 lines
598 B
Plaintext
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.
|