4 Aug
2021
4 Aug
'21
11:24 a.m.
Hi Hugh, On 8/4/21 2:48 PM, Hugh McMaster wrote:
+ screen_buffer->font.width = console->active->font.width; + screen_buffer->font.height = console->active->font.height; + screen_buffer->font.face_len = console->active->font.face_len; +
What about the rest of font_info (weight and pitch_family)? Shouldn't those be copied as well? You could then copy entire struct (and duplicate the name afterwards). Thanks, Jacek