#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <sys/param.h>
#include <algorithm>
#include "pango_font_info.h"
#include "commandlineflags.h"
#include "fileio.h"
#include "normstrngs.h"
#include "tlog.h"
#include <tesseract/unichar.h>
#include "util.h"
#include "pango/pango.h"
#include "pango/pangocairo.h"
#include "pango/pangofc-font.h"
Go to the source code of this file.
|
| STRING_PARAM_FLAG (fontconfig_tmpdir, "/tmp", "Overrides fontconfig default temporary dir") |
|
| STRING_PARAM_FLAG (fonts_dir, "", "If empty it use system default. Otherwise it overrides" " system default font location") |
|
◆ STRING_PARAM_FLAG() [1/2]
STRING_PARAM_FLAG |
( |
fontconfig_tmpdir |
, |
|
|
"/tmp" |
, |
|
|
"Overrides fontconfig default temporary dir" |
|
|
) |
| |
◆ STRING_PARAM_FLAG() [2/2]
STRING_PARAM_FLAG |
( |
fonts_dir |
, |
|
|
"" |
, |
|
|
"If empty it use system default. Otherwise it overrides" " system default font location" |
|
|
) |
| |