|
From: | Werner LEMBERG |
Subject: | Re: Re[ft] ading font information in PFR files |
Date: | Wed, 16 Jul 2008 10:35:51 +0200 (CEST) |
> I have a requirement to read the following properties from a PFR > file. How to read these information from the PFR files? Is there > any tools to view these informations? > > PFR_OUTLINERESOLUTIION > PFR_METRICSRESOLUTION These two values can be extracted with a call to FT_Get_PFR_Metrics. > xMin > yMin > xMax > yMax The global bounding box values are available as the `bbox' field in the FT_Face structure. Werner
[Prev in Thread] | Current Thread | [Next in Thread] |