文字字体大小 [英] Text Font Size

查看:67
本文介绍了文字字体大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用vb6更改visio中的文本框文本大小?是跟这样的?但它似乎不起作用,有人帮忙吗?


昏暗的ashape As Shape

ashape.Text.Font =新字体(Times New Roman,22 )

How to change the textbox text size in visio using vb6? is something like the follow? but it seem not work, anybody help?

Dim ashape As Shape
ashape.Text.Font = New Font("Times New Roman", 22)

推荐答案

试试这个:
展开 | 选择 | Wrap | 行号



如何使用vb6更改visio中的文本框文本大小?是跟这样的?但它似乎不起作用,有人帮忙吗?


昏暗的ashape As Shape

ashape.Text.Font =新字体(Times New Roman,22 )
How to change the textbox text size in visio using vb6? is something like the follow? but it seem not work, anybody help?

Dim ashape As Shape
ashape.Text.Font = New Font("Times New Roman", 22)



你已经在vb6使用字体中给出了与.net

相关的代码。属性名称

u''ve given the code related to .net
in vb6 use font. property name



试试这个:
Try this:
< span class =codeLinkonclick =Blur(this,this.parentNode.parentNode,getChildren(this),true);>展开 | 选择 | Wrap | 行号


这篇关于文字字体大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