[fpc-devel] Patch, font rendering on Arm-Linux devices.

Vinzent Hoefler JeLlyFish.software at gmx.net
Fri Feb 29 08:04:10 CET 2008


Are enumeration types 1 or 4 bytes in Delphi? If they are one byte, it 
looks quite different (and I'm not sure about all the types used here, 
some seem to be sets, some enumerations). But at the first glance it 
seems, they used both packed records to either ensure minimum size or 
known record layout (maybe they even used the structure in some 
assembly module?), and also aligned them manually to avoid unaligned 
access issues.


Vinzent.



More information about the fpc-devel mailing list