C# 클래스 OTFontFile.Table_PCLT.PCLT_cache

상속: DataCache
파일 보기 프로젝트 열기: HinTak/Font-Validator

보호된 프로퍼티들

프로퍼티 타입 설명
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