Why is this value used? How many glyphs is needed to draw a string? How many glyphs per character? I need to know because in my program I'm dealing with lots of long strings that needs to be drawn effortlessly, and for that i need the exact byte size needed for drawing them.
Why is this value used? How many glyphs is needed to draw a string? How many glyphs per character? I need to know because in my program I'm dealing with lots of long strings that needs to be drawn effortlessly, and for that i need the exact byte size needed for drawing them.