# HG changeset patch # User sam # Date 1735735015 -25200 # Node ID b411735768fd6f713301c9ed4c7699b4705cdcdf # Parent 5bbcd40eb145f1c00bfb96ed23e8b330ff60488b fix: typo diff -r 5bbcd40eb145 -r b411735768fd semicongine/text.nim --- a/semicongine/text.nim Wed Jan 01 17:52:51 2025 +0700 +++ b/semicongine/text.nim Wed Jan 01 19:36:55 2025 +0700 @@ -73,7 +73,7 @@ lineAdvance*: float32 lineHeight*: float32 # like lineAdvance - lineGap ascent*: float32 # from baseline to highest glyph - descent*: float32 # from baseline to highest glyph + descent*: float32 # from baseline to lowest glyph xHeight*: float32 # from baseline to height of lowercase x descriptorSet*: DescriptorSetData[GlyphDescriptorSet[MaxGlyphs]] descriptorGlyphIndex: Table[Rune, uint16]