コード例 #1
0
ファイル: Table_GDEF.cs プロジェクト: sjvudp/Font-Validator
        public AttachListTable GetAttachListTable()
        {
            AttachListTable alt = null;

            if (AttachListOffset != 0)
            {
                alt = new AttachListTable(AttachListOffset, m_bufTable);
            }

            return(alt);
        }
コード例 #2
0
ファイル: Table_GDEF.cs プロジェクト: bitforks/Font-Validator
        public AttachListTable GetAttachListTable()
        {
            AttachListTable alt = null;

            if (AttachListOffset != 0)
            {
                alt = new AttachListTable(AttachListOffset, m_bufTable);
            }

            return alt;
        }