Aspose::Font::TtfTables::TtfTableRepository Class Reference

Represents repository of TTF tables. More...

#include <TtfTableRepository.h>

Inherits System::Object.

Public Member Functions

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfHeadTableget_HeadTable () const
 Gets head table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfNameTableget_NameTable () const
 Gets name table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfMaxpTableget_MaxpTable () const
 Gets maxp table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfLocaTableget_LocaTable () const
 Gets loca table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfGlyfTableget_GlyfTable () const
 Gets glyf table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfCMapTableget_CMapTable () const
 Gets CMap table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfHheaTableget_HheaTable () const
 Gets hhea table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfHmtxTableget_HmtxTable () const
 Gets hmtx table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfPostTableget_PostTable () const
 Gets post table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfCffTableget_CffTable () const
 Gets cff table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfCvtTableget_CvtTable () const
 Gets cvt table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfFpgmTableget_FpgmTable () const
 Gets fpgm table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfPrepTableget_PrepTable () const
 Gets prep table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfOs2Tableget_Os2Table () const
 Gets OS/2 table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfVheaTableget_VheaTable () const
 Gets vhea table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfVmtxTableget_VmtxTable () const
 Gets vmtx table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfLtshTableget_LtshTable () const
 Gets LTSH table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfGaspTableget_GaspTable () const
 Gets gasp table.
 
ASPOSE_FONT_SHARED_API System::SharedPtr< TtfStatTableget_StatTable () const
 Gets STAT table.
 

Detailed Description

Represents repository of TTF tables.

Member Function Documentation

◆ get_CffTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfCffTable > Aspose::Font::TtfTables::TtfTableRepository::get_CffTable ( ) const

Gets cff table.

◆ get_CMapTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfCMapTable > Aspose::Font::TtfTables::TtfTableRepository::get_CMapTable ( ) const

Gets CMap table.

◆ get_CvtTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfCvtTable > Aspose::Font::TtfTables::TtfTableRepository::get_CvtTable ( ) const

Gets cvt table.

◆ get_FpgmTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfFpgmTable > Aspose::Font::TtfTables::TtfTableRepository::get_FpgmTable ( ) const

Gets fpgm table.

◆ get_GaspTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfGaspTable > Aspose::Font::TtfTables::TtfTableRepository::get_GaspTable ( ) const

Gets gasp table.

◆ get_GlyfTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfGlyfTable > Aspose::Font::TtfTables::TtfTableRepository::get_GlyfTable ( ) const

Gets glyf table.

◆ get_HeadTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfHeadTable > Aspose::Font::TtfTables::TtfTableRepository::get_HeadTable ( ) const

Gets head table.

◆ get_HheaTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfHheaTable > Aspose::Font::TtfTables::TtfTableRepository::get_HheaTable ( ) const

Gets hhea table.

◆ get_HmtxTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfHmtxTable > Aspose::Font::TtfTables::TtfTableRepository::get_HmtxTable ( ) const

Gets hmtx table.

◆ get_LocaTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfLocaTable > Aspose::Font::TtfTables::TtfTableRepository::get_LocaTable ( ) const

Gets loca table.

◆ get_LtshTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfLtshTable > Aspose::Font::TtfTables::TtfTableRepository::get_LtshTable ( ) const

Gets LTSH table.

◆ get_MaxpTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfMaxpTable > Aspose::Font::TtfTables::TtfTableRepository::get_MaxpTable ( ) const

Gets maxp table.

◆ get_NameTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfNameTable > Aspose::Font::TtfTables::TtfTableRepository::get_NameTable ( ) const

Gets name table.

◆ get_Os2Table()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfOs2Table > Aspose::Font::TtfTables::TtfTableRepository::get_Os2Table ( ) const

Gets OS/2 table.

◆ get_PostTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfPostTable > Aspose::Font::TtfTables::TtfTableRepository::get_PostTable ( ) const

Gets post table.

◆ get_PrepTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfPrepTable > Aspose::Font::TtfTables::TtfTableRepository::get_PrepTable ( ) const

Gets prep table.

◆ get_StatTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfStatTable > Aspose::Font::TtfTables::TtfTableRepository::get_StatTable ( ) const

Gets STAT table.

◆ get_VheaTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfVheaTable > Aspose::Font::TtfTables::TtfTableRepository::get_VheaTable ( ) const

Gets vhea table.

◆ get_VmtxTable()

ASPOSE_FONT_SHARED_API System::SharedPtr< TtfVmtxTable > Aspose::Font::TtfTables::TtfTableRepository::get_VmtxTable ( ) const

Gets vmtx table.