Found the excellent page where you can make almost any font you want (I would like a 100p Arial but nope) but are going through those that are there and hope I find one as similar as possible.
I did one font before that was 75p and it worked flawlessly but wasn't really perfect so I took another font and made it a little bigger in 100p and now it complain that it is not declared which I don't get.
I guess its something very obvious but I just can't see it and it feels like I have tested everything.
There is a limit on how big an array can be, on 8-bits arduinos this limit is 32768 bytes, and unfortunately your array Arimo_Regular_100Bitmaps has a size of 34378 bytes
Aha, knew it had to be something simple and thanks for the "&" explanation that makes of course total sense.
Yes I did start with library examples and did the same there but naively thought that as long as the font file had the same name everywhere in the sketch the name there wouldn't matter since I thought it would take whatever it needed from the file included the real name of it and such so you could then write much less amount of text when activate a font instead of the entire name every time and so on, but obviously that is not how it works. Haven't tested it yet but will when I get home.