Font.PreloadCharacters Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Loads a series of characters into video memory to improve the efficiency of rendering to a device.
Definition
Visual Basic .NET |
Public Sub PreloadCharacters( _ ByVal first As Integer, _ ByVal last As Integer _ ) |
C# |
public void PreloadCharacters( int first, int last ); |
Managed C++ |
public: void PreloadCharacters( int first, int last ); |
JScript .NET |
public function PreloadCharacters( first : int, last : int ); |
Parameters
first
|
System.Int32. Identifier of the first character to load into video memory. |
last
|
System.Int32. Identifier of the last character to load into video memory. |
Remarks
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center