Reads a fragment from a font file.
'Declaration
Public Sub ReadFileFragment( _
ByRef As System.IntPtr, _
ByVal As System.Long, _
ByVal As System.Long, _
ByRef As System.IntPtr _
)
public void ReadFileFragment(
out System.IntPtr ,
System.long ,
System.long ,
out System.IntPtr
)
Parameters
- fragmentStart
- When this method returns, contains an address of a reference to the start of the font file fragment. This parameter is passed uninitialized.
- fileOffset
- The offset of the fragment, in bytes, from the beginning of the font file.
- fragmentSize
- The size of the file fragment, in bytes.
- fragmentContext
- When this method returns, contains the address of
Return Value
a reference to a reference to the client-defined context to be passed to {{ReleaseFileFragment}}.