.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetOutlineTextMetricsA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetOutlineTextMetricsA\fR (GDI32.@) .SH SYNOPSIS UINT GetOutlineTextMetricsA ( HDC \fIhdc\fR, UINT \fIcbData\fR, LPOUTLINETEXTMETRICA \fIlpOTM\fR ) .SH PARAMS \fIhdc\fR \fB[In]\fR Handle of device context. .PP \fIcbData\fR \fB[In]\fR Size of metric data array. .PP \fIlpOTM\fR \fB[Out]\fR Address of metric data array. .PP .SH DESCRIPTION .PP Gets metrics for TRUEType fonts. .SH NOTES .PP If the supplied buffer isn't big enough Windows(tm) partially fills it up to its given length and returns that length. .SH RETURNS .PP \fBSuccess:\fR Non-zero or size of required buffer .PP \fBFailure:\fR \fB0\fR .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/font.c"\fR. .PP Debug channel \fB"font"\fR.