mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Parse loca table 🔨
This commit is contained in:
parent
5de92f6d5e
commit
864ae9f604
@ -20,7 +20,7 @@ use std::path::PathBuf;
|
|||||||
use byteorder::{BE, ReadBytesExt, WriteBytesExt};
|
use byteorder::{BE, ReadBytesExt, WriteBytesExt};
|
||||||
use opentype::{Error as OpentypeError, OpenTypeReader, Outlines, TableRecord, Tag};
|
use opentype::{Error as OpentypeError, OpenTypeReader, Outlines, TableRecord, Tag};
|
||||||
use opentype::tables::{Header, Name, CharMap, MaximumProfile, HorizontalMetrics, Post, OS2};
|
use opentype::tables::{Header, Name, CharMap, MaximumProfile, HorizontalMetrics, Post, OS2};
|
||||||
use opentype::global::{MacStyleFlags, NameEntry};
|
use opentype::types::{MacStyleFlags, NameEntry};
|
||||||
|
|
||||||
use crate::size::Size;
|
use crate::size::Size;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user