C# Class OTFontFile.Table_PCLT.PCLT_cache

Inheritance: DataCache
ファイルを表示 Open project: HinTak/Font-Validator

Protected Properties

Property 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

Public Methods

Method 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 method

public GenerateTable ( ) : OTFontFile.OTTable
return OTFontFile.OTTable

PCLT_cache() public method

public PCLT_cache ( Table_PCLT OwnerTable ) : System
OwnerTable Table_PCLT
return System

getCharacterComplement() public method

public getCharacterComplement ( ) : string
return string

getFileName() public method

public getFileName ( ) : string
return string

getTypeface() public method

public getTypeface ( ) : string
return string

setCharacterComplement() public method

public setCharacterComplement ( string sCharacterComplement ) : bool
sCharacterComplement string
return bool

setFileName() public method

public setFileName ( string sFileName ) : bool
sFileName string
return bool

setTypeface() public method

public setTypeface ( string sTypeface ) : bool
sTypeface string
return bool

Property Details

m_CapHeight protected_oe property

protected ushort m_CapHeight
return ushort

m_CharacterComplement protected_oe property

protected byte[] m_CharacterComplement
return byte[]

m_FileName protected_oe property

protected byte[] m_FileName
return byte[]

m_FontNumber protected_oe property

protected uint m_FontNumber
return uint

m_Pitch protected_oe property

protected ushort m_Pitch
return ushort

m_Reserved protected_oe property

protected byte m_Reserved
return byte

m_SerifStyle protected_oe property

protected byte m_SerifStyle
return byte

m_StrokeWeight protected_oe property

protected sbyte m_StrokeWeight
return sbyte

m_Style protected_oe property

protected ushort m_Style
return ushort

m_SymbolSet protected_oe property

protected ushort m_SymbolSet
return ushort

m_TypeFamily protected_oe property

protected ushort m_TypeFamily
return ushort

m_Typeface protected_oe property

protected byte[] m_Typeface
return byte[]

m_Version protected_oe property

protected OTFixed,OTFontFile m_Version
return OTFontFile.OTFixed

m_WidthType protected_oe property

protected sbyte m_WidthType
return sbyte

m_xHeight protected_oe property

protected ushort m_xHeight
return ushort