NetSurf
Functions | Variables
font_freetype.h File Reference
#include <ft2build.h>
Include dependency graph for font_freetype.h:

Go to the source code of this file.

Functions

FT_Glyph fb_getglyph (const plot_font_style_t *fstyle, uint32_t ucs4)
 

Variables

int ft_load_type
 

Function Documentation

◆ fb_getglyph()

FT_Glyph fb_getglyph ( const plot_font_style_t fstyle,
uint32_t  ucs4 
)

Definition at line 402 of file font_freetype.c.

References fb_faceid_s::cidx, fb_fill_scalar(), ft_cmap_cache, ft_image_cache, and ft_load_type.

Referenced by fb_font_position(), fb_font_split(), and fb_font_width().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ ft_load_type

int ft_load_type
extern

Definition at line 49 of file font_freetype.c.

Referenced by fb_font_init(), and fb_getglyph().