cheshirekow  v0.1.0
freetype.h File Reference
#include <fontconfig/fontconfig.h>
#include <cpp_fontconfig/cpp_fontconfig.h>

Go to the source code of this file.

Classes

class  freetype::RefPtr< T >
 pointer to a reference counted object, auto destruct when reference count is zero More...
 

Namespaces

 fontconfig
 
 freetype
 root namespace for freetype
 

Functions

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...