[kandinsky/font] Fix replacement character

This commit is contained in:
fmOOmf
2022-06-25 12:32:06 +02:00
committed by GitHub
parent 4d5b37fab1
commit ba43135fcb

View File

@@ -61,7 +61,7 @@ public:
CodePoint m_codePoint;
GlyphIndex m_glyphIndex;
};
static constexpr GlyphIndex IndexForReplacementCharacterCodePoint = 197;
static constexpr GlyphIndex IndexForReplacementCharacterCodePoint = 200;
GlyphIndex indexForCodePoint(CodePoint c) const;
void setGlyphGrayscalesForCodePoint(CodePoint codePoint, GlyphBuffer * glyphBuffer) const;