Explain VARIANT_OFFSET

This commit is contained in:
Daniel Imms
2023-11-02 10:45:46 -07:00
parent 6214f4c2e6
commit 2f074b87f3
+3
View File
@@ -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
}