Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › C++/C Programming › D3D9 Special Font

D3D9 Special Font

Posts 1–11 of 11 · Page 1 of 1
A200K
A200K
D3D9 Special Font
Hey guys,

I found a Hack and its text is white and it has a black border so you can read the text at all background colors.


Has anyone of you an idea how do make a D3D9 font like this?

Here you can see an example:

(Old CA Hack)

#1 · edited 13y ago · 13y ago
'Bruno
'Bruno
Fixed the image and re-uploaded the image to tinypic. (Watch out for urls on the image it self, it was advertisement)

Someone with experience in d3d might help
#2 · 13y ago
BR
brhvitor6
dunno... make behind the white font (7 px) a black font with 8px so it will look like a bord
#3 · 13y ago
giniyat101
giniyat101
explain what do u want exactly?
#4 · 13y ago
MarkHC
MarkHC
Quote Originally Posted by giniyat101 View Post
explain what do u want exactly?
He wants his text to have a black outline...

Just try google, you'll find a lot of stuff about this. But from what I just read, it's not that easy, you can't do fancy stuff with DirectX Fonts... Although, you could render the text a bit bigger, in a different color. That'd give you a fake outline look.
#5 · edited 13y ago · 13y ago
A200K
A200K
Ok thank you all
#6 · 13y ago
master131
[MPGH]master131
You forgot the ads in the picture too.. Fixed now.
#7 · 13y ago
'Bruno
'Bruno
Quote Originally Posted by master131 View Post
You forgot the ads in the picture too.. Fixed now.
Shit happens, missed them.
#8 · edited 13y ago · 13y ago
giniyat101
giniyat101
draw the text twice .. first in black (bigger size) then in white (normal size)
#9 · 13y ago
Sixx93
Sixx93
I did this but i allert you: that's a bad way. Just draw the font with the size u want, then draw the same thing with balck font at coords x+1; x-1; y+1; y-1... this will make look ur font like the one u posted.
#10 · 13y ago
A200K
A200K
I did it like you said but it will only work for one letter, if i want to write a word it won't work because the bigger text will be longer than the smaller text so it won't fit together...

You said you already did this? How? Pls give me a tip
#11 · 13y ago
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

  • how do you add fonts in PSBy darkone1149 in Art & Graphic Design
    2Last post 20y ago
  • Dave84311 - Read for something special!By Bull3t in General
    20Last post 20y ago
  • Download fonts to where?By acepwnage in Art & Graphic Design
    3Last post 20y ago
  • Special RequestBy kvmn8 in Art & Graphic Design
    24Last post 20y ago
  • 4 special signatures.By poulet28 in Art & Graphic Design
    5Last post 20y ago

Tags for this Thread

#border#d3d9#font#help