cheshirekow
v0.1.0
|
#include <fontconfig/fontconfig.h>
Go to the source code of this file.
Classes | |
struct | fontconfig::Matrix |
wraps FcMatrix with it's member methods More... | |
Namespaces | |
fontconfig | |
Functions | |
Matrix | fontconfig::operator* (const Matrix &a, const Matrix &b) |
multiply matricies More... | |
bool | fontconfig::operator== (const Matrix &a, const Matrix &b) |
test for equality More... | |