Home
last modified time | relevance | path

Searched defs:CmapTable (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DCmapTable.java62 public class CmapTable implements Table { class
69 protected CmapTable(final DirectoryEntry de, final DataInput di) throws IOException { in CmapTable() method in CmapTable
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/src/com/sun/pdfview/font/ttf/
H A DCmapTable.java36 public class CmapTable extends TrueTypeTable { class
47 protected CmapTable() { in CmapTable() method in CmapTable
/dports/x11-servers/Xfstt/xfstt-1.11/libfstt/
H A Dtable_cmap.cc25 CmapTable::CmapTable(RandomAccessFile &f, int offset, int length): in CmapTable() function in CmapTable
H A Dttf.h160 class CmapTable; variable
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/sfnt/
H A Dcmap.py170 class CmapTable(UnknownTable): class