[style] Change private slant tag

https://github.com/harfbuzz/harfbuzz/issues/3200#issuecomment-918352162
This commit is contained in:
Behdad Esfahbod 2021-09-13 12:14:06 -04:00
parent d748586a18
commit c5cc23a9b5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ typedef enum
HB_STYLE_TAG_ITALIC = HB_TAG ('i','t','a','l'),
HB_STYLE_TAG_OPTICAL_SIZE = HB_TAG ('o','p','s','z'),
HB_STYLE_TAG_SLANT_ANGLE = HB_TAG ('s','l','n','t'),
HB_STYLE_TAG_SLANT_RATIO = HB_TAG ('s','l','n','T'),
HB_STYLE_TAG_SLANT_RATIO = HB_TAG ('S','l','n','t'),
HB_STYLE_TAG_WIDTH = HB_TAG ('w','d','t','h'),
HB_STYLE_TAG_WEIGHT = HB_TAG ('w','g','h','t'),