forked from minhngoc25a/freetype2
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:
parent
5f5a56a0cc
commit
22d7c8578f
|
@ -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>
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#define SVGINTERFACE_H
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_SVG_RENDER_H
|
||||
#include FT_OTSVG_H
|
||||
|
||||
|
||||
FT_BEGIN_HEADER
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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_
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue