GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
txt-eng-ft.cc File Reference
#include <clocale>
#include <cwchar>
#include <iostream>
#include <map>
#include <utility>
#include "singleton-cleanup.h"
#include "error.h"
#include "pr-output.h"
#include "txt-eng-ft.h"
Include dependency graph for txt-eng-ft.cc:

Go to the source code of this file.

Classes

class  ft_manager
 

Functions

static void ft_face_destroyed (void *object)
 
static void gripe_glyph_render (FT_ULong c)
 
static void gripe_missing_glyph (FT_ULong c)
 

Function Documentation

static void ft_face_destroyed ( void *  object)
static

Definition at line 305 of file txt-eng-ft.cc.

References ft_manager::font_destroyed().

Referenced by ft_manager::do_get_font().

static void gripe_glyph_render ( FT_ULong  c)
static

Definition at line 57 of file txt-eng-ft.cc.

References warning_with_id().

Referenced by ft_render::process_character().

static void gripe_missing_glyph ( FT_ULong  c)
static

Definition at line 49 of file txt-eng-ft.cc.

References warning_with_id().

Referenced by ft_render::process_character().