GetGlyphIndices |
Declare Function Api_GetGlyphIndices& Lib "gdi32" Alias "GetGlyphIndicesA" (ByVal hDC&, ByVal lpcstr$, ByVal c&, ByRef pgi%, ByVal fl&) |
||||
Declare Function GetGlyphIndices Lib "gdi32" Alias "GetGlyphIndicesA" (ByVal hdc As Long, ByVal lpcstr As String, ByVal c As Long, ByRef pgi As Integer, ByVal fl As Long) As Long |
|||||
文字列をグリフインデックスの配列に変換する。この関数を使って、フォントにグリフが存在するかどうかを調べることができる。 |
|||||
パラメータ
|