Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fonts.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void mdvi_register_fonts (void)
 

Function Documentation

void mdvi_register_fonts ( void  )

Definition at line 44 of file fonts.c.

45 {
46  struct fontinfo *type;
47 
48  if (!registered) {
49  for(type = known_fonts; type->info; type++) {
50  mdvi_register_font_type(type->info, type->klass);
51  }
52  registered = 1;
53  }
54  return;
55 }

+ Here is the caller graph for this function: