.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Text::Bidi::Constants 3pm" .TH Text::Bidi::Constants 3pm 2024-01-10 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME Text::Bidi::Constants \- Constants for Text::Bidi .SH VERSION .IX Header "VERSION" version 2.18 .SH DESCRIPTION .IX Header "DESCRIPTION" This module provides various constants defined by the fribidi library. They can be used with some of the low-level functions in Text::Bidi, such as "get_bidi_types" in Text::Bidi, but are of little interest as far as standard usage is concerned. .PP Note that, though these are variables, they are read-only. .IP \(bu 4 Constants of the form \fBFRIBIDI_TYPE_FOO\fR are available as \&\f(CW$Text::Bidi::Type::FOO\fR. See \fBfribidi_get_bidi_type\fR\|(3) for possible constants. .IP \(bu 4 Constants of the form \fBFRIBIDI_MASK_FOO\fR are converted to \&\f(CW$Text::Bidi::Mask::FOO\fR. See \fIfribidi\-bidi\-types.h\fR for possible masks and how to use them. .IP \(bu 4 Constants of the form \fBFRIBIDI_PAR_FOO\fR are converted to \&\f(CW$Text::Bidi::Par::FOO\fR. See \fBfribidi_get_par_embedding_levels\fR\|(3) for possible constants. .IP \(bu 4 Constants of the form \fBFRIBIDI_FLAG_FOO\fR or \fBFRIBIDI_FLAGS_FOO\fR are converted to \f(CW$Text::Bidi::Flag::FOO\fR or \f(CW$Text::Bidi::Flag::FOO\fR. See \&\fBfribidi_reorder_line\fR\|(3) and \fBfribidi_shape\fR\|(3) for possible constants. As a special case, \fBFRIBIDI_FLAGS_ARABIC\fR is also available as \&\f(CW$Text::Bidi::Flag::ARABIC\fR .IP \(bu 4 Constants of the form \fBFRIBIDI_JOINING_TYPE_FOO\fR are converted to \&\f(CW$Text::Bidi::Joining::FOO\fR. See \fBfribidi_get_joining_type\fR\|(3) for possible constants. .IP \(bu 4 Constants of the form \fBFRIBIDI_CHAR_FOO\fR are converted to the character they represent, and assigned to \f(CW$Text::Bidi::Char::FOO\fR. See \&\fIfribidi\-unicode.h\fR for possible constants. .SH "SEE ALSO" .IX Header "SEE ALSO" Text::Bidi .SH AUTHOR .IX Header "AUTHOR" Moshe Kamensky .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" This software is copyright (c) 2015 by Moshe Kamensky. .PP This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.