imagico.de
imagico.de

imagico.de

IsoCSG Library

previous: IsoCSG Library Documentation - part 4 current: IsoCSG Library Documentation - part 5 next: IsoCSG Library Documentation - part 6 Navigation

'iso_chars.inc' - IsoCSG version of 'chars.inc'

The macros in this file are translations of the shapes in chars.inc.

They can be used with both iso_csg.inc and iso_rcsg.inc. If none of them is included previously, iso_csg.inc is used.



Description of the macros

These macros are translations of the shapes in chars.inc plus some wrapper macros.

character macros

IC_Char_A() .. IC_Char_Z(), IC_Char_0() .. IC_Char_9() and other characters

The complete set of characters from chars.inc.

parameters:

none

example:

#declare fn_1 = IC_Char_A ()

Wrapper macros

IC_Char()

Char sample (9k)

Wrapper macro for the single character macros.

parameters:

example:

#declare fn_1 = IC_Char ("A")

IC_Text()

Char sample (13k)

Generates a merge of several characters from a string.

parameters:

example:

#declare fn_1 = IC_Text ("CSG"0.50.1)