FontStretch.FromOpenTypeStretch(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova instância que FontStretch corresponde ao valor usStretchClass do OpenType.
public:
static System::Windows::FontStretch FromOpenTypeStretch(int stretchValue);
public static System.Windows.FontStretch FromOpenTypeStretch (int stretchValue);
static member FromOpenTypeStretch : int -> System.Windows.FontStretch
Public Shared Function FromOpenTypeStretch (stretchValue As Integer) As FontStretch
Parâmetros
- stretchValue
- Int32
Um valor inteiro entre um e nove que corresponde à definição usStretchValue na especificação OpenType.
Retornos
Uma nova instância de FontStretch.