Looks pretty neat! - Can you render the fonts at higher DPI? It doesn't look good on a retina screen at all. Ex: http://i.imgur.com/HiclAPI.png
Programming fonts
11–20 of 72 posts
Re: Programming fonts
#12Very useful! - but i'd humbly ask why any programming font set with a non-struck zero would be associated with a green indicator, (e.g. Droid Sans Mono, Luxi Mono). Perhaps the associated green/red don't mean what i think they might?
Re: Programming fonts
#13Looks pretty neat! - Can you render the fonts at higher DPI? It doesn't look good on a retina screen at all. Ex: http://i.imgur.com/HiclAPI.png
Well screenshots are just screenshots and are dpi-indepandant. But the compare mode has a 2X zoom button for this. Not enough? I could use bigger font sizes, but that's not without trouble
Re: Programming fonts
#14Very useful! - but i'd humbly ask why any programming font set with a non-struck zero would be associated with a green indicator, (e.g. Droid Sans Mono, Luxi Mono). Perhaps the associated green/red don't mean what i think they might?
The red/green are anti-alias indicator. They're stay red for bitmap fonts even with AA toggled on to signal that they cannot be anti-aliased. Maybe I should make that clearer
Re: Programming fonts
#15Re: Programming fonts
#16Earlier quoted context omitted.
Well screenshots are just screenshots and are dpi-indepandant. But the compare mode has a 2X zoom button for this. Not enough? I could use bigger font sizes, but that's not without trouble
The problem is that non-retina images get doubled in size on a retina display, so it looks blurry. I suggest providing 2x sized images. You can use media queries to show different sized images or rely on down-sampling. There's a few different strategies.
Re: Programming fonts
#17Re: Programming fonts
#18Re: Programming fonts
#19Earlier quoted context omitted.
The problem is that non-retina images get doubled in size on a retina display, so it looks blurry. I suggest providing 2x sized images. You can use media queries to show different sized images or rely on down-sampling. There's a few different strategies.
oh wait, ALL images get 2x upscaled? That sounds crazy. There are double-sized samples in the compare mode. But if they're still upscaled by macOS, what can I do?