Any docs about sceFont_Library or sceFont_Library_HV?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
poison
Posts: 17
Joined: Thu Dec 14, 2006 11:07 pm

Any docs about sceFont_Library or sceFont_Library_HV?

Post by poison »

I dont want to include the large Freetype libary into my module, so turn to the native methods provided by system.. but I dont know how to pass arguments to those methods...Any idea?
noxa
Posts: 39
Joined: Sat Aug 05, 2006 9:03 am
Contact:

Post by noxa »

I was interested in this as well. I haven't seen them used. Anyone have any tips?
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

i requires a large amount of reverse engineering
in the end its just not worth the trouble because
the font system uses upto 6 caches in memory for
those fonts so you must consider do you want less memory
or larger binary size ...i choose larger binary
10011011 00101010 11010111 10001001 10111010
Post Reply