Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/fonts/source/jknappen/sauter/b-bbminch.mf

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


% Computer Modern Inch-high Sans Serif Bold Extended Blackboard Caps and Digits
%
% font v ?.? 29/03/1993, sauterised v1.0 15/11/1995
%
% Author :         Gilles F. ROBERT
% sauterisation : Hubert HOLIN

if unknown blbbase: input blbbase fi

font_identifier:="CMBBINCH"; font_size design_size * pt#;

% This font is just CMSSBX with a large point size.  The corrections
% below are to compensate for rounding errors, to give exactly the
% same parameters as the original CMINCH.

input c-cmssbx;

asc_height#:=                % height of lowercase ascenders
    asc_height# - 0.00001 pt#;

cap_height#:=                % height of caps
    cap_height# - 0.00001 pt#;

fig_height#:=                % height of numerals
    fig_height# - 0.00001 pt#;

x_height#:=                  % height of lowercase without ascenders
    x_height# - 0.00006 pt#;

comma_depth#:=               % depth of comma below baseline
    comma_depth# + 0.00002 pt#;

desc_depth#:=                % depth of lowercase descenders
    desc_depth# - 0.00002 pt#;

hair#:=                      % lowercase hairline breadth
    hair# + 0.00003 pt#;

stem#:=                      % lowercase stem breadth
    stem# + 0.00003 pt#;

curve#:=                     % lowercase curve breadth
    curve# + 0.00003 pt#;

ess#:=                       % breadth in middle of lowercase s
    ess# - 0.00002 pt#;

flare#:=                     % diameter of bulbs or breadth of terminals
    flare# + 0.00003 pt#;

dot_size#:=                  % diameter of dots
    dot_size# + 0.00002 pt#;

cap_hair#:=                  % uppercase hairline breadth
    cap_hair# + 0.00003 pt#;

cap_stem#:=                  % uppercase stem breadth
    cap_stem# + 0.00007 pt#;

cap_ess#:=                   % breadth in middle of uppercase s
    cap_ess# + 0.00006 pt#;

notch_cut#:=                 % maximum breadth above or below notches
    notch_cut# + 0.00003 pt#;

interspace#:=jut#;    % space between the doubled bars

cap_interspace#:= cap_jut#;   % same for uppercase letters

generate blbord               % switch to the driver file


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.