コード例 #1
0
    def font_items(self):
        """
        The list of items with `media-type` associated with font formats.

        :rtype: list of :class:`yael.opfitem.OPFItem` objects
        """
        return list(e for e in self.items if MediaType.is_font(e.media_type))
コード例 #2
0
ファイル: opfmanifest.py プロジェクト: mihailim/yael
    def font_items(self):
        """
        The list of items with `media-type` associated with font formats.

        :rtype: list of :class:`yael.opfitem.OPFItem` objects
        """
        return list(e for e in self.items if MediaType.is_font(e.media_type))