#include "base-text-renderer.h"
#include "ft-text-renderer.h"
#include <ft2build.h>
#include <FT_FREETYPE_H>
#include <FT_GLYPH_H>
#include <clocale>
#include <cwchar>
#include <map>
#include <utility>
#include "singleton-cleanup.h"
#include "unistr-wrappers.h"
#include "defaults.h"
#include "error.h"
#include "file-ops.h"
#include "oct-env.h"
#include "pr-output.h"
#include "text-renderer.h"
Go to the source code of this file.
Classes | |
class | octave::ft_text_renderer::ft_font |
class | octave::ft_manager |
class | octave::ft_text_renderer |
Namespaces | |
octave | |
Functions | |
static void | octave::ft_face_destroyed (void *object) |
bool | octave::is_opaque (const FT_GlyphSlot &glyph, const int x, const int y) |
base_text_renderer * | octave::make_ft_text_renderer (void) |
static void | octave::warn_glyph_render (FT_ULong c) |
static void | octave::warn_missing_glyph (FT_ULong c) |