View Single Post
  #1  
Old 09-01-2018, 00:50
mrfearless mrfearless is offline
Family
 
Join Date: Jan 2017
Location: Ireland
Posts: 5
Rept. Given: 14
Rept. Rcvd 5 Times in 2 Posts
Thanks Given: 29
Thanks Rcvd at 21 Times in 5 Posts
mrfearless Reputation: 5
DrawTextEXT - DrawHTMLCODE and DrawBBCODE

Mainly for anyone using asm and interested in custom controls or adding more functionality to their projects, I recently began work in porting over, adapting and adding to DrawHTML code from Ukkie9: https://www.codeproject.com/Articles/7936/DrawHTML

I created two functions: DrawHTMLCODE and DrawBBCODE that processes html or bbcode tags in a string and adjusts the text and font style accordingly and outputs the result as per DrawText or DrawTextEx win32 api functions, but with the added enhancements.

So far some tags are supported, not all. Mainly ones that are more common in use, or made sense to include.

Anyhow I have put the code on github for anyone to use.

https://github.com/mrfearless/DrawTextEXT
Reply With Quote
The Following 2 Users Gave Reputation+1 to mrfearless For This Useful Post:
MarcElBichon (09-01-2018), TechLord (09-01-2018)
The Following 8 Users Say Thank You to mrfearless For This Useful Post:
dosprog (09-11-2018), gsaralji (09-02-2018), h4sh3m (09-01-2018), Indigo (07-19-2019), niculaita (09-01-2018), ragdog (01-18-2019), smallfox (09-15-2018), Zeokat (09-17-2018)