.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ScriptStringGetLogicalWidths 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBScriptStringGetLogicalWidths\fR (USP10.@) .SH SYNOPSIS HRESULT ScriptStringGetLogicalWidths ( SCRIPT_STRING_ANALYSIS \fIssa\fR, int* \fIpiDx\fR ) .SH DESCRIPTION .PP Returns logical widths from a string analysis. .SH PARAMS \fIssa\fR \fB[In]\fR string analysis. .PP \fIpiDx\fR \fB[Out]\fR logical widths returned. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR .PP \fBFailure:\fR a non-zero \fBHRESULT\fR. .SH IMPLEMENTATION .PP Declared in \fB"usp10.h"\fR. .PP Implemented in \fB"dlls/usp10/usp10.c"\fR. .PP Debug channel \fB"uniscribe"\fR.