Contents
Short Descriptions
|
is used for gathering information about fonts installed on the system |
|
|
is used to render shaped text as a raster image using a given font |
|
|
is used for the conversion of text strings into positioned glyphs |
|
|
is used to create subsets of fonts, and display text using them |
|
|
is used to draw text in SVG format with a given font |
|
|
displays a graphical view of a string shape using a particular font as a set of glyphs. The output format is automatically defined by the file extension, the supported ones being ansi/png/svg/pdf/ps/eps. For example: hb-view --output-file=hello.png /usr/share/fonts/dejavu/DejaVuSans.ttf "Hello World." |
|
|
is the HarfBuzz text shaping library |
|
|
provides Cairo integration for the Harfbuzz text shaping library |
|
|
provides GObject integration for the HarfBuzz text shaping library |
|
|
provides API functions for encoding glyph outlines on the CPU into compact blobs that the GPU decodes and rasterizes directly into a fragment shader |
|
|
provides ICU integration for the HarfBuzz text shaping library |
|
|
provides API functions for rasterizing glyphs to bitmaps, including color fonts |
|
|
provides API functions for performing subsetting operations on font files |
|
|
provides API functions for outputting glyphs to vector formats, including color fonts. Only SVG is currently supported, but more formats may come later |