logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_end_font — Ends a Type3 font

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                  PS_END_FONT(3)

Description

       Finishes a Type3 font and makes it ready for use by PS_set_font(3).

       PS_end_font has been introduced in version 0.4.0 of pslib.

Name

       PS_end_font — Ends a Type3 font

See Also

PS_begin_font(3), PS_begin_glyph(3), PS_end_glyph(3)

Synopsis

       #include <pslib.h>

       void PS_end_font(PSDoc *psdoc)

See Also