Skip to content

Commit

Permalink
Bugfix issue 18 (#20)
Browse files Browse the repository at this point in the history
* Removing unnecessary closing php bracket

* Unit test updated to check against empty output

* Bugfix: Descriptor not being used properly from the unifont files

* Rebuilding unifont files, to fix the descriptor issue

* Removed unnecessary closing php tag for system fonts

* Added some courier text to the unit test

* Changelog update
  • Loading branch information
kazsaj authored Jan 24, 2017
1 parent 14b22fe commit 7adc7c1
Show file tree
Hide file tree
Showing 67 changed files with 48 additions and 96 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file.

### Fixes
- Fixed unit test failing when using the default unifont files
- Font descriptor data was not utilised properly

### Added
### Changed
- New parameter added to MultiCell - which allows you to limit the number of lines the MultiCell should use at most. If the parameter is passed the Multicell will return a string with the remaining text, which did not fit.

## [v2.0.5]
Expand Down
1 change: 0 additions & 1 deletion src/font/courier.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
$ut = 50;
for($i=0;$i<=255;$i++)
$cw[chr($i)] = 600;
?>
1 change: 0 additions & 1 deletion src/font/courierb.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
$ut = 50;
for($i=0;$i<=255;$i++)
$cw[chr($i)] = 600;
?>
1 change: 0 additions & 1 deletion src/font/courierbi.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
$ut = 50;
for($i=0;$i<=255;$i++)
$cw[chr($i)] = 600;
?>
1 change: 0 additions & 1 deletion src/font/courieri.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
$ut = 50;
for($i=0;$i<=255;$i++)
$cw[chr($i)] = 600;
?>
1 change: 0 additions & 1 deletion src/font/helvetica.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556,
chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
?>
1 change: 0 additions & 1 deletion src/font/helveticab.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611,
chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556);
?>
1 change: 0 additions & 1 deletion src/font/helveticabi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611,
chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556);
?>
1 change: 0 additions & 1 deletion src/font/helveticai.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556,
chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
?>
1 change: 0 additions & 1 deletion src/font/symbol.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>823,chr(199)=>768,chr(200)=>768,chr(201)=>713,chr(202)=>713,chr(203)=>713,chr(204)=>713,chr(205)=>713,chr(206)=>713,chr(207)=>713,chr(208)=>768,chr(209)=>713,chr(210)=>790,chr(211)=>790,chr(212)=>890,chr(213)=>823,chr(214)=>549,chr(215)=>250,chr(216)=>713,chr(217)=>603,chr(218)=>603,chr(219)=>1042,
chr(220)=>987,chr(221)=>603,chr(222)=>987,chr(223)=>603,chr(224)=>494,chr(225)=>329,chr(226)=>790,chr(227)=>790,chr(228)=>786,chr(229)=>713,chr(230)=>384,chr(231)=>384,chr(232)=>384,chr(233)=>384,chr(234)=>384,chr(235)=>384,chr(236)=>494,chr(237)=>494,chr(238)=>494,chr(239)=>494,chr(240)=>0,chr(241)=>329,
chr(242)=>274,chr(243)=>686,chr(244)=>686,chr(245)=>686,chr(246)=>384,chr(247)=>384,chr(248)=>384,chr(249)=>384,chr(250)=>384,chr(251)=>384,chr(252)=>494,chr(253)=>494,chr(254)=>494,chr(255)=>0);
?>
1 change: 0 additions & 1 deletion src/font/times.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>564,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>722,chr(222)=>556,chr(223)=>500,chr(224)=>444,chr(225)=>444,chr(226)=>444,chr(227)=>444,chr(228)=>444,chr(229)=>444,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>564,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>500,chr(254)=>500,chr(255)=>500);
?>
1 change: 0 additions & 1 deletion src/font/timesb.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>570,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>722,chr(222)=>611,chr(223)=>556,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
?>
1 change: 0 additions & 1 deletion src/font/timesbi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>944,chr(199)=>667,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>570,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>611,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>444,chr(254)=>500,chr(255)=>444);
?>
1 change: 0 additions & 1 deletion src/font/timesi.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>667,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>675,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>556,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>675,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>444,chr(254)=>500,chr(255)=>444);
?>
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,3 @@
94 => 500,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/babelstonehan-bold-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='BabelStoneHan';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 996.0,
'Descent' => -238.0,
'CapHeight' => 678.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/BabelStoneHan-Bold.ttf';
$originalsize=25281048;
$fontkey='babelstonehanB';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,3 @@
94 => 500,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/babelstonehan-bolditalic-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='BabelStoneHan';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 996.0,
'Descent' => -238.0,
'CapHeight' => 678.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/BabelStoneHan-BoldItalic.ttf';
$originalsize=25281048;
$fontkey='babelstonehanBI';
?>
1 change: 0 additions & 1 deletion src/font/unifont/babelstonehan-character-width-127.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,3 @@
94 => 500,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/babelstonehan-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='BabelStoneHan';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 996.0,
'Descent' => -238.0,
'CapHeight' => 678.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/BabelStoneHan.ttf';
$originalsize=25281048;
$fontkey='babelstonehan';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,3 @@
94 => 500,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/babelstonehan-italic-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='BabelStoneHan';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 996.0,
'Descent' => -238.0,
'CapHeight' => 678.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/BabelStoneHan-Italic.ttf';
$originalsize=25281048;
$fontkey='babelstonehanI';
?>
1 change: 0 additions & 1 deletion src/font/unifont/dejavusans-bold-character-width-127.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@
12 => 838,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusans-bold-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSans-Bold';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSans-Bold.ttf';
$originalsize=672300;
$fontkey='dejavusansB';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,3 @@
12 => 838,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusans-boldoblique-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSans-BoldOblique';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSans-BoldOblique.ttf';
$originalsize=611212;
$fontkey='dejavusansBI';
?>
1 change: 0 additions & 1 deletion src/font/unifont/dejavusans-character-width-127.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@
4 => 838,
),
);
?>
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@
4 => 838,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusans-extralight-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSans-ExtraLight';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSans-ExtraLight.ttf';
$originalsize=345208;
$fontkey='dejavusans';
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusans-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSans';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSans.ttf';
$originalsize=720012;
$fontkey='dejavusans';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@
4 => 838,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusans-oblique-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSans-Oblique';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSans-Oblique.ttf';
$originalsize=611556;
$fontkey='dejavusansI';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@
12 => 754,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusanscondensed-bold-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSansCondensed-Bold';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSansCondensed-Bold.ttf';
$originalsize=631992;
$fontkey='dejavusanscondensedB';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,3 @@
12 => 754,
),
);
?>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSansCondensed-BoldOblique';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSansCondensed-BoldOblique.ttf';
$originalsize=580168;
$fontkey='dejavusanscondensedBI';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@
4 => 754,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusanscondensed-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSansCondensed';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSansCondensed.ttf';
$originalsize=643852;
$fontkey='dejavusanscondensed';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@
4 => 754,
),
);
?>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSansCondensed-Oblique';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSansCondensed-Oblique.ttf';
$originalsize=576004;
$fontkey='dejavusanscondensedI';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@
94 => 602,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusansmono-bold-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSansMono-Bold';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSansMono-Bold.ttf';
$originalsize=313856;
$fontkey='dejavusansmonoB';
?>
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@
94 => 602,
),
);
?>
3 changes: 1 addition & 2 deletions src/font/unifont/dejavusansmono-boldoblique-font-metrics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
$name='DejaVuSansMono-BoldOblique';
$type='TTF';
$desc=array (
$arr_descriptors=array (
'Ascent' => 928.0,
'Descent' => -236.0,
'CapHeight' => 928.0,
Expand All @@ -16,4 +16,3 @@
$ttffile='../font/unifont/DejaVuSansMono-BoldOblique.ttf';
$originalsize=235848;
$fontkey='dejavusansmonoBI';
?>
1 change: 0 additions & 1 deletion src/font/unifont/dejavusansmono-character-width-127.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@
94 => 602,
),
);
?>
Loading

0 comments on commit 7adc7c1

Please sign in to comment.