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

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

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

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

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

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

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

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

            return cdt;
        }