Skip to content

Commit

Permalink
Explain VARIANT_OFFSET
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 2, 2023
1 parent 6214f4c commit 2f074b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/buffer/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 2f074b8

Please sign in to comment.