Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the 11th number glyph?

I see it, but it makes no sense.

enter image description here

What the heck is the 11th number glyph? For that matter, why does each one have an extra glyph?

This is Flash CS3 Professional edition.

like image 962
Cyclone Avatar asked Nov 02 '11 00:11

Cyclone


People also ask

How many glyphs are there?

Currently, there exist 7 variations of Glyphs.

What is a glyph character?

A glyph is a single representation of a character. Every font has a Unicode character map that links (abstract) character IDs with how to display that character, using the default glyphs.


1 Answers

The extra character is the standard space character. The reason why it appears in those character sets should then become obvious ;)

You can verify this with these steps:

  1. Deselect everything in the list of character sets
  2. Enter 1234567890 in the text field
  3. Check that the glyph count is 10
  4. Enter a space
  5. Check that the glyph count goes up to 11 (literally)
  6. Select Numerals [0..9] from the list box
  7. Check that the glyph count remains the same

You can do the same for the letter glyphs too.

Additionally, if you combine the lowercase and uppercase glyphs, you'll notice that they don't add up to 54 characters, but 53. There's still only one extra character, which is the space character. Add the set of numbers and the total becomes 63, rather than 64 or 65. OK I checked, and combining the letter and number glyphs actually results in 64, not 63 or 65. I don't know in that case — it might have to do with character encoding, or with how Flash handles kerning of glyphs between letters, numbers and whitespace, but I can't say anything for sure.

like image 146
BoltClock Avatar answered Oct 02 '22 03:10

BoltClock