Parse loca table 🔨

This commit is contained in:
Laurenz 2019-06-22 19:41:08 +02:00
parent 5de92f6d5e
commit 864ae9f604

View File

@ -20,7 +20,7 @@ use std::path::PathBuf;
use byteorder::{BE, ReadBytesExt, WriteBytesExt};
use opentype::{Error as OpentypeError, OpenTypeReader, Outlines, TableRecord, Tag};
use opentype::tables::{Header, Name, CharMap, MaximumProfile, HorizontalMetrics, Post, OS2};
use opentype::global::{MacStyleFlags, NameEntry};
use opentype::types::{MacStyleFlags, NameEntry};
use crate::size::Size;