Skip to content

Commit

Permalink
svggen: add Mac Glyph names for 210 & 257
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jun 29, 2024
1 parent ce8546b commit 28abced
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class PostTable implements Table {

/**
* TODO: Mac Glyph names for 210 & 257
* Mac Glyph names
*/
private static final String[] macGlyphName = { ".notdef", // 0
"null", // 1
Expand Down Expand Up @@ -242,7 +242,7 @@ public class PostTable implements Table {
"Igrave", // 207
"Oacute", // 208
"Ocircumflex", // 209
"", // 210
"apple", // 210
"Ograve", // 211
"Uacute", // 212
"Ucircumflex", // 213
Expand Down Expand Up @@ -289,7 +289,7 @@ public class PostTable implements Table {
"cacute", // 254
"Ccaron", // 255
"ccaron", // 256
"" // 257
"dcroat" // 257
};

private int version;
Expand Down

0 comments on commit 28abced

Please sign in to comment.