Ejemplo n.º 1
0
        public OTL.ClassDefTable GetMarkAttachClassDefTable()
        {
            OTL.ClassDefTable cdt = null;

            if (MarkAttachClassDefOffset != 0)
            {
                cdt = new OTL.ClassDefTable(MarkAttachClassDefOffset, m_bufTable);
            }

            return(cdt);
        }
Ejemplo n.º 2
0
        public OTL.ClassDefTable GetGlyphClassDefTable()
        {
            OTL.ClassDefTable cdt = null;

            if (GlyphClassDefOffset != 0)
            {
                cdt = new OTL.ClassDefTable(GlyphClassDefOffset, m_bufTable);
            }

            return(cdt);
        }
Ejemplo n.º 3
0
        public OTL.ClassDefTable GetMarkAttachClassDefTable()
        {
            OTL.ClassDefTable cdt = null;

            if (MarkAttachClassDefOffset != 0)
            {
                cdt = new OTL.ClassDefTable(MarkAttachClassDefOffset, m_bufTable);
            }

            return cdt;
        }
Ejemplo n.º 4
0
        public OTL.ClassDefTable GetGlyphClassDefTable()
        {
            OTL.ClassDefTable cdt = null;

            if (GlyphClassDefOffset != 0)
            {
                cdt = new OTL.ClassDefTable(GlyphClassDefOffset, m_bufTable);
            }

            return cdt;
        }