.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetFontUnicodeRanges 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetFontUnicodeRanges\fR (GDI32.@) .SH SYNOPSIS DWORD GetFontUnicodeRanges ( HDC \fIhdc\fR, LPGLYPHSET \fIlpgs\fR ) .SH DESCRIPTION .PP Retrieve a list of supported Unicode characters in a font. .SH PARAMS \fIhdc\fR \fB[In]\fR Handle to a device context. .PP \fIlpgs\fR \fB[Out]\fR \fBGLYPHSET\fR structure specifying supported character ranges. .PP .SH RETURNS .PP \fBSuccess:\fR Number of bytes written to the buffer pointed to by \fIlpgs\fR. .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.