Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / pdfkit / PDFAnnotationFreeText.inc
Size: Mime:
{ Parsed from PDFKit.framework PDFAnnotationFreeText.h }


{ Types from PDFAnnotationFreeText }
{$ifdef TYPES}

{$endif}


{$ifdef TYPES}
type
  PDFAnnotationFreeTextPtr = ^PDFAnnotationFreeText;
{$endif}

{$ifdef CLASSES}

type
  PDFAnnotationFreeText = objcclass external (PDFAnnotation, NSCopyingProtocol, NSCodingProtocol)
  private
    _pdfPriv2: PDFAnnotationFreeTextPrivateVars;
  public
    function font: NSFont; message 'font';
    procedure setFont (font_: NSFont); message 'setFont:';
    {$if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)}
    function fontColor: NSColor; message 'fontColor';
    procedure setFontColor (color_: NSColor); message 'setFontColor:';
    {$endif}
    function alignment: NSTextAlignment; message 'alignment';
    procedure setAlignment (alignment_: NSTextAlignment); message 'setAlignment:';
  end;
{$endif}