Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 08:24 07 Jul 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : FontTweak extra feature request

Author Message
kiiid

Guru

Joined: 11/05/2013
Location: United Kingdom
Posts: 671
Posted: 03:50am 03 Sep 2016
Copy link to clipboard 
Print this post

I guess this message mainly concerns TassyJim.
Playing at the moment with FontTweak and trying to use it to create a custom font. It has very good functions, however I found impossible to change the size of the image matrix. For example if I load a font which is 16x16, I can't convert that to say 16x24 or 12x20 or something else. Basically that comes down to adding or trimming the needed number of lines/rows to or from the bit matrix. Would there be any possibility for this to be added? I believe there will be a very good use for it.
Thanks!
http://rittle.org

--------------
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6269
Posted: 12:24pm 03 Sep 2016
Copy link to clipboard 
Print this post

It is something that is on the 'probably' list.
I just need to get back to work on this and most other 'mite related software.

Jim
VK7JH
MMedit
 
Phil23
Guru

Joined: 27/03/2016
Location: Australia
Posts: 1667
Posted: 02:41pm 03 Sep 2016
Copy link to clipboard 
Print this post

Hi Jim,

Been thinking about writing a Font Preview program to demonstrate various fonts on the different screens.

Was think along these lines;

[Code]

Sub Whatever

HWidth=MM.HRes\MM.FonWidth
VRows=MM.VRes\MM.Font Height

[/code]

Then print a few sample strings & report the Text Res (Rows & Columns) at minimum spacing.

But when I think a bit further I wonder if it would be easier for someone to do it in software.

If the app could create a window appropriately sized, 320x240, 800x480 etc & just display a sample & report the resolution.
Only other input it might be good for it to accept would be line spacing, either as Pixels or % of MM.FontHeight.

Alternatively, is there anything already out there that does something similar.

Phil.
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025