Thread: font for esp

Results 1 to 2 of 2
  1. #1
    Destiny's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    -_-
    Posts
    669
    Reputation
    86
    Thanks
    887
    My Mood
    Devilish

    font for esp

    hi i need some help guys i have a hack but i have a problem installing the font for the esp here is the coe pls tell me whats wrong with it :
    #include "Fonts/DroidSans.h"

    Renderer* Renderer::m_pInstance;

    Renderer::Renderer()
    {
    }

    Renderer::~Renderer()
    {
    }

    void Renderer::Initialize()
    {
    ImGuiIO& io = ImGui::GetIO();

    io.Fonts->AddFontFromMemoryTTF(g_fDroidSans, sizeof(g_fDroidSans), 15.0f, NULL, io.Fonts->GetGlyphRangesCyrillic());
    m_pFont = io.Fonts->AddFontFromMemoryTTF(g_fDroidSans, sizeof(g_fDroidSans), 30.0f, NULL, io.Fonts->GetGlyphRangesCyrillic());
    }
    Last edited by Destiny; 05-09-2017 at 12:48 PM.

  2. #2
    qEnigma's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    9
    My Mood
    Psychedelic
    Wich problem do you have?

Similar Threads

  1. [Help Request] font for any language
    By mohammadhosin in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 13
    Last Post: 09-26-2011, 02:00 AM
  2. WarRock font - For designers!
    By ramiwr00 in forum WarRock Skinning
    Replies: 15
    Last Post: 09-27-2010, 10:05 AM
  3. [SOLVED]Looking for esp
    By silvergorilla in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 06-21-2010, 07:44 PM
  4. New Map Pack/Update for esp hack
    By TommyDerWalker in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 05-09-2010, 10:22 AM
  5. need a tutorial for esp
    By bloqueado93 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 09-03-2008, 12:20 AM