generate_font_metadata.pl revision 1288
310N/A# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved. 851N/A# Permission is hereby granted, free of charge, to any person obtaining a 310N/A# copy of this software and associated documentation files (the "Software"), 310N/A# to deal in the Software without restriction, including without limitation 310N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense, 310N/A# and/or sell copies of the Software, and to permit persons to whom the 310N/A# Software is furnished to do so, subject to the following conditions: 310N/A# The above copyright notice and this permission notice (including the next 310N/A# paragraph) shall be included in all copies or substantial portions of the 310N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 310N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 310N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 310N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 310N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 310N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 310N/A# DEALINGS IN THE SOFTWARE. 310N/Arequire 5.005;
# minimal Perl version required # Directories containing font files or die "Cannot open manifest $manifest: $!\n";
or die "Cannot open $protometafile: $!\n";
while (
my $x = <$
XFILE>) {
or die "Cannot open $protometafile: $!\n";
while (
my $x = <$
XFILE>) {
# print STDERR qq(No match found for "$fontxlfd" in $protometafile\n); # Run fc-scan from the proto area, since it wasn't delivered until build 141 # See FcPatternFormat(3) for the full definition of the format syntax # %{file} => print the named value for this font # %{fullname|cescape} => print the named value with C-style string escapes # (adds \ in front of \ or " characters) # %{?fullname{..A..}{..B..}} => if fullname is defined, then print A, else B # []fullname,fullnamelang{..A..} => for each pair of fullname & fullnamelang, # print A with those values substituted print STDERR "failed to execute $cmd: $!\n";
printf STDERR "$cmd died with signal %d, %s coredump\n",
($? &
127), ($? &
128) ?
'with' :
'without';