?? getfontdata.htm
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style><!--
body,table {font-family:"宋體"; font-size: 9pt; line-height:11pt;}
a {text-decoration:none} a:hover {color:red;text-decoration:underline}
--></style>
<title>GetFontData</title>
</head>
<body link="#FF0000" vlink="#FF0000" alink="#FF0000" bgcolor="#FFC8C8">
<div align="center"><center>
<table border="0" width="100%" height="22" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="16">GetFontData</td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="1" width="100%" bordercolorlight="#808080" cellspacing="0"
bordercolordark="#FFFFFF">
<tr>
<td width="100%">VB聲明</td>
</tr>
<tr>
<td width="100%">Declare Function GetFontData Lib "gdi32" Alias
"GetFontDataA" (ByVal hdc As Long, ByVal dwTable As Long, ByVal dwOffset As
Long, lpvBuffer As Any, ByVal cbData As Long) As Long</td>
</tr>
<tr>
<td width="100%">說明</td>
</tr>
<tr>
<td width="100%">接收一種可縮放字體文件的數(shù)據(jù)。隨后,可用這些數(shù)據(jù)將字體信息嵌入一個文檔。如果需要在文檔使用一種特殊字體,同時這種字體在大多數(shù)系統(tǒng)中都不常見,而且程序員希望文檔無論如何都要顯示這種字體,那么這種技術(shù)就相當(dāng)有用了</td>
</tr>
<tr>
<td width="100%">在VB里使用</td>
</tr>
<tr>
<td width="100%">未經(jīng)測試<br>
Use with VB:Untested</td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%"><p align="right">Top</td>
</tr>
</table>
</center></div>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -