C# Класс OTFontFile.Table_PCLT.PCLT_cache

Наследование: DataCache
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Описание методов

GenerateTable() публичный Метод

public GenerateTable ( ) : OTFontFile.OTTable
Результат OTFontFile.OTTable

PCLT_cache() публичный Метод

public PCLT_cache ( Table_PCLT OwnerTable ) : System
OwnerTable Table_PCLT
Результат System

getCharacterComplement() публичный Метод

public getCharacterComplement ( ) : string
Результат string

getFileName() публичный Метод

public getFileName ( ) : string
Результат string

getTypeface() публичный Метод

public getTypeface ( ) : string
Результат string

setCharacterComplement() публичный Метод

public setCharacterComplement ( string sCharacterComplement ) : bool
sCharacterComplement string
Результат bool

setFileName() публичный Метод

public setFileName ( string sFileName ) : bool
sFileName string
Результат bool

setTypeface() публичный Метод

public setTypeface ( string sTypeface ) : bool
sTypeface string
Результат bool

Описание свойств

m_CapHeight защищенное свойство

protected ushort m_CapHeight
Результат ushort

m_CharacterComplement защищенное свойство

protected byte[] m_CharacterComplement
Результат byte[]

m_FileName защищенное свойство

protected byte[] m_FileName
Результат byte[]

m_FontNumber защищенное свойство

protected uint m_FontNumber
Результат uint

m_Pitch защищенное свойство

protected ushort m_Pitch
Результат ushort

m_Reserved защищенное свойство

protected byte m_Reserved
Результат byte

m_SerifStyle защищенное свойство

protected byte m_SerifStyle
Результат byte

m_StrokeWeight защищенное свойство

protected sbyte m_StrokeWeight
Результат sbyte

m_Style защищенное свойство

protected ushort m_Style
Результат ushort

m_SymbolSet защищенное свойство

protected ushort m_SymbolSet
Результат ushort

m_TypeFamily защищенное свойство

protected ushort m_TypeFamily
Результат ushort

m_Typeface защищенное свойство

protected byte[] m_Typeface
Результат byte[]

m_Version защищенное свойство

protected OTFixed,OTFontFile m_Version
Результат OTFontFile.OTFixed

m_WidthType защищенное свойство

protected sbyte m_WidthType
Результат sbyte

m_xHeight защищенное свойство

protected ushort m_xHeight
Результат ushort