diff --git a/src/common/buffer/Constants.ts b/src/common/buffer/Constants.ts index 3bfd850a..5ce075cf 100644 --- a/src/common/buffer/Constants.ts +++ b/src/common/buffer/Constants.ts @@ -140,6 +140,9 @@ export const enum ExtFlags { /** * bit 30..32 + * + * An optional variant for the glyph, this can be used for example to offset underlines by a + * number of pixels to create a perfect pattern. */ VARIANT_OFFSET = 0xE0000000 }