.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ScriptGetGlyphABCWidth 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBScriptGetGlyphABCWidth\fR (USP10.@) .SH SYNOPSIS HRESULT ScriptGetGlyphABCWidth ( HDC \fIhdc\fR, SCRIPT_CACHE* \fIpsc\fR, WORD \fIglyph\fR, ABC* \fIabc\fR ) .SH DESCRIPTION .PP Retrieve the width of a \fIglyph\fR. .SH PARAMS \fIhdc\fR \fB[In]\fR Device context. .PP \fIpsc\fR \fB[In/Out]\fR Opaque pointer to a script cache. .PP \fIglyph\fR \fB[In]\fR Glyph to retrieve the width for. .PP \fIabc\fR \fB[Out]\fR \fBABC\fR widths of the \fIglyph\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR Non-zero \fBHRESULT\fR value. .SH IMPLEMENTATION .PP Declared in \fB"usp10.h"\fR. .PP Implemented in \fB"dlls/usp10/usp10.c"\fR. .PP Debug channel \fB"uniscribe"\fR.