DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦2ecb72ed6⟧ Ada Source

    Length: 9216 (0x2400)
    Types: Ada Source
    Notes: 03_class, FILE, R1k_Segment, e3_tag, package Xlbt_Font, seg_004fb6

Derivation

└─⟦8527c1e9b⟧ Bits:30000544 8mm tape, Rational 1000, Arrival backup of disks in PAM's R1000
    └─ ⟦5a81ac88f⟧ »Space Info Vol 1« 
        └─⟦this⟧ 

E3 Source Code



with Xlbt_Font3;

package Xlbt_Font is
------------------------------------------------------------------------------
-- X Library Font - Normal User Interface
--
-- Xlbt_Font - Types relating to X Server fonts.
--------------------------------------------------------------------------
-- Copyright 1989 - 1991 by Rational, Santa Clara, California.
-- Copyright 1985 - 1989 by the Massachusetts Institute of Technology
--
--                  All Rights Reserved.
--
-- Permission to use, copy, modify, and distribute this software and its
-- documentation for any purpose and without fee is hereby granted,
-- provided that the above copyright notice(s) appear in all copies and that
-- both that copyright notice(s) and this permission notice appear in
-- supporting documentation, and that the names of MIT or Rational not be
-- used in advertising or publicity pertaining to distribution of the software
-- without specific, written prior permission.
--
-- MIT and Rational disclaim all warranties with regard to this software,
-- including all implied warranties of merchantability and fitness, in no
-- event shall MIT or Rational be liable for any special, indirect or
-- consequential damages or any damages whatsoever resulting from loss of use,
-- data or profits, whether in an action of contract, negligence or other
-- tortious action, arising out of or in connection with the use or performance
-- of this software.
------------------------------------------------------------------------------

--\x0c
    package F3 renames Xlbt_Font3;

------------------------------------------------------------------------------
-- X_Char_Struct - Font Character Structure
------------------------------------------------------------------------------

    subtype X_Char_Struct         is F3.X_Char_Struct;  
    subtype X_Char_Struct_List_2d is F3.X_Char_Struct_List_2d;

    None_X_Char_Struct         : X_Char_Struct renames F3.None_X_Char_Struct;  
    None_X_Char_Struct_List_2d : F3.X_Char_Struct_List_2d  
        renames F3.None_X_Char_Struct_List_2d;

    function "=" (A, B : X_Char_Struct_List_2d) return Boolean renames F3."=";

    procedure Free_X_Char_Struct_List_2d (List : in out X_Char_Struct_List_2d)  
        renames F3.Free_X_Char_Struct_List_2d;

    function Ci_Non_Exist_Char (Char : X_Char_Struct) return Boolean  
        renames F3.Ci_Non_Exist_Char;
    ----Returns true if this character doesn't really exist in this font.

------------------------------------------------------------------------------
-- Font_Direction - used in X_Query_Font -- drawing direction
------------------------------------------------------------------------------

    subtype X_Font_Direction is F3.X_Font_Direction;

    Font_Left_To_Right : constant X_Font_Direction := F3.Font_Left_To_Right;  
    Font_Right_To_Left : constant X_Font_Direction := F3.Font_Right_To_Left;

    None_X_Font_Direction : X_Font_Direction renames F3.None_X_Font_Direction;

------------------------------------------------------------------------------
-- X_Font_Struct
------------------------------------------------------------------------------

    subtype X_Font_Struct      is F3.X_Font_Struct;  
    subtype X_Font_Struct_List is F3.X_Font_Struct_List;

    None_X_Font_Struct      : X_Font_Struct renames F3.None_X_Font_Struct;  
    None_X_Font_Struct_List : X_Font_Struct_List  
        renames F3.None_X_Font_Struct_List;

    function "=" (A, B : X_Font_Struct)      return Boolean renames F3."=";  
    function "=" (A, B : X_Font_Struct_List) return Boolean renames F3."=";

    procedure Free_X_Font_Struct      (Font : in out X_Font_Struct)  
        renames F3.Free_X_Font_Struct;  
    procedure Free_X_Font_Struct_List (List : in out X_Font_Struct_List)  
        renames F3.Free_X_Font_Struct_List;

------------------------------------------------------------------------------
-- X_Fonts_With_Info
------------------------------------------------------------------------------

    subtype X_Fonts_With_Info is F3.X_Fonts_With_Info;

    procedure Free_X_Fonts_With_Info (Info : in out X_Fonts_With_Info)  
        renames F3.Free_X_Fonts_With_Info;

------------------------------------------------------------------------------
-- X_Per_Char_Flags - Font Metric Information.
------------------------------------------------------------------------------

    subtype X_Per_Char_Flags_Index is F3.X_Per_Char_Flags_Index;

    Xpcfi15 : constant X_Per_Char_Flags_Index := F3.Xpcfi15;  
    Xpcfi14 : constant X_Per_Char_Flags_Index := F3.Xpcfi14;  
    Xpcfi13 : constant X_Per_Char_Flags_Index := F3.Xpcfi13;  
    Xpcfi12 : constant X_Per_Char_Flags_Index := F3.Xpcfi12;  
    Xpcfi11 : constant X_Per_Char_Flags_Index := F3.Xpcfi11;  
    Xpcfi10 : constant X_Per_Char_Flags_Index := F3.Xpcfi10;  
    Xpcfi09 : constant X_Per_Char_Flags_Index := F3.Xpcfi09;  
    Xpcfi08 : constant X_Per_Char_Flags_Index := F3.Xpcfi08;  
    Xpcfi07 : constant X_Per_Char_Flags_Index := F3.Xpcfi07;  
    Xpcfi06 : constant X_Per_Char_Flags_Index := F3.Xpcfi06;  
    Xpcfi05 : constant X_Per_Char_Flags_Index := F3.Xpcfi05;  
    Xpcfi04 : constant X_Per_Char_Flags_Index := F3.Xpcfi04;  
    Xpcfi03 : constant X_Per_Char_Flags_Index := F3.Xpcfi03;  
    Xpcfi02 : constant X_Per_Char_Flags_Index := F3.Xpcfi02;  
    Xpcfi01 : constant X_Per_Char_Flags_Index := F3.Xpcfi01;  
    Xpcfi00 : constant X_Per_Char_Flags_Index := F3.Xpcfi00;

    subtype X_Per_Char_Flags is F3.X_Per_Char_Flags;

    None_X_Per_Char_Flags : X_Per_Char_Flags renames F3.None_X_Per_Char_Flags;

    function "=" (A, B : X_Per_Char_Flags_Index) return Boolean renames F3."=";  
    function "=" (A, B : X_Per_Char_Flags)       return Boolean renames F3."=";

end Xlbt_Font;  

E3 Meta Data

    nblk1=8
    nid=0
    hdr6=10
        [0x00] rec0=17 rec1=00 rec2=01 rec3=01c
        [0x01] rec0=13 rec1=00 rec2=02 rec3=09a
        [0x02] rec0=01 rec1=00 rec2=08 rec3=016
        [0x03] rec0=15 rec1=00 rec2=03 rec3=06a
        [0x04] rec0=16 rec1=00 rec2=04 rec3=028
        [0x05] rec0=01 rec1=00 rec2=07 rec3=022
        [0x06] rec0=14 rec1=00 rec2=05 rec3=038
        [0x07] rec0=12 rec1=00 rec2=06 rec3=001
    tail 0x2150096a08197841a8d3f 0x42a00088462063203