All fonts appear the same on screen....
tried this:
Call cAvax1.SetFontName(7, "Technical")
Call cAvax1.Add_Text("my Text",0, 0, 0, , 5, 7)
and:
For y = 1 To 255
Call cAvax1.Add_Text(Str$(y), 0, y, 0, , 5, CInt(y))
Next y
all attempts yield the same output on screen.
Using activeX on form in MSAccess VBA...
Any thoughts?
Page 1 of 1
Need Help With fonts
#4
Posted 13 March 2008 - 08:49 AM
We have also noticed that ShapeText doesn't pick up the font and we have fixed it for the next version.
To avoid the bug you can use the default font (ex. cAvax1.FontName = "Times New Roman") before ShapeText function.
Function SetFontName seems to work. Can you please check font "Technical"? Maybe the problem is in that font.
To avoid the bug you can use the default font (ex. cAvax1.FontName = "Times New Roman") before ShapeText function.
Function SetFontName seems to work. Can you please check font "Technical"? Maybe the problem is in that font.
Athanasios Gardos
Avax-Software.com
Avax-Software.com
Page 1 of 1
Sign In
Register
Help
Add Reply

MultiQuote