.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ScriptGetLogicalWidths 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBScriptGetLogicalWidths\fR (USP10.@) .SH SYNOPSIS HRESULT ScriptGetLogicalWidths ( const SCRIPT_ANALYSIS* \fIsa\fR, int \fInbchars\fR, int \fInbglyphs\fR, const int* \fIglyph_width\fR, const WORD* \fIlog_clust\fR, const SCRIPT_VISATTR* \fIsva\fR, int* \fIwidths\fR ) .SH DESCRIPTION .PP Convert advance \fIwidths\fR to logical \fIwidths\fR. .SH PARAMS \fIsa\fR \fB[In]\fR Script analysis. .PP \fInbchars\fR \fB[In]\fR Number of characters. .PP \fInbglyphs\fR \fB[In]\fR Number of glyphs. .PP \fIglyph_width\fR \fB[In]\fR Array of glyph \fIwidths\fR. .PP \fIlog_clust\fR \fB[In]\fR Array of logical clusters. .PP \fIsva\fR \fB[In]\fR Visual attributes. .PP \fIwidths\fR \fB[Out]\fR Array of logical \fIwidths\fR. .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.