C# 클래스 PdfSharp.Fonts.OpenType.CMapTable

This table defines the mapping of character codes to the glyph index values used in the font. It may contain more than one subtable, in order to support more than one character encoding scheme.
상속: PdfSharp.Fonts.OpenType.OpenTypeFontTable
파일 보기 프로젝트 열기: DavidS/MigraDoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cmap4 CMap4
numTables ushort
symbol bool
version ushort

공개 메소드들

메소드 설명
CMapTable ( FontData fontData ) : System

Initializes a new instance of the CMapTable class.

비공개 메소드들

메소드 설명
Read ( ) : void

메소드 상세

CMapTable() 공개 메소드

Initializes a new instance of the CMapTable class.
public CMapTable ( FontData fontData ) : System
fontData FontData
리턴 System

프로퍼티 상세

cmap4 공개적으로 프로퍼티

public CMap4,PdfSharp.Fonts.OpenType cmap4
리턴 CMap4

numTables 공개적으로 프로퍼티

public ushort numTables
리턴 ushort

symbol 공개적으로 프로퍼티

Is true for symbol font encoding.
public bool symbol
리턴 bool

version 공개적으로 프로퍼티

public ushort version
리턴 ushort