Hello, I have a problem with rendering tab-key in GlyphRun.
Here is example:
So, how to render something that does not exist?ushort glyphIndex = glyphTypeface.CharacterToGlyphMap[temp[n]]; // Here I have error because when temp[n] is '\t' then this char is doesn't exist in this map(CMAP?)
GlyphIndexes.Add(glyphIndex);
double width = GlyphTypeface.AdvanceWidths[glyphIndex] * FontSize;
AdvanceWidths.Add(width);