Jeez, I knew someone was going to call me on "random." Each numeral is vertically offset. The offset of each seems to have no rhyme or reason... thus "random" (3,4,5,7,9 are lowered; 6,8 are raised). Apparently, however, it is a common pattern: http://en.wikipedia.org/wiki/Text_figures
> Lots of fonts have numerals that are the same size/location as the rest of the text.
Actually there's not a 'rest of the text' that is homogenous, unless it's completely uppercase. In normal body copy it's a rhythm of ascending and descending letters, and to that those numerals are meant to fit.
The meaning of 'Lining Figures' is numerals that are spaced proportionally (the opposite of their tabular version). They are a good option in technical texts (as those set with LaTeX typically) where you want to integrate numerals, but still have them stand out.
They are also the default numerals in many digital fonts, even if there are the 3 other options as well (it's a 2x2 system of proportional vs monospaced and text numerals vs lining numerals).
> The offset of each seems to have no rhyme or reason
As others point out, those are lowercase numbers, adjusted to look better alongside lowercase text. The rhyme and reason is in how the digits fit within x-height of the font. If you look here: http://en.wikipedia.org/wiki/File:Mediaevalziffern.svg, notice how the dominant "circular" part of each digit fits within the x-height. The digits 3, 5, 7 and 9 don't have a dominant circular part, so their lowest arc is considered a descender, similar to how a 'g' or a 'j' is rendered.
It's more than a common pattern- they are lowercase numerals, even if they don't get used much. Although I see what you meant by random in the sense that lowercase 'g' "randomly" descends while lowercase 'l' randomly ascends.
Actually there's not a 'rest of the text' that is homogenous, unless it's completely uppercase. In normal body copy it's a rhythm of ascending and descending letters, and to that those numerals are meant to fit.
The meaning of 'Lining Figures' is numerals that are spaced proportionally (the opposite of their tabular version). They are a good option in technical texts (as those set with LaTeX typically) where you want to integrate numerals, but still have them stand out. They are also the default numerals in many digital fonts, even if there are the 3 other options as well (it's a 2x2 system of proportional vs monospaced and text numerals vs lining numerals).