Code samples for TextOut.
Automatically generated by the Every Method demo.
// Automated test of TextOut - Typical Values
// TextOut
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 32, clRed, [fsBold], 0 );

// Automated test of TextOut - Alpha Channel - Typical Values
// TextOut
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 32, clRed, [fsBold], 0 );

// Automated test of TextOut - 32-Bit RGBA - Typical Values
// TextOut
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 32, clRed, [fsBold], 0 );

// Automated test of TextOut - 1-bit - Typical Values
// TextOut
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 32, clRed, [fsBold], 0 );

// Automated test of TextOut - Random Values
// TextOut (-180 deg.)
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 157, clAqua, [fsBold], -180 );

// Automated test of TextOut - Alpha Channel - Random Values
// TextOut (-180 deg.)
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 157, clAqua, [fsBold], -180 );

// Automated test of TextOut - 32-Bit RGBA - Random Values
// TextOut (-180 deg.)
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 157, clAqua, [fsBold], -180 );

// Automated test of TextOut - 1-bit - Random Values
// TextOut (-180 deg.)
ImageEnView1.Proc.TextOut( Align_Text_Horz_Center, Align_Text_Near_Top, 'ImageEn', 'Arial', 157, clAqua, [fsBold], -180 );
