Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fcfreetypecharsetandspacing(3) [opensolaris man page]

FcFreeTypeCharSetAndSpacing(3)											    FcFreeTypeCharSetAndSpacing(3)

NAME
FcFreeTypeCharSetAndSpacing - compute unicode coverage and spacing type SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> #include <fcfreetype.h> FcCharSet * FcFreeTypeCharSetAndSpacing (FT_Face face, FcBlanks *blanks, int *spacing); DESCRIPTION
Scans a FreeType face and returns the set of encoded Unicode chars. This scans several encoding tables to build as complete a list as pos- sible. If 'blanks' is not 0, the glyphs in the font are examined and any blank glyphs not in 'blanks' are not placed in the returned FcCharSet. spacing receives the computed spacing type of the font, one of FC_MONO for a font where all glyphs have the same width, FC_DUAL, where the font has glyphs in precisely two widths, one twice as wide as the other, or FC_PROPORTIONAL where the font has glyphs of many widths. VERSION
Fontconfig version 2.5.0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcFreeTypeCharSetAndSpacing(3)

Check Out this Related Man Page

FcFreeTypeCharSet(3)													      FcFreeTypeCharSet(3)

NAME
FcFreeTypeCharSet - compute unicode coverage SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> #include <fcfreetype.h> FcCharSet * FcFreeTypeCharSet (FT_Face face, FcBlanks *blanks); DESCRIPTION
Scans a FreeType face and returns the set of encoded Unicode chars. This scans several encoding tables to build as complete a list as pos- sible. If 'blanks' is not 0, the glyphs in the font are examined and any blank glyphs not in 'blanks' are not placed in the returned FcCharSet. VERSION
Fontconfig version 2.5.0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcFreeTypeCharSet(3)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

::select statement return value with correct field size::

Hi Everyone, I am facing a problem regarding the select from sybase, the return with the incorrect size. For example, field is NAME(20). After i selected from sybase, the result is nicky. after i assign it to another declaration variable, it will be in actual name "nicky" , what i need... (10 Replies)
Discussion started by: ryanW
10 Replies

2. Shell Programming and Scripting

Search between two words

Hello, I try to print out with sed or awk the 21.18 between "S3 Temperature" and "GrdC" in a text file. The blanks are all real blanks no tabs. Only the two first chars from temperture are required. So the "21" i need as output. S3 Temperatur 21.18 GrdC No Alarm ... (3 Replies)
Discussion started by: felix123
3 Replies

3. Programming

Psql replace blanks with character

Well as the title describes, its a pretty straight forward problem. I have a series of psql tables where there are lots of blanks. However there is at least one column, called name, that will never be blank. I want to write a select statement to get all of the contents of the table and then turn... (3 Replies)
Discussion started by: wxornot
3 Replies