Minor name change.

`svgrender.h' -> `otsvg.h'
`FT_SVG_RENDER_H' -> `FT_OTSVG_H'
Since `svgrender.h' contains just the hooks and the SVG document
structure it's probably just better to name it something general
like `otsvg.h'.
This commit is contained in:
Moazin Khatti 2019-08-10 14:27:59 +05:00
parent 5f5a56a0cc
commit 22d7c8578f
8 changed files with 11 additions and 11 deletions

View File

@ -550,14 +550,14 @@
/**************************************************************************
*
* @macro:
* FT_SVG_RENDER_H
* FT_OTSVG_H
*
* @description:
* A macro used in `#include` statements to name the file containing the
* API of the SVG Renderer Module.
* API of OT-SVG support related things.
*
*/
#define FT_SVG_RENDER_H <freetype/svgrender.h>
#define FT_OTSVG_H <freetype/otsvg.h>
/**************************************************************************

View File

@ -20,7 +20,7 @@
#define SVGINTERFACE_H
#include <ft2build.h>
#include FT_SVG_RENDER_H
#include FT_OTSVG_H
FT_BEGIN_HEADER

View File

@ -1,8 +1,8 @@
/****************************************************************************
*
* svgrenderer.h
* otsvg.h
*
* Interface for SVG Renderer Module (specification).
* Interface for OT-SVG support related things (specification).
*
* Copyright (C) 2004-2019 by
* David Turner, Robert Wilhelm, Werner Lemberg and Moazin Khatti.

View File

@ -35,7 +35,7 @@
#include FT_OUTLINE_H
#include FT_BITMAP_H
#include FT_INTERNAL_OBJECTS_H
#include FT_SVG_RENDER_H
#include FT_OTSVG_H
/**************************************************************************

View File

@ -41,7 +41,7 @@
#include FT_SERVICE_TT_CMAP_H
#include FT_SERVICE_KERNING_H
#include FT_SERVICE_TRUETYPE_ENGINE_H
#include FT_SVG_RENDER_H
#include FT_OTSVG_H
#include FT_DRIVER_H

View File

@ -29,7 +29,7 @@
#include FT_INTERNAL_OBJECTS_H
#include FT_TRUETYPE_TAGS_H
#include FT_GZIP_H
#include FT_SVG_RENDER_H
#include FT_OTSVG_H
#ifdef FT_CONFIG_OPTION_SVG

View File

@ -18,7 +18,7 @@
#include <ft2build.h>
#include FT_INTERNAL_DEBUG_H
#include FT_SERVICE_PROPERTIES_H
#include FT_SVG_RENDER_H
#include FT_OTSVG_H
#include FT_INTERNAL_SVG_INTERFACE_H
#include FT_BBOX_H

View File

@ -18,7 +18,7 @@
#include <ft2build.h>
#include FT_INTERNAL_OBJECTS_H
#include FT_RENDER_H
#include FT_SVG_RENDER_H
#include FT_OTSVG_H
typedef struct SVG_RendererRec_
{