Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
font_has_alpha(3)		Allegro	manual		     font_has_alpha(3)

NAME
       font_has_alpha  - Search	all pixels of a	font for alpha values. Allegro
       game programming	library.

SYNOPSIS
       #include	<allegro.h>

       int font_has_alpha(FONT *f)

DESCRIPTION
       This function goes through all pixels of	all glyphs  in	the  font  and
       looks for alpha values.

RETURN VALUE
       Returns TRUE if any alpha pixels	are found, else	FALSE.

SEE ALSO
       is_trans_font(3)

Allegro				 version 4.4.3		     font_has_alpha(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=font_has_alpha&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help