Source position: fefontengine.pas line 1328
type TInstance = record |
||
owner: PFace; |
|
|
valid: Boolean; |
|
|
metrics: TIns_Metrics; |
|
|
numFDefs: Int; |
|
|
maxFDefs: Int; |
|
|
FDefs: PDefArray; |
|
|
numIDefs: Int; |
|
|
maxIDefs: Int; |
|
|
IDefs: PDefArray; |
|
|
maxFunc: Int; |
|
|
maxIns: Int; |
|
|
codeRangeTable: TCodeRangeTable; |
|
|
GS: TGraphicsState; |
|
|
storeSize: Int; |
|
|
storage: PStorage; |
|
|
cvtSize: Int; |
|
|
cvt: PLong; |
|
|
twilight: TGlyph_Zone; |
|
|
debug: Boolean; |
|
|
context: PExec_Context; |
|
|
Generic: Pointer; |
|
|
end; |
| CT Web help |
| CodeTyphon Studio |