summaryrefslogtreecommitdiff
path: root/gs/psi/ifont1.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/psi/ifont1.h')
-rw-r--r--gs/psi/ifont1.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gs/psi/ifont1.h b/gs/psi/ifont1.h
index a300e6011..ecc8c3ba1 100644
--- a/gs/psi/ifont1.h
+++ b/gs/psi/ifont1.h
@@ -1,6 +1,6 @@
/* Copyright (C) 2001-2006 Artifex Software, Inc.
All Rights Reserved.
-
+
This software is provided AS-IS with no warranty, either express or
implied.
@@ -42,25 +42,25 @@ int charstring_font_get_refs(const_os_ptr op, charstring_font_refs_t *pfr);
* CIDFontType 0 font. The client has filled in pdata1->interpret,
* subroutineNumberBias, lenIV, and (if applicable) the Type 2 elements.
*/
-int charstring_font_params(const gs_memory_t *mem,
- const_os_ptr op, charstring_font_refs_t *pfr,
- gs_type1_data *pdata1);
+int charstring_font_params(const gs_memory_t *mem,
+ const_os_ptr op, charstring_font_refs_t *pfr,
+ gs_type1_data *pdata1);
/*
* Fill in a newly built CharString-based font or FDArray entry.
*/
int charstring_font_init(gs_font_type1 *pfont,
- const charstring_font_refs_t *pfr,
- const gs_type1_data *pdata1);
+ const charstring_font_refs_t *pfr,
+ const gs_type1_data *pdata1);
/*
* Finish building a CharString-based font. The client has filled in the
* same elements as for charstring_font_params.
*/
int build_charstring_font(i_ctx_t *i_ctx_p, os_ptr op,
- build_proc_refs * pbuild, font_type ftype,
- charstring_font_refs_t *pfr,
- gs_type1_data *pdata1,
- build_font_options_t options);
+ build_proc_refs * pbuild, font_type ftype,
+ charstring_font_refs_t *pfr,
+ gs_type1_data *pdata1,
+ build_font_options_t options);
#endif /* ifont1_INCLUDED */