Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » plugin/FT_fontsys, plugin/DroidFonts
plugin/FT_fontsys, plugin/DroidFonts [message #40785] Mon, 16 September 2013 11:59 Go to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
plugin/FT_fontsys provides embedded font system (FreeType based) that replaces the one in Draw (and makes it host indepent). Fonts then can be added using

void SetFileFont(int face, const char *path, dword style = 0);
void SetMemoryFont(int face, const byte *data, int size, dword style = 0);


(main.conf is used to do the actual replacement).

plugin/DroidFonts then uses this to embed basic set of fonts from the Droid family.

(All this, of course, is meant to be combined with SDraw or GLDraw for creating new rainbow platforms or to provide server side Draw without any other resources required).
Re: plugin/FT_fontsys, plugin/DroidFonts [message #59973 is a reply to message #40785] Thu, 29 June 2023 15:27 Go to previous message
devilsclaw is currently offline  devilsclaw
Messages: 72
Registered: August 2022
Member
Never mind was using it wrong

[Updated on: Thu, 29 June 2023 19:45]

Report message to a moderator

Previous Topic: Read compressed file [SOLVED]
Next Topic: Remove all children from TopWindow/ParentCtrl
Goto Forum:
  


Current Time: Fri Mar 29 10:21:03 CET 2024

Total time taken to generate the page: 0.01254 seconds