local glyph_ranges = nil
function imgui.BeforeDrawFrame()
if not fontChanged then
fontChanged = true
glyph_ranges = imgui.GetIO().Fonts:GetGlyphRangesCyrillic()
imgui.GetIO().Fonts:Clear()
imgui.GetIO().Fonts:AddFontFromFileTTF(getFolderPath(0x14) .. '\\arialbd.ttf', 14.0, nil, glyph_ranges)
end
end