JPH0596787A - Printing method for boldface character - Google Patents

Printing method for boldface character

Info

Publication number
JPH0596787A
JPH0596787A JP3264351A JP26435191A JPH0596787A JP H0596787 A JPH0596787 A JP H0596787A JP 3264351 A JP3264351 A JP 3264351A JP 26435191 A JP26435191 A JP 26435191A JP H0596787 A JPH0596787 A JP H0596787A
Authority
JP
Japan
Prior art keywords
character
processing
bold
boldface
printing method
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3264351A
Other languages
Japanese (ja)
Inventor
Jun Kaita
純 貝田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Solution Innovators Ltd
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
NEC Software Hokkaido Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by HOKKAIDO NIPPON DENKI SOFTWARE KK, NEC Software Hokkaido Ltd filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP3264351A priority Critical patent/JPH0596787A/en
Publication of JPH0596787A publication Critical patent/JPH0596787A/en
Pending legal-status Critical Current

Links

Landscapes

  • Dot-Matrix Printers And Others (AREA)

Abstract

PURPOSE:To perform a boldface character printing by providing a direction definition processing for defining a direction for generating a boldface character and a face setting processing for setting a boldface character using the defined direction. CONSTITUTION:In a direction definition processing 1, a direction required for generating a boldface character is set to an angle of 45 degrees, and using this value, addition amounts per pixel in directions X and Y are respectively calculated to be X=Y=Sin 45 deg. pixel. In a face setting processing 2, a face name to be used is assigned, a character size to be used is reduced to some extent the reduced character is printed out, and printing positions are added by the X- and Y-direction amounts calculated in the direction definition processing 1 until the character size becomes equal to the actually assigned character size. After this processing is completed, a boldface character is printed through a character code output processing 3 and a paper discharge processing 4.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ボールド文字印刷方法
に関し、特に、コンピュータに接続したプリンタを使用
して、ボールド文字を印刷するボールド文字印刷方法に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a bold character printing method, and more particularly to a bold character printing method for printing bold characters using a printer connected to a computer.

【0002】[0002]

【従来の技術】従来のボールド文字印刷方法は、書体設
定処理と文字コード出力処理と用紙排出処理とを備えて
いたが、プリンタの持つ書体の中に、ボールド体を持つ
場合には、ボールド文字の印刷が可能であったが、ボー
ルド体を持たない場合に、印刷を行うことができなかっ
た。
2. Description of the Related Art A conventional bold character printing method includes a font setting process, a character code output process, and a paper discharge process. Was possible, but it could not be printed without the bold body.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のボール
ド文字印刷方法は、ボールド体の書体を持たないプリン
タでボールド文字を印刷できないという欠点を有してい
る。
The conventional bold character printing method described above has a drawback in that bold characters cannot be printed by a printer having no bold typeface.

【0004】本発明の目的は、ボールド体を持たないプ
リンタを使用しても、ボールド文字の印刷を可能にする
ボールド文字印刷方法を提供することにある。
An object of the present invention is to provide a bold character printing method which enables printing of bold characters even if a printer having no bold body is used.

【0005】[0005]

【課題を解決するための手段】本発明のボールド文字印
刷方法は、言語インタプリタを備えたプリンタによるボ
ールド文字印刷方法において、ボールド文字を生成する
ための方向を定義するダイレクション定義処理と、前記
ダイレクション定義処理で定義された方向を用いてボー
ルド文字を設定する書体設定処理と、前記書体設定処理
で設定したボールド文字を使用して印刷する文字コード
を送出する文字コード出力処理と、前記文字コード出力
処理により印刷イメージを決定したページの印刷および
排出を行う用紙排出処理とを有して構成されている。
A bold character printing method of the present invention is a bold character printing method using a printer having a language interpreter, and a direction definition process for defining a direction for generating a bold character and the direction definition processing. A typeface setting process for setting a bold character using the direction defined in the process, a character code output process for transmitting a character code to be printed using the bold character set in the typeface setting process, and the character code output process And a paper discharge process for printing and discharging the page for which the print image is determined.

【0006】[0006]

【実施例】以下に、本発明の実施例について図面を参照
して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0007】図1は、本発明のボールド文字印刷方法の
一実施例を示す流れ図である。本実施例は、図1に示す
ように、ダイレクション定義処理1と、書体設定処理2
と、従来の文字コード出力処理3と、従来の用紙排出処
理4とを実行している。
FIG. 1 is a flow chart showing an embodiment of the bold character printing method of the present invention. In this embodiment, as shown in FIG. 1, a direction definition process 1 and a font setting process 2 are performed.
Then, the conventional character code output process 3 and the conventional paper discharge process 4 are executed.

【0008】図2は、図1に示されたダイレクション定
義処理1の一例を示す図である。図2に示すように、こ
のダイレクション定義処理1は、ステップ21で、ボー
ルド文字を生成するために必要なダイレクションを45
度に設定し、ステップ22で、その値を用いてX,Y方
向の1ピクセル(1/72インチ)あたりの増加量をそ
れぞれX=Y=SIN45度ピクセルと算出している。
FIG. 2 is a diagram showing an example of the direction definition processing 1 shown in FIG. As shown in FIG. 2, in the direction definition processing 1, in step 21, the direction required to generate a bold character is set to 45.
Then, in step 22, the increased amount per pixel (1/72 inch) in the X and Y directions is calculated as X = Y = SIN 45 ° pixels in step 22.

