mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 22:54:36 +00:00
[CFF] Remove duplicate typedef
This commit is contained in:
parent
bd795373fc
commit
cf3e88e17f
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ namespace CFF {
|
|||
enum EncodingID { StandardEncoding = 0, ExpertEncoding = 1 };
|
||||
enum CharsetID { ISOAdobeCharset = 0, ExpertCharset = 1, ExpertSubsetCharset = 2 };
|
||||
|
||||
typedef CFFIndex<HBUINT16> CFF1Index;
|
||||
|
||||
typedef CFFIndex<HBUINT16> CFF1Index;
|
||||
typedef CFF1Index CFF1CharStrings;
|
||||
typedef Subrs<HBUINT16> CFF1Subrs;
|
||||
|
|
Loading…
Add table
Reference in a new issue