Unit 'libfontconfig' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libfontconfig]

TFcValue

Declaration

Source position: libfontconfig.pp line 266

type TFcValue = record

  _type: TFcType;

  u: record

    case LongInt of

      0: (

          s: PFcChar8;

        );

      1: (

          i: cint;

        );

      2: (

          b: TFcBool;

        );

      3: (

          d: Double;

        );

      4: (

          m: PFcMatrix;

        );

      5: (

          c: PFcCharSet;

        );

      6: (

          f: pointer;

        );

      7: (

          l: PFcLangSet;

        );

      8: (

          r: PFcRange;

        );

  end;

end;


Documentation generated on: 2023-03-18