Fonts issue when using the sro_devkit project

09/29/2023 12:58 inversun#1
I am using the sro_devkit project by florian0 to add Titles to Vsro, but I am encountering an issue when using it in Vietnam. Is there a way to fix this error? If anyone has any insights, please share them with me. Thank you.

[Only registered and activated users can see links. Click Here To Register...]
Code:
    RECT m_info1Rect = { 20,193,100,24 };
    m_info1 = (CIFStatic*)CGWnd::CreateInstance(this, GFX_RUNTIME_CLASS(CIFStatic), m_info1Rect, 17, 0);
    m_info1->SetText(L"Danh HiÖu:");
    m_info1->m_FontTexture.SetColor(D3DCOLOR_RGBA(255, 249, 192, 45));

[Only registered and activated users can see links. Click Here To Register...]
Code:
void CIFCustomsMarket::OnBuyTitle()
{
    m_buy1->SetEnabledState(false);

    CMsgStreamBuffer buf(0x181C);
    buf << BYTE(0x00) << std::n_string(TO_NSTRING(m_edit->GetNText()));
    SendMsg(buf);
}