GNU Octave  4.2.1
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 | Namespaces | Functions
ft-text-renderer.cc File Reference
#include "base-text-renderer.h"
#include <ft2build.h>
#include <FT_FREETYPE_H>
#include <clocale>
#include <cwchar>
#include <iostream>
#include <map>
#include <utility>
#include "singleton-cleanup.h"
#include "error.h"
#include "pr-output.h"
#include "text-renderer.h"
Include dependency graph for ft-text-renderer.cc:

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
 Octave interface to the compression and uncompression libraries.
 

Functions

static void ft_face_destroyed (void *object)
 
base_text_renderer * octave::make_ft_text_renderer (void)
 
static void warn_glyph_render (FT_ULong c)
 
static void warn_missing_glyph (FT_ULong c)
 

Function Documentation

static void ft_face_destroyed ( void *  object)
static
static void warn_glyph_render ( FT_ULong  c)
static

Definition at line 71 of file ft-text-renderer.cc.

References warning_with_id().

Referenced by octave::ft_text_renderer::process_character().

static void warn_missing_glyph ( FT_ULong  c)
static

Definition at line 64 of file ft-text-renderer.cc.

References warning_with_id().

Referenced by octave::ft_text_renderer::process_character().