FreeRDP
rdtk_font.h File Reference
#include <stdint.h>
#include <rdtk/rdtk.h>
#include <winpr/image.h>
#include "rdtk_engine.h"
This graph shows which files directly or indirectly include this file:

Data Structures

struct  rdtkGlyph
 
struct  rdtkFont
 

Functions

int rdtk_font_text_draw_size (rdtkFont *font, uint16_t *width, uint16_t *height, const char *text)
 
int rdtk_font_engine_init (rdtkEngine *engine)
 
int rdtk_font_engine_uninit (rdtkEngine *engine)
 
rdtkFont * rdtk_font_new (rdtkEngine *engine, const char *path, const char *file)
 
void rdtk_font_free (rdtkFont *font)
 

Function Documentation

◆ rdtk_font_engine_init()

int rdtk_font_engine_init ( rdtkEngine *  engine)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_font_engine_uninit()

int rdtk_font_engine_uninit ( rdtkEngine *  engine)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_font_free()

void rdtk_font_free ( rdtkFont *  font)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_font_new()

rdtkFont* rdtk_font_new ( rdtkEngine *  engine,
const char *  path,
const char *  file 
)
Here is the call graph for this function:

◆ rdtk_font_text_draw_size()

int rdtk_font_text_draw_size ( rdtkFont *  font,
uint16_t *  width,
uint16_t *  height,
const char *  text 
)
Here is the caller graph for this function: