Starchasers / OCGlasses

mod for minecraft and addon for Open Computers
zlib License
30 stars 17 forks source link

add Method to load TrueTypeFont from file on OC Machine #45

Open ben-mkiv opened 5 years ago

ben-mkiv commented 5 years ago

so users can store fonts on the OC machine instead of requiring each client to have the font installed

fan87 commented 2 years ago

Probably hard or even impossible, loading from an URL is more possible. There's a packet size limit in Minecraft, and font rendering is on the client-side, which means the server is required to send the font data to the client, but fonts sometimes can be around over 1MB or even 10, which obviously won't work (because it has reached the packet size limit).