LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
ttcr.hxx File Reference

TrueType font creator. More...

#include <sft.hxx>
#include <vector>
Include dependency graph for ttcr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vcl::longHorMetrics
 
class  vcl::TrueTypeCreator
 
class  vcl::TrueTypeTable
 
class  vcl::TrueTypeTableGeneric
 
class  vcl::TrueTypeTableHead
 Creates a new 'head' table for a TrueType font. More...
 
class  vcl::TrueTypeTableHhea
 Creates a new 'hhea' table for a TrueType font. More...
 
class  vcl::TrueTypeTableLoca
 Creates a new empty 'loca' table for a TrueType font. More...
 
class  vcl::TrueTypeTableMaxp
 Creates a new 'maxp' table based on an existing maxp table. More...
 
class  vcl::TrueTypeTableGlyf
 Creates a new empty 'glyf' table. More...
 
class  vcl::TrueTypeTableCmap
 Creates a new empty 'cmap' table. More...
 
class  vcl::TrueTypeTableName
 Creates a new 'name' table. More...
 
class  vcl::TrueTypeTablePost
 Creates a new 'post' table of one of the supported formats. More...
 

Namespaces

namespace  vcl
 

Enumerations

enum  vcl::TTCRErrCodes {
  vcl::TTCR_OK ,
  vcl::TTCR_ZEROGLYPHS ,
  vcl::TTCR_UNKNOWN ,
  vcl::TTCR_NONAMES ,
  vcl::TTCR_NAMETOOLONG ,
  vcl::TTCR_POSTFORMAT
}
 Error codes for most functions. More...
 

Detailed Description

TrueType font creator.

Definition in file ttcr.hxx.