C# Class Papyrus.Types.LogicalFont

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
fCharSet byte
fClipPrecision byte
fEscapement int
fFaceName string
fHeight int
fItalic byte
fOrientation int
fOutPrecision byte
fPitchAndFamily byte
fQuality Font.Quality
fStrikeOut byte
fUnderline byte
fWeight Font.FontWeight
fWidth int

Méthodes publiques

Méthode Description
CreateFont ( string typeface, int height ) : IntPtr

Create a font object given a typeface and size.

LogicalFont ( string typeface, int height ) : System

Method Details

CreateFont() public static méthode

Create a font object given a typeface and size.
public static CreateFont ( string typeface, int height ) : IntPtr
typeface string
height int
Résultat System.IntPtr

LogicalFont() public méthode

public LogicalFont ( string typeface, int height ) : System
typeface string
height int
Résultat System

Property Details

fCharSet public_oe property

public byte fCharSet
Résultat byte

fClipPrecision public_oe property

public byte fClipPrecision
Résultat byte

fEscapement public_oe property

public int fEscapement
Résultat int

fFaceName public_oe property

public string fFaceName
Résultat string

fHeight public_oe property

public int fHeight
Résultat int

fItalic public_oe property

public byte fItalic
Résultat byte

fOrientation public_oe property

public int fOrientation
Résultat int

fOutPrecision public_oe property

public byte fOutPrecision
Résultat byte

fPitchAndFamily public_oe property

public byte fPitchAndFamily
Résultat byte

fQuality public_oe property

public Font.Quality fQuality
Résultat Font.Quality

fStrikeOut public_oe property

public byte fStrikeOut
Résultat byte

fUnderline public_oe property

public byte fUnderline
Résultat byte

fWeight public_oe property

public Font.FontWeight fWeight
Résultat Font.FontWeight

fWidth public_oe property

public int fWidth
Résultat int