C++ representation of fonts? I cant manage to understand this code

0

First of all, I wanted to say that I'm not very familiar with c++ as I'm learning it for about 1 year but I'm actively learning and didn't want this to stop me, but learn from it. I was trying to change the font of a menu in a source I've found a few days ago. I then eventually found a header file called "MenuFonts.h" which I couldn't seem to understand.

Everything I could grasp from the code was that the font represented in code instead of just using a TTF file, I didn't find any .ttf directories either.

The code looked like this: 0x0000bc57, 0x00000000, 0xd4060000, 0x00000400, 0x00010037, 0x000e0000, 0x00030080, 0x54464660, 0x9401694d, 0x060000ec, 0x281582b8, 0x4544471c.... (Isn't that hex?) And this for 3873 lines long. Can someone explain this to me? Thanks.

c++
fonts
hex
asked on Stack Overflow Jan 13, 2020 by lo0ve29

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0