text stringlengths 1 24.5M |
|---|
/****************************************************************************
*
* gxvmod.h
*
* FreeType's TrueTypeGX/AAT validation module implementation
* (specification).
*
* Copyright (C) 2004-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*... |
/****************************************************************************
*
* gxvmort.c
*
* TrueTypeGX/AAT mort table validation (body).
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeTy... |
/****************************************************************************
*
* gxvmort.h
*
* TrueTypeGX/AAT common definition for mort table (specification).
*
* Copyright (C) 2004-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file i... |
/****************************************************************************
*
* gxvmort0.c
*
* TrueTypeGX/AAT mort table validation
* body for type0 (Indic Script Rearrangement) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and W... |
/****************************************************************************
*
* gxvmort1.c
*
* TrueTypeGX/AAT mort table validation
* body for type1 (Contextual Substitution) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Wern... |
/****************************************************************************
*
* gxvmort2.c
*
* TrueTypeGX/AAT mort table validation
* body for type2 (Ligature Substitution) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner... |
/****************************************************************************
*
* gxvmort4.c
*
* TrueTypeGX/AAT mort table validation
* body for type4 (Non-Contextual Glyph Substitution) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm... |
/****************************************************************************
*
* gxvmort5.c
*
* TrueTypeGX/AAT mort table validation
* body for type5 (Contextual Glyph Insertion) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and W... |
/****************************************************************************
*
* gxvmorx.c
*
* TrueTypeGX/AAT morx table validation (body).
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeTy... |
/****************************************************************************
*
* gxvmorx.h
*
* TrueTypeGX/AAT common definition for morx table (specification).
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file i... |
/****************************************************************************
*
* gxvmorx0.c
*
* TrueTypeGX/AAT morx table validation
* body for type0 (Indic Script Rearrangement) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and W... |
/****************************************************************************
*
* gxvmorx1.c
*
* TrueTypeGX/AAT morx table validation
* body for type1 (Contextual Substitution) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Wern... |
/****************************************************************************
*
* gxvmorx2.c
*
* TrueTypeGX/AAT morx table validation
* body for type2 (Ligature Substitution) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner... |
/****************************************************************************
*
* gxvmorx4.c
*
* TrueTypeGX/AAT morx table validation
* body for "morx" type4 (Non-Contextual Glyph Substitution) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert ... |
/****************************************************************************
*
* gxvmorx5.c
*
* TrueTypeGX/AAT morx table validation
* body for type5 (Contextual Glyph Insertion) subtable.
*
* Copyright (C) 2005-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and W... |
/****************************************************************************
*
* gxvopbd.c
*
* TrueTypeGX/AAT opbd table validation (body).
*
* Copyright (C) 2004-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeTy... |
/****************************************************************************
*
* gxvprop.c
*
* TrueTypeGX/AAT prop table validation (body).
*
* Copyright (C) 2004-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeTy... |
/****************************************************************************
*
* gxvtrak.c
*
* TrueTypeGX/AAT trak table validation (body).
*
* Copyright (C) 2004-2024 by
* suzuki toshiya, Masatake YAMATO, Red Hat K.K.,
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeTy... |
/****************************************************************************
*
* ftgzip.c
*
* FreeType support for .gz compressed files.
*
* This optional component relies on zlib. It should mainly be used to
* parse compressed PCF fonts, as found with many X11 server
* distributions.
*
* Copyright (C) 20... |
/****************************************************************************
*
* ftlzw.c
*
* FreeType support for .Z compressed files.
*
* This optional component relies on NetBSD's zopen(). It should mainly
* be used to parse compressed PCF fonts, as found with many X11 server
* distributions.
*
* Copyri... |
/****************************************************************************
*
* ftzopen.c
*
* FreeType support for .Z compressed files.
*
* This optional component relies on NetBSD's zopen(). It should mainly
* be used to parse compressed PCF fonts, as found with many X11 server
* distributions.
*
* Copy... |
/****************************************************************************
*
* ftzopen.h
*
* FreeType support for .Z compressed files.
*
* This optional component relies on NetBSD's zopen(). It should mainly
* be used to parse compressed PCF fonts, as found with many X11 server
* distributions.
*
* Copy... |
/****************************************************************************
*
* otvalid.c
*
* FreeType validator for OpenType tables (body only).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modifi... |
/****************************************************************************
*
* otvalid.h
*
* OpenType table validation (specification only).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, ... |
/****************************************************************************
*
* otvbase.c
*
* OpenType BASE table validation (body).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distr... |
/****************************************************************************
*
* otvcommn.c
*
* OpenType common tables validation (body).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and d... |
/****************************************************************************
*
* otvcommn.h
*
* OpenType common tables validation (specification).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modifi... |
/****************************************************************************
*
* otverror.h
*
* OpenType validation module error codes (specification only).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,... |
/****************************************************************************
*
* otvgdef.c
*
* OpenType GDEF table validation (body).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distr... |
/****************************************************************************
*
* otvgpos.c
*
* OpenType GPOS table validation (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distr... |
/****************************************************************************
*
* otvgpos.h
*
* OpenType GPOS table validator (specification).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, a... |
/****************************************************************************
*
* otvgsub.c
*
* OpenType GSUB table validation (body).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distr... |
/****************************************************************************
*
* otvjstf.c
*
* OpenType JSTF table validation (body).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distr... |
/****************************************************************************
*
* otvmath.c
*
* OpenType MATH table validation (body).
*
* Copyright (C) 2007-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* Written by George Williams.
*
* This file is part of the FreeType project, and may on... |
/****************************************************************************
*
* otvmod.c
*
* FreeType's OpenType validation module implementation (body).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
... |
/****************************************************************************
*
* otvmod.h
*
* FreeType's OpenType validation module implementation
* (specification).
*
* Copyright (C) 2004-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may o... |
/* pcf.c
FreeType font driver for pcf fonts
Copyright 2000-2001, 2003 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without ... |
/* pcf.h
FreeType font driver for pcf fonts
Copyright (C) 2000, 2001, 2002, 2003, 2006, 2010 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restrictio... |
/* pcfdrivr.c
FreeType font driver for pcf files
Copyright (C) 2000-2004, 2006-2011, 2013, 2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without r... |
/* pcfdrivr.h
FreeType font driver for pcf fonts
Copyright 2000-2001, 2002 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including wit... |
/****************************************************************************
*
* pcferror.h
*
* PCF error codes (specification only).
*
* Copyright 2001, 2012 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distribu... |
/* pcfread.c
FreeType font driver for pcf fonts
Copyright 2000-2010, 2012-2014 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including... |
/* pcfread.h
FreeType font driver for pcf fonts
Copyright 2003 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitat... |
/*
Copyright 1990, 1994, 1998 The Open Group
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in ... |
/* pcfutil.h
FreeType font driver for pcf fonts
Copyright 2000, 2001, 2004 by
Francesco Zappa Nardelli
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including wit... |
/****************************************************************************
*
* pfr.c
*
* FreeType PFR driver component.
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed under... |
/****************************************************************************
*
* pfrcmap.c
*
* FreeType PFR cmap handling (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distribut... |
/****************************************************************************
*
* pfrcmap.h
*
* FreeType PFR cmap handling (specification).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and ... |
/****************************************************************************
*
* pfrdrivr.c
*
* FreeType PFR driver interface (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distr... |
/****************************************************************************
*
* pfrdrivr.h
*
* High-level Type PFR driver interface (specification).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* mod... |
/****************************************************************************
*
* pfrerror.h
*
* PFR error codes (specification only).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distr... |
/****************************************************************************
*
* pfrgload.c
*
* FreeType PFR glyph loader (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distribut... |
/****************************************************************************
*
* pfrgload.h
*
* FreeType PFR glyph loader (specification).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and ... |
/****************************************************************************
*
* pfrload.c
*
* FreeType PFR loader (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed unde... |
/****************************************************************************
*
* pfrload.h
*
* FreeType PFR loader (specification).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distrib... |
/****************************************************************************
*
* pfrobjs.c
*
* FreeType PFR object methods (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distribu... |
/****************************************************************************
*
* pfrobjs.h
*
* FreeType PFR object methods (specification).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and... |
/****************************************************************************
*
* pfrsbit.c
*
* FreeType PFR bitmap loader (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distribut... |
/****************************************************************************
*
* pfrsbit.h
*
* FreeType PFR bitmap loader (specification).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and ... |
/****************************************************************************
*
* pfrtypes.h
*
* FreeType PFR data structures (specification only).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modifi... |
/****************************************************************************
*
* afmparse.c
*
* AFM parser (body).
*
* Copyright (C) 2006-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed under the te... |
/****************************************************************************
*
* afmparse.h
*
* AFM parser (specification).
*
* Copyright (C) 2006-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distributed und... |
/****************************************************************************
*
* cffdecode.c
*
* PostScript CFF (Type 2) decoding routines (body).
*
* Copyright (C) 2017-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modifi... |
/****************************************************************************
*
* cffdecode.h
*
* PostScript CFF (Type 2) decoding routines (specification).
*
* Copyright (C) 2017-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
... |
/****************************************************************************
*
* psarrst.c
*
* Adobe's code for Array Stacks (body).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright notic... |
/****************************************************************************
*
* psarrst.h
*
* Adobe's code for Array Stacks (specification).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyri... |
/****************************************************************************
*
* psaux.c
*
* FreeType auxiliary PostScript driver component (body only).
*
* Copyright (C) 1996-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* ... |
/****************************************************************************
*
* psauxerr.h
*
* PS auxiliary module error codes (specification only).
*
* Copyright (C) 2001-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* mod... |
/****************************************************************************
*
* psauxmod.c
*
* FreeType auxiliary PostScript module implementation (body).
*
* Copyright (C) 2000-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
... |
/****************************************************************************
*
* psauxmod.h
*
* FreeType auxiliary PostScript module implementation (specification).
*
* Copyright (C) 2000-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only ... |
/****************************************************************************
*
* psblues.c
*
* Adobe's code for handling Blue Zones (body).
*
* Copyright 2009-2014 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyrigh... |
/****************************************************************************
*
* psblues.h
*
* Adobe's code for handling Blue Zones (specification).
*
* Copyright 2009-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the... |
/****************************************************************************
*
* psconv.c
*
* Some convenience conversions (body).
*
* Copyright (C) 2006-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distribu... |
/****************************************************************************
*
* psconv.h
*
* Some convenience conversions (specification).
*
* Copyright (C) 2006-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and... |
/****************************************************************************
*
* pserror.c
*
* Adobe's code for error handling (body).
*
* Copyright 2006-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright not... |
/****************************************************************************
*
* pserror.h
*
* Adobe's code for error handling (specification).
*
* Copyright 2006-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copy... |
/****************************************************************************
*
* psfixed.h
*
* Adobe's code for Fixed-Point Mathematics (specification only).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicat... |
/****************************************************************************
*
* psfont.c
*
* Adobe's code for font instances (body).
*
* Copyright 2007-2014 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright noti... |
/****************************************************************************
*
* psfont.h
*
* Adobe's code for font instances (specification).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyr... |
/****************************************************************************
*
* psft.c
*
* FreeType Glue Component to Adobe's Interpreter (body).
*
* Copyright 2013-2014 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the c... |
/****************************************************************************
*
* psft.h
*
* FreeType Glue Component to Adobe's Interpreter (specification).
*
* Copyright 2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by t... |
/****************************************************************************
*
* psglue.h
*
* Adobe's code for shared stuff (specification only).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the co... |
/****************************************************************************
*
* pshints.c
*
* Adobe's code for handling CFF hints (body).
*
* Copyright 2007-2014 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright... |
/****************************************************************************
*
* pshints.h
*
* Adobe's code for handling CFF hints (body).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright... |
/****************************************************************************
*
* psintrp.c
*
* Adobe's CFF Interpreter (body).
*
* Copyright 2007-2014 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright notice(s) i... |
/****************************************************************************
*
* psintrp.h
*
* Adobe's CFF Interpreter (specification).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright no... |
/****************************************************************************
*
* psobjs.c
*
* Auxiliary functions for PostScript fonts (body).
*
* Copyright (C) 1996-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, ... |
/****************************************************************************
*
* psobjs.h
*
* Auxiliary functions for PostScript fonts (specification).
*
* Copyright (C) 1996-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* m... |
/****************************************************************************
*
* psread.c
*
* Adobe's code for stream handling (body).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyright not... |
/****************************************************************************
*
* psread.h
*
* Adobe's code for stream handling (specification).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copy... |
/****************************************************************************
*
* psstack.c
*
* Adobe's code for emulating a CFF stack (body).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by the copyri... |
/****************************************************************************
*
* psstack.h
*
* Adobe's code for emulating a CFF stack (specification).
*
* Copyright 2007-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated by t... |
/****************************************************************************
*
* pstypes.h
*
* Adobe's code for defining data types (specification only).
*
* Copyright 2011-2013 Adobe Systems Incorporated.
*
* This software, and all works of authorship, whether in source or
* object code form as indicated b... |
/****************************************************************************
*
* t1cmap.c
*
* Type 1 character map support (body).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and distribu... |
/****************************************************************************
*
* t1cmap.h
*
* Type 1 character map support (specification).
*
* Copyright (C) 2002-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and... |
/****************************************************************************
*
* t1decode.c
*
* PostScript Type 1 decoding routines (body).
*
* Copyright (C) 2000-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, and... |
/****************************************************************************
*
* t1decode.h
*
* PostScript Type 1 decoding routines (specification).
*
* Copyright (C) 2000-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modi... |
/****************************************************************************
*
* pshalgo.c
*
* PostScript hinting algorithm (body).
*
* Copyright (C) 2001-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used
* modified and distribut... |
/****************************************************************************
*
* pshalgo.h
*
* PostScript hinting algorithm (specification).
*
* Copyright (C) 2001-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the FreeType project, and may only be used,
* modified, an... |
/****************************************************************************
*
* pshglob.c
*
* PostScript hinter global hinting management (body).
* Inspired by the new auto-hinter module.
*
* Copyright (C) 2001-2024 by
* David Turner, Robert Wilhelm, and Werner Lemberg.
*
* This file is part of the Free... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.