debian man page for get_font_range_begin

Query: get_font_range_begin

OS: debian

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

get_font_range_begin(3alleg4)					  Allegro manual				     get_font_range_begin(3alleg4)

NAME
get_font_range_begin - Returns the start of a character range in a font. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int get_font_range_begin(FONT *f, int range)
DESCRIPTION
This function allows you to find out the start of a specific character range for a font. You can pass -1 for the `range' parameter if you want to know the start of the whole font range, or a number from 0 to (but not including) get_font_ranges(f) to get the start of a specific character range in the font. Example: printf("The font has a character range of %d - %d ", get_font_range_begin(font, -1), get_font_range_end(font, -1));
RETURN VALUE
Returns the first character in the font range, or -1 if that information is not available.
SEE ALSO
get_font_ranges(3alleg4), get_font_range_end(3alleg4), transpose_font(3alleg4) Allegro version 4.4.2 get_font_range_begin(3alleg4)
Related Man Pages
exfont(3alleg4) - debian
exdata(3alleg4) - php
exdata(3alleg4) - linux
exdata(3alleg4) - redhat
exdata(3alleg4) - mojave
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Weird 'find' results
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph