Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xudced(1) [hpux man page]

xudced(1)						      General Commands Manual							 xudced(1)

NAME
xudced - user-defined character editor SYNOPSIS
xudced [udc_file [WIDTHxHEIGHT]] DESCRIPTION
xudced is an editor that creates, modifies, and deletes user-defined characters (UDC). It uses bitmap(1) to edit UDC character patterns. Character patterns from existing HP Asian fonts can be modified to create UDCs. xudced runs on the X Window System, Version 11. If udc_file is not specified, the file $HOME/.nlio_udc is read. WIDTHxHEIGHT sets the size of UDC pattern. This can be specified by the udc_width and the udc_height resources. If it is not specified, 24x24 is used. Menu Functions are selected with pull-down menus. To select a function, move the mouse pointer to the menu header. Press and hold the left mouse button. A pull-down menu appears. Drag the mouse pointer down to the desired function and release the mouse button. Functions with the ... suffix invoke a pop-up box that requests further information. The following functions are available: File Open ... Open a file for editing. A pop-up box appears. Enter the file name and the size of the UDC and click OK to display the file. Click Cancel to abort the function. Open font ... Open an HP font and display its contents in another window. A pop-up box appears. Enter the HP font name and click OK to display the font. Click Cancel to abort the function. Save Save UDCs to the file. They are sorted by index number according to the udc(4) format. Exit Exit xudced. If the UDCs have been changed since the last Save, a pop-up box appears. Click yes to save the UDCs before exiting. Click no to exit without saving. Click cancel to abort the function. Edit To edit a particular UDC, move the mouse pointer to the UDC, click the left mouse button, and select an Edit function. These functions can be selected from the Edit menu header, or by clicking and dragging the right mouse button while in the edit window. Cut Remove the selected UDC and store it in the Cut&Paste buffer. Copy Copy the selected UDC to the Cut&Paste buffer. Paste Insert the contents of the Cut&Paste buffer. Delete Remove the selected UDC. Search ... Search a UDC. A pop-up box appears. Enter the index number of the UDC and click OK to search the UDC. Click Cancel to abort the function. Modify pattern ... Invoke bitmap(1) to modify the character pattern of the selected UDC. View Code ... Display the index code and the character pattern for all UDCs in the file. A new window appears that dis- plays the index codes and the character patterns. Click Close to close the window. Cut buffer ... Display the contents of Cut&Paste buffer. A new window appears. Click Close to close the window. Cut&Paste Buffer The contents of the Cut&Paste buffer is shared among windows. Therefore, the Cut, Copy, and Paste functions can be used to move character patterns between windows. X Defaults xudced uses the following resources: background background color. foreground foreground color. font text font. udc_width default width of UDC. udc_height default height of UDC. REMARKS
In Japanese environment, two main windows are invoked. One is for the udc of JIS X 0208 font, and the other is for the udc of JIS X 0212 font. SEE ALSO
bitmap(1), udcc(1), udcload(1), udc(4). xudced(1)

Check Out this Related Man Page

udc(4)							     Kernel Interfaces Manual							    udc(4)

NAME
udc - user-defined character raster font format DESCRIPTION
The UDC raster font format consists of a character index and character pattern. The code area and the maximum number of characters depend upon the device and the language. The size of the fonts depend upon the merged font file and the device. Character Index The character index consists of a 4- or 5-digit code. According to the languese, the following codes can be used: +--------------------+------------+ | Language | Code | +--------------------+------------+ |Japanese | KU-TEN | |Korean | Row&Column | |Simplified Chinese | HP-15 | |Traditional Chinese | HP-15 | +--------------------+------------+ For KU-TEN code, the 2- or 3-digit KU code and 2-digit TEN code, i.e. 4- or 5-digit code is used. There are two pattern format as follow- ing. Note 1KU ~ 120KU are valid for JIS X 0208, and 1KU ~ 94KU are for JIS X 0212. +------------------------+-----------------------------+ |Character Index example | | +------------------------+-----------------------------+ |[8701] | For JIS X 0208 (87KU 01TEN) | |[8701-0212] | For JIS X 0212 (87KU 01TEN) | +------------------------+-----------------------------+ For Row&Column code, the 4-digit decimal code is used. The code is contained in brackets in this form: [1601]. For HP-15 code, the alphanumeric 0x precedes the 4-digit hexadecimal code as in 0x889F. Character Pattern The # character in the illustrations below represents black pixels. A space represents a white pixel. EXAMPLES
[9493] # # # # # # # # # [9494] ##### # # # # # # # # ##### SEE ALSO
udcc(1), udcload(1), xudced(1). udc(4)
Man Page