#include <fontconfig/fontconfig.h>
#include <cpp_fontconfig/cpp_fontconfig.h>
Go to the source code of this file.
|
Char32_t | fontconfig::CharIndex (ft::RefPtr< ft::Face > face, Char32_t ucs4) |
| map Unicode to glyph id More...
|
|
RefPtr< CharSet > | fontconfig::CharSetAndSpacing (ft::RefPtr< ft::Face >, RefPtr< Blanks > blanks, int *spacing) |
| compute Unicode coverage and spacing type More...
|
|
RefPtr< CharSet > | fontconfig::GetCharSet (ft::RefPtr< ft::Face > face, RefPtr< Blanks > blanks) |
| compute Unicode coverage More...
|
|
RefPtr< Pattern > | fontconfig::Query (const Char8_t *file, int id, RefPtr< Blanks > blanks, int *count) |
| compute pattern from font file (and index) More...
|
|
RefPtr< Pattern > | fontconfig::QueryFace (const ft::RefPtr< ft::Face > &face, const Char8_t *file, int id, RefPtr< Blanks > blanks) |
| compute pattern from FT_Face More...
|
|