![]() |
![]()
| ![]() |
![]()
NAMEfcft_capabilities - available optional library capabilities SYNOPSIS#include <fcft/fcft.h> enum fcft_capabilities fcft_capabilities(void); DESCRIPTIONfcft_capabilities() returns a bitmask of enabled optional library capabilities: enum fcft_capabilities { FCFT_CAPABILITY_GRAPHEME_SHAPINGfcft can do grapheme shaping (using HarfBuzz), and fcft_grapheme_rasterize() can be expected to return non-NULL. FCFT_CAPABILITY_TEXT_RUN_SHAPINGfcft can do text-run shaping (using HarfBuzz), and fcft_text_run_rasterize() can be expected to return non-NULL. FCFT_CAPABILITY_SVGfcft can rasterize glyphs from OT-SVG fonts. SEE ALSOfcft_grapheme_glyph_rasterize(), fcft_text_run_rasterize()
|