pdf_font_t Derived Type

type, public :: pdf_font_t


Components

Type Visibility Attributes Name Initial
integer, public :: helvetica_obj = 5
integer, public :: symbol_obj = 6

Type-Bound Procedures

procedure, public :: get_helvetica_obj

  • private function get_helvetica_obj(this) result(obj)

    Arguments

    Type IntentOptional Attributes Name
    class(pdf_font_t), intent(in) :: this

    Return Value integer

procedure, public :: get_symbol_obj

  • private function get_symbol_obj(this) result(obj)

    Arguments

    Type IntentOptional Attributes Name
    class(pdf_font_t), intent(in) :: this

    Return Value integer