cheshirekow
v0.1.0
|
#include <cpp_fontconfig/common.h>
#include <cpp_fontconfig/RefPtr.h>
#include <cpp_fontconfig/FontSet.h>
#include <cpp_fontconfig/StrSet.h>
#include <cpp_fontconfig/Blanks.h>
Go to the source code of this file.
Namespaces | |
fontconfig | |
Functions | |
bool | fontconfig::dirScan (RefPtr< FontSet > set, RefPtr< StrSet > dirs, RefPtr< Blanks > blanks, const Char8_t *dir, bool force) |
scan a font directory without caching it More... | |
bool | fontconfig::fileIsDir (const Char8_t *file) |
check whether a file is a directory More... | |
bool | fontconfig::fileScan (RefPtr< FontSet > set, RefPtr< StrSet > dirs, RefPtr< Blanks > blanks, const Char8_t *file, bool force) |
scan a font file More... | |