Support.FontChangeGdiCharSet(Font, Byte) Método

Definición

Precaución

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Devuelve una fuente para un juego de caracteres GDI especificado.

public:
 static System::Drawing::Font ^ FontChangeGdiCharSet(System::Drawing::Font ^ CurrentFont, System::Byte GdiCharSet);
public static System.Drawing.Font FontChangeGdiCharSet(System.Drawing.Font CurrentFont, byte GdiCharSet);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static System.Drawing.Font FontChangeGdiCharSet(System.Drawing.Font CurrentFont, byte GdiCharSet);
static member FontChangeGdiCharSet : System.Drawing.Font * byte -> System.Drawing.Font
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
static member FontChangeGdiCharSet : System.Drawing.Font * byte -> System.Drawing.Font
Public Function FontChangeGdiCharSet (CurrentFont As Font, GdiCharSet As Byte) As Font

Parámetros

CurrentFont
Font

Un objeto Font.

GdiCharSet
Byte

Valor de byte que especifica el juego de caracteres GDI que se va a usar.

Devoluciones

para Font el juego de caracteres GDI especificado.

Atributos

Comentarios

En Visual Basic 6.0, el objeto stdFont tenía una propiedad /CharSet que especificó el juego de caracteres GDI para una fuente. En Visual Basic, el juego de caracteres se especifica como opcional de un constructor /> stdFont objeto en .Font

Note

Las herramientas proporcionan funciones y objetos en el espacio de nombres /> de

Se aplica a

Consulte también