I'm trying to convert Arial Black with height greater than 16 and it doesn't seem to be working.
I'm doing the unicode GCI method so I save the GCI to the uSD, create a corresponding DAT set to 0 offset then use file_LoadImageControl() to create a handle and pass that handle into txt_FontID() then set the appropriate unicode page.
This method works perfectly for height 16 or less. I tried 18, 20, 22, and 24 and it shows up no bigger than the 16.
Any idea what's going on here?
I'm doing the unicode GCI method so I save the GCI to the uSD, create a corresponding DAT set to 0 offset then use file_LoadImageControl() to create a handle and pass that handle into txt_FontID() then set the appropriate unicode page.
This method works perfectly for height 16 or less. I tried 18, 20, 22, and 24 and it shows up no bigger than the 16.
Any idea what's going on here?
Comment