C# Class OTFontFile.Table_PCLT.PCLT_cache

Inheritance: DataCache
Afficher le fichier Open project: HinTak/Font-Validator

Protected Properties

Свойство Type Description
m_CapHeight ushort
m_CharacterComplement byte[]
m_FileName byte[]
m_FontNumber uint
m_Pitch ushort
m_Reserved byte
m_SerifStyle byte
m_StrokeWeight sbyte
m_Style ushort
m_SymbolSet ushort
m_TypeFamily ushort
m_Typeface byte[]
m_Version OTFontFile.OTFixed
m_WidthType sbyte
m_xHeight ushort

Méthodes publiques

Méthode Description
GenerateTable ( ) : OTFontFile.OTTable
PCLT_cache ( Table_PCLT OwnerTable ) : System
getCharacterComplement ( ) : string
getFileName ( ) : string
getTypeface ( ) : string
setCharacterComplement ( string sCharacterComplement ) : bool
setFileName ( string sFileName ) : bool
setTypeface ( string sTypeface ) : bool

Method Details

GenerateTable() public méthode

public GenerateTable ( ) : OTFontFile.OTTable
Résultat OTFontFile.OTTable

PCLT_cache() public méthode

public PCLT_cache ( Table_PCLT OwnerTable ) : System
OwnerTable Table_PCLT
Résultat System

getCharacterComplement() public méthode

public getCharacterComplement ( ) : string
Résultat string

getFileName() public méthode

public getFileName ( ) : string
Résultat string

getTypeface() public méthode

public getTypeface ( ) : string
Résultat string

setCharacterComplement() public méthode

public setCharacterComplement ( string sCharacterComplement ) : bool
sCharacterComplement string
Résultat bool

setFileName() public méthode

public setFileName ( string sFileName ) : bool
sFileName string
Résultat bool

setTypeface() public méthode

public setTypeface ( string sTypeface ) : bool
sTypeface string
Résultat bool

Property Details

m_CapHeight protected_oe property

protected ushort m_CapHeight
Résultat ushort

m_CharacterComplement protected_oe property

protected byte[] m_CharacterComplement
Résultat byte[]

m_FileName protected_oe property

protected byte[] m_FileName
Résultat byte[]

m_FontNumber protected_oe property

protected uint m_FontNumber
Résultat uint

m_Pitch protected_oe property

protected ushort m_Pitch
Résultat ushort

m_Reserved protected_oe property

protected byte m_Reserved
Résultat byte

m_SerifStyle protected_oe property

protected byte m_SerifStyle
Résultat byte

m_StrokeWeight protected_oe property

protected sbyte m_StrokeWeight
Résultat sbyte

m_Style protected_oe property

protected ushort m_Style
Résultat ushort

m_SymbolSet protected_oe property

protected ushort m_SymbolSet
Résultat ushort

m_TypeFamily protected_oe property

protected ushort m_TypeFamily
Résultat ushort

m_Typeface protected_oe property

protected byte[] m_Typeface
Résultat byte[]

m_Version protected_oe property

protected OTFixed,OTFontFile m_Version
Résultat OTFontFile.OTFixed

m_WidthType protected_oe property

protected sbyte m_WidthType
Résultat sbyte

m_xHeight protected_oe property

protected ushort m_xHeight
Résultat ushort