Text Style Tips

From FM Plugin Wikipedia
Revision as of 00:31, 12 July 2007 by Admin (talk | contribs) (Text Style Types moved to Text Style Tips)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

  • 1 Text Style Public Functions
  • 2 Example TextStyle Functions

This page is about editing and working with Text Styles passed from FileMaker to your plugin.


Text Style Public Functions

  • void SetRed ( ColorChannel r )
  • void SetGreen ( ColorChannel g )
  • void SetBlue ( ColorChannel b )
  • void SetAlpha ( ColorChannel a )


  • ColorChannel GetRed () const
  • ColorChannel GetGreen () const
  • ColorChannel GetBlue () const
  • ColorChannel GetAlpha () const


  • ColorChannel16 GetRedUpsample () const
  • ColorChannel16 GetGreenUpsample () const
  • ColorChannel16 GetBlueUpsample () const
  • ColorChannel16 GetAlphaUpsample () const


  • Color &operator = ( const Color &rhs )
  • bool operator == ( const Color &rhs ) const
  • bool operator != ( const Color &rhs ) const


  • static const Color &White () throw ()
  • static const Color &Black () throw ()


  • void operator delete ( void *obj )


Example TextStyle Functions

Retrieved from "https://fmplugins.idma.nz/index.php?title=Text_Style_Tips&oldid=132"

Navigation menu

Views

  • Page
  • Discussion
  • View source
  • History

Personal tools

  • Log in

Navigation

  • Welcome

Header Files

  • FMWrapper
  • Binary Tips
  • Calc Tips
  • Data Tips
  • Date and Time Tips
  • FixPt Tips
  • Text Tips
  • Text Style Tips
  • Types Tips

Development

  • Plugin Setup
  • Interface Tips
  • Mac OS X
  • Windows
  • Other Tips
  • Idle Call

Links

  • Recent changes
  • Random page
  • Help
  • sitesupport

 

Tools

  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
Powered by MediaWiki
  • Privacy policy
  • About FM Plugin Wikipedia
  • Disclaimers