.\" Generated by scdoc 1.11.2 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "fcft_capabilities" "3" "2024-02-01" "3.1.7" "fcft" .P .SH NAME .P fcft_capabilities - available optional library capabilities .P .SH SYNOPSIS .P \fB#include \fR .P \fBenum fcft_capabilities fcft_capabilities(\fRvoid\fB);\fR .P .SH DESCRIPTION .P \fBfcft_capabilities\fR() returns a bitmask of enabled optional library capabilities: .P .nf .RS 4 enum fcft_capabilities { FCFT_CAPABILITY_GRAPHEME_SHAPING = 0x1, /* Since 2\&.3\&.0 */ FCFT_CAPABILITY_TEXT_RUN_SHAPING = 0x2, /* Since 2\&.4\&.0 */ FCFT_CAPABILITY_SVG = 0x4, /* Since 3\&.1\&.0 */ }; .fi .RE .P .SH FCFT_CAPABILITY_GRAPHEME_SHAPING .P fcft can do grapheme shaping (using HarfBuzz), and \fBfcft_grapheme_rasterize\fR() can be expected to return non-NULL.\& .P .SH FCFT_CAPABILITY_TEXT_RUN_SHAPING .P fcft can do text-run shaping (using HarfBuzz), and \fBfcft_text_run_rasterize\fR() can be expected to return non-NULL.\& .P .SH FCFT_CAPABILITY_SVG .P fcft can rasterize glyphs from OT-SVG fonts.\& .P .SH SEE ALSO .P \fBfcft_grapheme_glyph_rasterize\fR(), \fBfcft_text_run_rasterize\fR()