Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello code project
i hope all good
i find code source change font text in vb .net
for example:
i have this code
VB.NET
textbox1.Font = New Font("KFGQPC Uthmanic Script HAFS", 22)


VB
I want to change

for example
VB.NET
textbox1.font=new font("c:\f1.ttf" , 22)


i hoep you can halp me
thank you

What I have tried:

triad with change fonts
i hope you can help me
Posted
Updated 10-Oct-16 5:32am

I think your answer is here - How to load a font from a file in VB and C#?[^]
 
Share this answer
 
yes this using good
thank you so much
 
Share this answer
 
Comments
Richard Deeming 10-Oct-16 15:48pm    
If you want to reply to a solution, click the "Have a Question or Comment?" button under that solution.

DO NOT post your comment as a new "solution"!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900