mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
491bfc24bb
commit
5237c269ea
@ -22,6 +22,8 @@ from calibre.utils.fonts.sfnt.loca import LocaTable
|
|||||||
from calibre.utils.fonts.sfnt.glyf import GlyfTable
|
from calibre.utils.fonts.sfnt.glyf import GlyfTable
|
||||||
from calibre.utils.fonts.sfnt.cmap import CmapTable
|
from calibre.utils.fonts.sfnt.cmap import CmapTable
|
||||||
|
|
||||||
|
# OpenType spec: http://www.microsoft.com/typography/otspec/otff.htm
|
||||||
|
|
||||||
class Sfnt(object):
|
class Sfnt(object):
|
||||||
|
|
||||||
def __init__(self, raw):
|
def __init__(self, raw):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user