5421.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: 字型档(.ttf)的资讯</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 字型档(.ttf)的资讯</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by Mulder on September 09, 1998 at 12:59:19:<p>
In Reply to: <a href="5402.html">Re: 字型档(.ttf)的资讯</a> posted by Honey on September 08, 1998 at 21:58:25:<p>
: : 请问VB要如何取得字型档的资讯<br>: 可用screen 物件中的<br>: FontCount() Fonts()属性去载入<br>: 以下程式供你参考<br>: Dim i As Long, k() As String, l As Long<br>: ReDim k(Screen.FontCount)<br>: For i = 0 To Screen.FontCount - 1<br>:  k(i) = Screen.Fonts(i)<br>: Next<br>: '其中k阵列就储存了自行名称<p>我是想取得在一个目录下(*.ttf)的字形档的资讯<br>类似字形安装程式<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5421-->
</ul><!--end: 5421-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?