-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Difficulty - Very Easy
Go to Gui.cpp
Search for "io.IniFilename = GuiFile.c_str();"
If you see ImFont* font = io.Fonts->AddFontFromMemoryCompressedTTF( Avalon_compressed_data , Avalon_compressed_size , 12.f );
Comment it out and uncomment or paste this.
ImFont* font = io.Fonts->AddFontFromFileTTF( "C:\\Windows\\Fonts\\Roboto-Regular.ttf" , 18.f , 0 , io.Fonts->GetGlyphRangesCyrillic() );
18.f is our size and Robot-Regular is the font, simply install the font you want, the directory is always in Windows\Fonts after its installed.
thx for my P eng написал на английском что бы больше задеть аудитории,почти с нулевыми знаниями можно понять этот текст
CREDITS BY SMEF
Go to Gui.cpp
Search for "io.IniFilename = GuiFile.c_str();"
If you see ImFont* font = io.Fonts->AddFontFromMemoryCompressedTTF( Avalon_compressed_data , Avalon_compressed_size , 12.f );
Comment it out and uncomment or paste this.
ImFont* font = io.Fonts->AddFontFromFileTTF( "C:\\Windows\\Fonts\\Roboto-Regular.ttf" , 18.f , 0 , io.Fonts->GetGlyphRangesCyrillic() );
18.f is our size and Robot-Regular is the font, simply install the font you want, the directory is always in Windows\Fonts after its installed.
thx for my P eng написал на английском что бы больше задеть аудитории,почти с нулевыми знаниями можно понять этот текст
CREDITS BY SMEF
Последнее редактирование: