To create new font by CreateFontA
or CreateFontIndirectA
there are needed many parameters. How to extract those parameters to make “twice larger” or “twice weight” version of existing font?
I do not see equivalent API which will return LOGFONTA
structure of existing font. Some parameters could be get via GetTextMetrics
but not all.