Skip to content

Commit cb3b1e9

Browse files
committed
Enriched NameRecord types and output presentation
1 parent 2172762 commit cb3b1e9

File tree

4 files changed

+359
-21
lines changed

4 files changed

+359
-21
lines changed

doodle-formats/src/format/opentype.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ pub fn main(module: &mut FormatModule, base: &BaseModule) -> FormatRef {
958958
const NID_COPYRIGHT_NOTICE: u16 = 0;
959959
const NID_FAMILY_NAME: u16 = 1;
960960
const NID_SUBFAMILY_NAME: u16 = 2;
961-
const NID_UNIQUE_FONT_IDENTIFICATION: u16 = 4;
961+
const NID_UNIQUE_FONT_IDENTIFICATION: u16 = 3;
962962
const NID_FULL_FONT_NAME: u16 = 4;
963963
const NID_VERSION_STRING: u16 = 5;
964964
const NID_POSTSCRIPT_NAME: u16 = 6;

generated/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ criterion = "0.5"
2525

2626
[dependencies]
2727
doodle = { path = "../", version = "0.1.0" }
28+
encoding = "0.2"

0 commit comments

Comments
 (0)