Re: RedyCode - new features
- Posted by ryanj May 23, 2016
- 2734 views
By the way, if you have any issues with fonts in the text editor, you can manually edit the font settings in include\redylib_0_9\gui\objects\textdoc.e line 92:
thMonoFonts = {"Lucida Console", "Courier New", "Consolas"}, --, "DejaVu Sans Mono", "Liberation Mono"}, thNormalFonts = {"Times New Roman", "Tahoma", "Sans Serif"}, --todo: enumerate list of monowidth fonts availible and pick one --Need to add some wrappers to oswin/win32: EnumFontFamiliesEx function, LOGFONT structure, lfPitchAndFamily thMonoFontSize = 10,
EDIT: Forget that, i'm going to improve font handling right now. It turns out, i can't find a single monowidth font that works on both windows XP and wine! I don't want to require anyone to install additional fonts just to use Redy applications! This looks promising: http://www.rapideuphoria.com/fontenum.zip