Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News Font Industry 0.0.9 (Default branch) Post 302245966 by Linux Bot on Sunday 12th of October 2008 04:30:05 AM
Old 10-12-2008
Font Industry 0.0.9 (Default branch)

Image Font Industry (字体工业) makes big charset font creation easier. The program converts a scanned in grid sheet, containing a lot of glyphs, into a bitmap font. The glyphs will be automatically indexed by Unicode or with a user-selected charset order. The bitmap font can then be converted to an outline font like TTF or OpenType font. License: GNU General Public License v3 Changes:
The zoom image function was added. The family name was updated to the sfd font. When setting a glyph from text, the selected text is tried first. The "Set End" button was moved to the toolbar. Miscellaneous bugs were fixed. Image

Image

More...
 
XmFontListCreate(3X)													      XmFontListCreate(3X)

NAME
XmFontListCreate - A font list function that creates a font list SYNOPSIS
#include <Xm/Xm.h> XmFontList XmFontListCreate (font, charset) XFontStruct * font; XmStringCharSet charset; DESCRIPTION
XmFontListCreate creates a new font list with a single element specified by the provided font and character set. It also allocates the space for the font list. Note This function is obsolete and exists for compatibility with previous releases. It is replaced by XmFontListAppendEntry. Specifies a pointer to a font structure for which the new font list is generated. This is the structure returned by the XLib XLoadQuery- Font function. Specifies the character set identifier for the font. This can be XmSTRING_DEFAULT_CHARSET, but this value does not comply with the AES, and it may be removed in future versions of Motif. If the value is XmSTRING_DEFAULT_CHARSET, the routine derives the charac- ter set from the current language environment. RETURN VALUE
Returns NULL if font or charset is NULL; otherwise, returns a new font list. SEE ALSO
XmFontList(3X), XmFontListAppendEntry(3X) XmFontListCreate(3X)
All times are GMT -4. The time now is 07:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy