GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
ft-text-renderer.cc File Reference
#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 "sysdep.h"
#include "text-renderer.h"

Go to the source code of this file.

Functions

bool is_opaque (const FT_GlyphSlot &glyph, const int x, const int y)
 
base_text_renderermake_ft_text_renderer ()
 

Function Documentation

◆ is_opaque()

bool is_opaque ( const FT_GlyphSlot &  glyph,
const int  x,
const int  y 
)

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

References x.

◆ make_ft_text_renderer()

base_text_renderer * make_ft_text_renderer ( )

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