Tutorials
Documentation
File List
Here is a list of all documented files with brief descriptions:
o*context.cDefines the so-called "Context commands" described in chapter 3.5 of the GLC specs
o*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
o*except.hHeader of the functions needed for cleanup stack exception handling (CSEH)
o*font.cDefines the so-called "Font commands" described in chapter 3.7 of the GLC specs
o*global.cDefines the so-called "Global commands" described in chapter 3.4 of the GLC specs
o*internal.hHeader of all private functions that are used throughout the library
o*master.cDefines the so-called "Master commands" described in chapter 3.6 of the GLC specs
o*measure.cDefines the so-called "Measurement commands" described in chapter 3.10 of the GLC specs
o*misc.cDefines miscellaneous utility routines used throughout QuesoGLC
o*oarray.cDefines the object __GLCarray which is an array which size can grow as some new elements are added to it
o*oarray.hHeader of the object __GLCarray which is an array which size can grow as some new elements are added to it
o*ocharmap.cDefines the object __GLCcharMap which manage the charmaps of both the fonts and the masters
o*ocharmap.hHeader of the object __GLCcharMap which manage the charmaps of both the fonts and the masters
o*ocontext.cDefines the object __GLCcontext which is used to manage the contexts
o*ocontext.hHeader of the object __GLCcontext which is used to manage the contexts
o*ofacedesc.cDefines the object __GLCfaceDescriptor that contains the description of a face
o*ofacedesc.hHeader of the object __GLCfaceDescriptor that contains the description of a face
o*ofont.cDefines the object __GLCfont which manage the fonts
o*ofont.hHeader of the object __GLCfont which manage the fonts
o*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
o*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
o*omaster.cDefines the object __GLCmaster which manage the masters
o*omaster.hHeader of the object __GLCmaster which manage the masters
o*render.cDefines the so-called "Rendering commands" described in chapter 3.9 of the GLC specs
o*scalable.cDefines the routines used to render characters with lines and triangles
o*texture.cDefines the routines used to render characters with textures
o*texture.hHeader of the routines used to render characters with textures
o*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 on Tue Mar 5 2013 22:59:53 for QuesoGLC by doxygen 1.8.3.1 written by Dimitri van Heesch © 1997-2005