Tutorials
Documentation
File List
Here is a list of all documented files with brief descriptions:
 context.cDefines the so-called "Context commands" described in chapter 3.5 of the GLC specs
 except.cDefines the functions needed for cleanup stack exception handling (CSEH) which concept is described in details at http://www.freetype.org/david/reliable-c.html
 except.hHeader of the functions needed for cleanup stack exception handling (CSEH)
 font.cDefines the so-called "Font commands" described in chapter 3.7 of the GLC specs
 global.cDefines the so-called "Global commands" described in chapter 3.4 of the GLC specs
 internal.hHeader of all private functions that are used throughout the library
 master.cDefines the so-called "Master commands" described in chapter 3.6 of the GLC specs
 measure.cDefines the so-called "Measurement commands" described in chapter 3.10 of the GLC specs
 misc.cDefines miscellaneous utility routines used throughout QuesoGLC
 oarray.cDefines the object __GLCarray which is an array which size can grow as some new elements are added to it
 oarray.hHeader of the object __GLCarray which is an array which size can grow as some new elements are added to it
 ocharmap.cDefines the object __GLCcharMap which manage the charmaps of both the fonts and the masters
 ocharmap.hHeader of the object __GLCcharMap which manage the charmaps of both the fonts and the masters
 ocontext.cDefines the object __GLCcontext which is used to manage the contexts
 ocontext.hHeader of the object __GLCcontext which is used to manage the contexts
 ofacedesc.cDefines the object __GLCfaceDescriptor that contains the description of a face
 ofacedesc.hHeader of the object __GLCfaceDescriptor that contains the description of a face
 ofont.cDefines the object __GLCfont which manage the fonts
 ofont.hHeader of the object __GLCfont which manage the fonts
 oglyph.cDefines the object __GLCglyph which caches all the data needed for a given glyph : display list, texture, bounding box, advance, index in the font file, etc
 oglyph.hHeader of the object __GLCglyph which caches all the data needed for a given glyph : display list, texture, bounding box, advance, index in the font file, etc
 omaster.cDefines the object __GLCmaster which manage the masters
 omaster.hHeader of the object __GLCmaster which manage the masters
 render.cDefines the so-called "Rendering commands" described in chapter 3.9 of the GLC specs
 scalable.cDefines the routines used to render characters with lines and triangles
 texture.cDefines the routines used to render characters with textures
 texture.hHeader of the routines used to render characters with textures
 transform.cDefines the so-called "Transformation commands" described in chapter 3.9 of the GLC specs
 unicode.cDefines the routines used to manipulate Unicode strings and characters

Generated for QuesoGLC by doxygen 1.9.1 written by Dimitri van Heesch © 1997-2005