mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 12:18:01 +02:00
Add links to the font specifications.
Add links to specifications for the Type1, CFF, and TrueType font file formats, provided by Adrian Johnson.
This commit is contained in:
parent
8a78760f15
commit
759793cad1
3 changed files with 16 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
|||
* Eugeniy Meshcheryakov <eugen@debian.org>
|
||||
*/
|
||||
|
||||
/*
|
||||
* Useful links:
|
||||
* http://www.adobe.com/devnet/font/pdfs/5176.CFF.pdf
|
||||
*/
|
||||
|
||||
#define _BSD_SOURCE /* for snprintf(), strdup() */
|
||||
#include "cairoint.h"
|
||||
#include "cairo-scaled-font-subsets-private.h"
|
||||
|
|
|
|||
|
|
@ -34,6 +34,12 @@
|
|||
* Adrian Johnson <ajohnson@redneon.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
* Useful links:
|
||||
* http://developer.apple.com/textfonts/TTRefMan/RM06/Chap6.html
|
||||
* http://www.microsoft.com/typography/specs/default.htm
|
||||
*/
|
||||
|
||||
#define _BSD_SOURCE /* for snprintf(), strdup() */
|
||||
#include "cairoint.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@
|
|||
* Kristian Høgsberg <krh@redhat.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
* Useful links:
|
||||
* http://partners.adobe.com/public/developer/en/font/T1_SPEC.PDF
|
||||
*/
|
||||
|
||||
#define _BSD_SOURCE /* for snprintf(), strdup() */
|
||||
#include "cairoint.h"
|
||||
#include "cairo-type1-private.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue