Click here to Skip to main content
15,885,216 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Yes I certainly have... Pin
kmoorevs23-Apr-21 5:24
kmoorevs23-Apr-21 5:24 
GeneralRe: Yes I certainly have... Pin
jeron123-Apr-21 7:00
jeron123-Apr-21 7:00 
GeneralCCC - Solution Pin
pkfox22-Apr-21 22:02
professionalpkfox22-Apr-21 22:02 
GeneralRe: CCC Pin
OriginalGriff23-Apr-21 2:14
mveOriginalGriff23-Apr-21 2:14 
GeneralRe: CCC Pin
Greg Utas23-Apr-21 2:25
professionalGreg Utas23-Apr-21 2:25 
GeneralRe: CCC Pin
musefan23-Apr-21 6:18
musefan23-Apr-21 6:18 
JokeI just took a course in positive thinking... PinPopular
Johnny J.22-Apr-21 21:23
professionalJohnny J.22-Apr-21 21:23 
GeneralWin 3.1 will apparently just not die Pin
honey the codewitch22-Apr-21 10:38
mvahoney the codewitch22-Apr-21 10:38 
I wanted a way for my IoT graphics library to import fonts so that one wasn't stuck with a fixed font at a couple of fixed sizes. After trying and failing (worse actually - *nearly* succeeding) to rasterize truetype fonts to a pixel perfect grid I decided after some googling to use the deprecated ".fon" files that used to hold bmp based fonts.

These .fon files are renamed executables with the fonts as an embedded resource. Some of them are in the more modern "Portable Executable" format. Some are in the "New Executable" format, which is naturally, older and is windows 3.1's exe format, i guess - at least if i've interpreted the lay of things accurately.

It's not a big deal parsing them - i ported a script that does it in python to C++ but it's just really bizarre.

With IoT in this case, as it is so many other cases, everything old is new again.
Real programmers use butterflies

GeneralRe: Win 3.1 will apparently just not die Pin
W Balboos, GHB22-Apr-21 11:05
W Balboos, GHB22-Apr-21 11:05 
GeneralRe: Win 3.1 will apparently just not die Pin
Ron Anders22-Apr-21 11:23
Ron Anders22-Apr-21 11:23 
GeneralRe: Win 3.1 will apparently just not die Pin
Daniel Pfeffer22-Apr-21 23:59
professionalDaniel Pfeffer22-Apr-21 23:59 
GeneralRe: Win 3.1 will apparently just not die Pin
Super Lloyd22-Apr-21 17:01
Super Lloyd22-Apr-21 17:01 
GeneralRe: Win 3.1 will apparently just not die Pin
CPallini22-Apr-21 21:00
mveCPallini22-Apr-21 21:00 
GeneralRe: Win 3.1 will apparently just not die Pin
CodeWraith23-Apr-21 0:49
CodeWraith23-Apr-21 0:49 
GeneralRe: Win 3.1 will apparently just not die Pin
  Forogar  23-Apr-21 2:12
professional  Forogar  23-Apr-21 2:12 
GeneralRe: Win 3.1 will apparently just not die Pin
Daniel Pfeffer22-Apr-21 23:55
professionalDaniel Pfeffer22-Apr-21 23:55 
GeneralRe: Win 3.1 will apparently just not die Pin
W Balboos, GHB23-Apr-21 1:44
W Balboos, GHB23-Apr-21 1:44 
GeneralAnother web oxymoron Pin
steveb22-Apr-21 6:00
mvesteveb22-Apr-21 6:00 
GeneralRe: Another web oxymoron Pin
W Balboos, GHB22-Apr-21 6:08
W Balboos, GHB22-Apr-21 6:08 
GeneralRe: Another web oxymoron Pin
SeanChupas22-Apr-21 7:20
SeanChupas22-Apr-21 7:20 
GeneralRe: Another web oxymoron Pin
steveb22-Apr-21 7:55
mvesteveb22-Apr-21 7:55 
GeneralRe: Another web oxymoron Pin
obermd23-Apr-21 3:30
obermd23-Apr-21 3:30 
GeneralRe: Another web oxymoron Pin
Nelek23-Apr-21 8:29
protectorNelek23-Apr-21 8:29 
GeneralRe: Another web oxymoron Pin
Kelly Herald22-Apr-21 10:21
Kelly Herald22-Apr-21 10:21 
GeneralRe: Another web oxymoron Pin
SeanChupas23-Apr-21 3:07
SeanChupas23-Apr-21 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.