/* gettextsettings — текущий стиль текста (justify не реализован → 0). */ #include "_bgi.h" void gettextsettings(struct textsettingstype *textinfo) { if (!textinfo) return; textinfo->font = DEFAULT_FONT; textinfo->direction = _bgi_text_dir; textinfo->charsize = _bgi_text_size; textinfo->horiz = 0; textinfo->vert = 0; }