【0009】図3は、図1に示された書体設定処理2の
一例を示す流れ図である。図3に示すように、書体設定
処理2は、ステップ31で、ボールド体として使用した
い書体名を指定し、ステップ32で、使用したい文字の
大きさを若干縮小する。そして、ステップ33で、縮小
された文字を印字出力し、ステップ34で、実際に指定
された文字の大きさと等しくなるまで、ステップ35
で、印字位置をダイレクション定義処理1で算出された
X,Y分増加させる。
FIG. 3 is a flow chart showing an example of the typeface setting process 2 shown in FIG. As shown in FIG. 3, in the font setting process 2, in step 31, the name of the font to be used as a bold font is designated, and in step 32, the size of the character to be used is slightly reduced. Then, in step 33, the reduced character is printed out, and in step 34, step 35 is repeated until the size of the actually designated character is equalized.
Then, the print position is increased by X and Y calculated in the direction definition processing 1.

【0010】この処理を完了後には、本実施例は、図1
に示される文字コード出力処理3と、用紙排出処理4と
により、ボールド文字を印字する。
After completion of this process, the present embodiment is as shown in FIG.
Bold characters are printed by the character code output process 3 and the paper discharge process 4 shown in FIG.

【0011】[0011]

【発明の効果】本発明のボールド文字印刷方法は、コン
ピュータに接続したプリンタを使用して、ボールド体の
書体を持たないボールド文字を印刷することができると
いう効果を有している。
The bold character printing method of the present invention has an effect that it is possible to print bold characters having no bold typeface using a printer connected to a computer.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明のボールド文字印刷方法の一実施例を示
す流れ図である。
FIG. 1 is a flow chart showing an embodiment of a bold character printing method of the present invention.

【図2】図1のダイレクション定義処理1の一例を示す
図である。
FIG. 2 is a diagram showing an example of a direction definition process 1 of FIG.

【図3】図1の書体設定処理2の一例を示す流れ図であ
る。
3 is a flowchart showing an example of a font setting process 2 in FIG.

【符号の説明】[Explanation of symbols]

1 ダイレクション定義処理 2 書体設定処理 3 文字コード出力処理 4 用紙排出処理 1 Direction definition processing 2 Font setting processing 3 Character code output processing 4 Paper ejection processing

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 言語インタプリタを備えたプリンタによ
るボールド文字印刷方法において、ボールド文字を生成
するための方向を定義するダイレクション定義処理と、
前記ダイレクション定義処理で定義された方向を用いて
ボールド文字を設定する書体設定処理と、前記書体設定
処理で設定したボールド文字を使用して印刷する文字コ
ードを送出する文字コード出力処理と、前記文字コード
出力処理により印刷イメージを決定したページの印刷お
よび排出を行う用紙排出処理とを有することを特徴とす
るボールド文字印刷方法。
1. In a bold character printing method by a printer having a language interpreter, a direction definition process for defining a direction for generating a bold character,
A typeface setting process for setting a bold character using the direction defined in the direction definition process, a character code output process for transmitting a character code to be printed using the bold character set in the typeface setting process, and the character A bold character printing method comprising: a paper discharge process of printing and discharging a page whose print image is determined by a code output process.
JP3264351A 1991-10-14 1991-10-14 Printing method for boldface character Pending JPH0596787A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3264351A JPH0596787A (en) 1991-10-14 1991-10-14 Printing method for boldface character

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3264351A JPH0596787A (en) 1991-10-14 1991-10-14 Printing method for boldface character

Publications (1)

Publication Number Publication Date
JPH0596787A true JPH0596787A (en) 1993-04-20

Family

ID=17401952

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3264351A Pending JPH0596787A (en) 1991-10-14 1991-10-14 Printing method for boldface character

Country Status (1)

Country Link
JP (1) JPH0596787A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8810809B2 (en) 2009-03-19 2014-08-19 Fuji Xerox Co., Ltd. Character output apparatus, character output method and computer readable medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8810809B2 (en) 2009-03-19 2014-08-19 Fuji Xerox Co., Ltd. Character output apparatus, character output method and computer readable medium

Similar Documents

Publication Publication Date Title
JPH0596787A (en) Printing method for boldface character
KR950012164A (en) Image recording apparatus and control method thereof
JP2697918B2 (en) Printing equipment
JPH0443396A (en) Character pattern generating device
JPH04165395A (en) Correcting method of distortion in image magnification
JPH0324978A (en) Dot matrix printer
JP2822475B2 (en) Inverted character control circuit of dot type printer
JPH0564924A (en) Generating system of italic character
JP3030892B2 (en) Printer
JPH0511736A (en) Character pattern output device
JPH05261972A (en) Bold-character formation system
JPH11115257A (en) Image-forming system
JPS6151346A (en) System for printing proof manuscript
JPS63242561A (en) Font reducing system
JPH0778131A (en) Data input system
JPS637963A (en) Printing apparatus
JPH049150B2 (en)
JPH0542723A (en) Image printer control
JPH04269798A (en) Character data generation device
JPH0226767A (en) Output control method and device
JPH01148562A (en) Document creation and editing device
JPH0316754A (en) Printer
JPH03246595A (en) Character pattern generating device
JPH02281323A (en) Display/printing device
JPH0387898A (en) text output device