Searched defs:font_instance (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A Dfont-instance.h16 // the font_instance are the template of several raster_font; they provide metrics and outlines
20 class font_instance { class
26 // that's the font's fingerprint; this particular PangoFontDescription gives the entry at which this font_instance
31 // font_factory owning this font_instance
42 font_instance(void);
43 virtual ~font_instance(void);
H A DFontInstance.cpp176 font_instance::font_instance(void) : function in class:font_instance
203 font_instance::~font_instance(void)
238 void font_instance::Ref(void)
246 void font_instance::Unref(void)
257 void font_instance::InitTheFace()
281 void font_instance::FreeTheFace()
292 void font_instance::InstallFace(PangoFont* iFace)
311 bool font_instance
[all...]

Completed in 27 milliseconds